• Resolved walvin

    (@walvin)


    Hi, is there any way I can edit the code to exclude a list of categories (maybe by ID)?

    This plugin is one of the best (I think I’ve tried about 10 today) and it gives me everything I need except the ability to exclude categories. It would be a great feature to add in a future update, but for now do you have any suggestions for adding it to the code? I’m a web developer and don’t mind getting dirty. I’ll gladly test it for you out and report back.

    http://wordpress.org/extend/plugins/djd-site-post/

Viewing 1 replies (of 1 total)
  • Plugin Author djarzyna

    (@djarzyna)

    Hello walvin,

    sorry for the somewhat late reply, but here it is: Look in display.php around line no. 70 and 88. There you have to places were the list of categories is called. In both cases an array of arguments is passed. Just add

    ‘exclude’ => ”

    Inside the quotation marks specify a comma separated list of category ids you wish to exclude. Beware there is also an ‘include’ argument – you cannot use them both.

Viewing 1 replies (of 1 total)
  • The topic ‘Exclude Categories?’ is closed to new replies.