Has anyone tried and had any success making all the pages show up on a single page in order. Then when you click the link it scrolls to you to the appropriate spot in the page. I am about to try this but am a little intimidated by it. Has anyone had any success with this implementation in thematic or any tips on getting this done?
ThemeShaper Forums » Thematic
[closed]
Single Page Layout
(2 posts)-
Posted 11 years ago #
-
This is not so hard as it may seem. Simply make a custom page template with a loop that fetches all pages. In the loop, you can change the posts' id attribute to use the slug instead of the post ID number. That way the url of the links will be www.example.com/containing-page#page-slug instead of www.example.com/containing-page#post-123.
Then build your wordpress menu with custom links to point to the relevant places.
Posted 11 years ago #
Topic Closed
This topic has been closed to new replies.