• I’ve been playing around with the Whiteboard framework and trying to integrate custom post types into the theme. Basically I have one loop that calls recent blog posts in the sidebar on the front page and one loop that calls a custom post type (twb_lessonplan) in the content area: Test Blog here (There’s also a featured content loop but that just calls one post). The lesson plans also display kind of funky.

    Ideally I would like to have separate previous post links for both (blog posts and lessonplan posts). Both would lead to a more normal looking blog page (which I have pulled off with a different template file and a conditional tag). At the moment users who click previous post link under “blog posts” see page 2 of only blog posts, which is what I want.

    However click on the older post links under lesson plans also displays page 2 of the blog posts. I would like to display only lesson plans i.e. page 2 will continue the same query from the homepage.

    Any ideas or even suggestions of where to look would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter Walton

    (@walton)

    Now that WordPress 3.1 is out, I think I might design a customposttype-archive/index page and put in a manual link to that page. In case others are looking to do similar things and stumble on this post.

    Would still love to hear if there’s a way to do it with previous_post_link though.

Viewing 1 replies (of 1 total)
  • The topic ‘Previous Posts points to only custom post types’ is closed to new replies.