Forums

Join
bbPress Support ForumsPimp your PressNew Post funcion

Info

New Post funcion

  1. 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!

  2. You must log in to post.