WebDevStudios / WDS-Multisite-Aggregate

Creates a blog where all the most recent posts on a WordPress network may be found. Based on WordPress MU Sitewide Tags Pages plugin by Donncha O Caoimh.
30 stars 11 forks source link

Added filter hook to post categories #6

Closed ghost closed 8 years ago

ghost commented 8 years ago

I added filter to post categories to allow dropping categories I don't want copied to main blog.

This might be useful feature to have in the plugin but for now this solution is simple and flexible enough I believe.

jtsternberg commented 8 years ago

I suggest moving the filter above the if ( is_array( check, so the flexibility is there to add categories if none exist.

ghost commented 8 years ago

Good point. Moved the filter.

jtsternberg commented 8 years ago

Thanks!