• Hello,

    how can I show on one page posts from different categories?

    Here – http://codex.wordpress.org/Pages – I found solution called Page of Posts, so it works via custom fields.

    But I need to show posts from multiple categories on one page, so how can I do that?
    I think I need another page template?

    Adding of another custom field with category doesn’t help.
    And I have not find any plugins regarding that.

    Please help!

    Thanks.

Viewing 1 replies (of 1 total)
  • if you are using a fixed set of catgories, you won’t need custom fields.

    just add all category ids into the array; in this line:

    'category__in' => array( 1,6, 24, 277, 896 )

    (and clean-up/remove all the custom field code)

Viewing 1 replies (of 1 total)
  • The topic ‘page of posts from different categories’ is closed to new replies.