• This is driving me nuts! I’d like to display the most recent entries in a category to show when viewing that specific category. I understand it’s possible to choose which category posts to show, but i’d like to show only those that have been posted in the category that is being viewed. I think i’ve even confused myself there!

    Can anyone suggest if this is possible.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is possible, but you have to specify the categories you want to show up in the plugin code itself. Find the code below in your CPL plugin. All you have to do is add the category ID # of each category for that category to show up. Use the code below as an example. I hope this has helped and is what you needed.

    c2c_get_recent_posts ($num_posts = 8,
    $format = "%post_URL%",
    $categories = '2 3 4 5',
    // space separated list of category IDs -- leave empty to get all

    Thread Starter broomy

    (@broomy)

    Thanks for the reply. However, won’t this get all of the results from for example categories 2,3,4 and 5 on all posts, rather than results from category 2 when viewing a post from category 2 for instance?

    Did you ever figure this out? What happened when you tried it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizable Post Listings Category Specific’ is closed to new replies.