Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I exclude a forum category from latest discussions?


chrishajer
Participant

@chrishajer

Did you try any of the WordPress-style tricks?

<?php $topics = get_latest_topics('exclude=3' ); ?>
<?php $topics = get_latest_topics( -3 ); ?>

Skip to toolbar