How to create multiple categories on one page?

  • Unknown's avatar

    on my blog, i have 2 pages without any content on them because I wanted to add sub pages/categories to them. for example the sports page the sub group called nba and nfl (which i plan to add later) how do i have it so when people click on the sports page they can see both sub groups?

    same with my music page. i have now playing, now watching, and albums, but i want the music page to contain all 3? is this possible? seems like a simple thing but i can’t figure it out.

    Thanks for any help.

    The blog I need help with is: (visible only to logged in users)

  • how do i have it so when people click on the sports page they can see both sub groups?

    In this case you’ll have to create a regular page and use the Display Posts shortcode to display posts from those two categories. Keep in mind the shortcode can only display 100 posts.
    https://en.support.wordpress.com/display-posts-shortcode/

    The other option is Category Pages, but they only work for one category at a time. Of course, if both those sub-groups have another common category that only they have, then set up a category page for the common category (or their parent category). Category pages are dynamic, i.e. you don’t set them up via Pages ->Add New, but by adding a category link to a custom menu. For detailed instructions and tips in setting up category pages, see these links:
    http://en.support.wordpress.com/category-pages/
    http://wpbtips.wordpress.com/2010/06/30/posts-on-pages/
    http://en.support.wordpress.com/menus/

    Custom menus

  • The topic ‘How to create multiple categories on one page?’ is closed to new replies.