List category posts plugin
Posted: November 3rd, 2011, 10:31 am
Hi,
I am using the "List category posts" plugin by Fernando Briano (http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/), and the protected posts are not being filtered out.
I do have "Filter ALL WordPress® queries; protecting all Alternative Views." checked off.
This plugin uses "get_posts" to retrieve the posts to display in the class "CatList" using the private function "lcp_set_categories" (i.e. where the arguments for get_posts are set).
Not sure if I can add "attach_s2member_query_filters();" to the List category posts plugin code to filter out the protected posts or not.
Thanks,
Brad
I am using the "List category posts" plugin by Fernando Briano (http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/), and the protected posts are not being filtered out.
I do have "Filter ALL WordPress® queries; protecting all Alternative Views." checked off.
This plugin uses "get_posts" to retrieve the posts to display in the class "CatList" using the private function "lcp_set_categories" (i.e. where the arguments for get_posts are set).
Not sure if I can add "attach_s2member_query_filters();" to the List category posts plugin code to filter out the protected posts or not.
Thanks,
Brad