WordPress TwentyFourteen Modifications: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
===Yoast=== | ===Yoast=== | ||
Redirecting sitemap_index.xml to a different file | Redirecting sitemap_index.xml to a different file | ||
==== Dependencies ==== | |||
The above redirections rely on proper naming conventions for Image and Post Permalinks (which also determines the ID Attribute for an Element). Additionally, Apache level or WordPress level Redirects are also necessary for scrolling to a Fragment Link (AKA Anchor Link) on a web page. | |||
===Other Coding=== | ===Other Coding=== | ||
Timeline Express: Scroll delay and adjustment to bring Event on Timeline into view | Timeline Express: Scroll delay and adjustment to bring Event on Timeline into view | ||
=== To Do === | ===To Do=== | ||
functions.php: Add a script to every page (per the existing Post example) for navigation to raw URL of image | functions.php: Add a script to every page (per the existing Post example) for navigation to raw URL of image | ||
Use code further down in functions.php file for Post Navigation and use something similar in the image.php file. | Use code further down in functions.php file for Post Navigation and use something similar in the image.php file. |