Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom View: Most Recent topics with Topic Featured Image

  • @malmac

    Participant

    Hello All,

    This is what I have so far:

    in my functions.php file:
    bbp_register_view( 'recent-with-topic-image', __( 'Recent With Topic Image' ), array(false ,'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 8 ), false );

    corresponding short code
    [bbp-single-view id="recent-with-topic-image"]

    What can I add to array to show the featured image from the topic that the post is in?

    Thanks, Malcolm

  • You must be logged in to reply to this topic.
Skip to toolbar