Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3669

Reply To: Some startup help in designing my own theme?

$
0
0

Yeah you can insert a shortcode on the forum index page using some hooks that bbPress provides.

bbp_template_after_forums_loop

Here is a code snippet that will do what you are looking for though.

https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#21-show-5-recent-topics-after-forum-index

For the freshness link it should link to whatever was the last activity, with that either being a reply or a topic created. If you want you can filter the forum freshness link to just show topics I guess. The filter is bbp_get_forum_freshness_link


Viewing all articles
Browse latest Browse all 3669

Trending Articles