Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    choose any category and any number on category feat one in customizer->homepage featured category->cat one and add this to child functions.php or wp-content/meso-custom-functions.php

    function meso_homefeat_one_query_forum() {
    return 'post_type=topic&showposts=5';
    }
    add_filter('meso_featcat_query_one','meso_homefeat_one_query_forum');

    edit the post_type and showposts to your own custom post type and count.

    Thread Starter whatever1

    (@whatever1)

    Thank you so much for such a quick reply, less than 24 hours!!! Will come back if I have additional problems.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to feature forum topics’ is closed to new replies.