Modification to allow remove of posts from The Loop according to restriction
-
Hi there,
I really needed to remove posts from appearing in category and archive pages where they weren’t accessible to users. So I wrote my own modification.
I used the pre_get_posts hook to edit the main query before it runs, and added an option to enable/disable this on the admin page.
The code is here in case you want to merge it into the next version:
https://gist.github.com/coagmano/c1c5759b17aedc51281e
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Modification to allow remove of posts from The Loop according to restriction’ is closed to new replies.