New Post funcion
-
I’m working on a custom WP & bbPress theme for a client and I’d like to highlight what forums have had new posts added since the user last logged in. Is there a function that I can call that allows me to get this info?
I’m thinking something along the lines of this:
<?php if(new_forum_posts()) : ?>
highlight icon
<?php else : ?>
don't highlight icon
<?php endif; ?>
Any help is appreciated!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.