Info
- 1 post
- 1 voice
- Started 3 weeks ago by pezillionaire
New Post funcion
-
- Posted 3 weeks ago #
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!
-
You must log in to post.