[Plugin: P2 Resolved Posts] Automatically mark SPECIFIC post format(s) as "unresolved"
-
There’s a very useful filter to automatically mark new posts as unresolved by adding
add_filter( 'p2_resolved_posts_mark_new_as_unresolved', '__return_true' );
to the theme’s functions.php and that works perfectly.But how about excluding some post formats? Say for example that I only want to automatically mark standard posts as unresolved? And not quotes, links, and status updates.
Has anyone successfully used the
p2_resolved_posts_maybe_mark_new_as_unresolved
filter? If so how exactly?Any help is greatly appreciated! Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: P2 Resolved Posts] Automatically mark SPECIFIC post format(s) as "unresolved"’ is closed to new replies.