• Resolved TropolisGroup

    (@tropolisgroup)


    Hi:

    I have a WordPress site using the Twenty Eleven 1.2 theme by the WordPress team.

    Can I add a category feed to a ‘Page’, i.e. I want to include just posts from one category to the ‘static’ page?

    Thank you!
    Bob Herman
    Tropolis Group

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes. First see the template hierarchy so you’ll know what to name your php template for the category, and then use query_posts in the loop code for that template.

    Thread Starter TropolisGroup

    (@tropolisgroup)

    Hmmm, I think I did this correctly. I created a template php file for the category and used query_posts in the php file, then assigned the template to my page.

    But the page now displays only the category posts and not also the normal page title and content. Can I display the title/content and the category feed on a page?

    Sorry, I’m a novice…

    Thread Starter TropolisGroup

    (@tropolisgroup)

    I used List Category Posts plugin By Fernando Briano to solve this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add category feed to Page’ is closed to new replies.