• Resolved webauthorings

    (@webauthorings)


    I have categories for teachers and categories for student. My client does not want them to appear on the same page, ie., student categories on one page and teacher categories on another page. I would like to do something like below to force specific categories to be listed on a particular page.

    [category_list category=”21,22″ ]

    Been through the first 30 pages, but did not find a solution.
    Your thoughts and feedback are greatly appreciated.

    http://wordpress.org/extend/plugins/events-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • agelonwl

    (@angelonwl)

    I think you can try something like [category_list exclude=”21,22″ ]

    Thread Starter webauthorings

    (@webauthorings)

    Thank you, agelonwl, but that did not work.
    Any other thoughts would be appreciated!

    caimin_nwl

    (@caimin_nwl)

    Try this instead:

    [category_list exclude="-21,-22" ]

    That will exclude categories with the IDs 21 and 22.

    agelonwl

    (@angelonwl)

    hi,

    I see 🙂

    should be [categories_list exclude=”21,22″]

    instead of

    [category_list exclude=”21,22″ ]

    Thread Starter webauthorings

    (@webauthorings)

    Got it!
    Thank you, agelonwl!

    The last solution created the magic!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Listing Specific Categories’ is closed to new replies.