Custom View: Most Recent topics with Topic Featured Image
-
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.