Notifications
Clear all

wpForo 1.x.x [Closed] Add recent post on my home page

3 Posts
2 Users
0 Reactions
3,251 Views
Posts: 2
Topic starter
(@mptlse)
New Member
Joined: 7 years ago

Hi,

How can i show the lasts topics on my home page ?

I explain me : On the home page of my website i would like to show only the last topics of the forum ans when visitors click on title they arrive on the forum.

Thank you for your help.

Martial

2 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

There are three ways:

1. If you want to display recent topics on Home page sidebar you can use wpForo Recent Topics widget.

2. If you want to display recent topics in home page content you should install "amr shortcode any widget" plugin and load wpForo Recent Topics widget in home page content using according shortcodes. More information here: http://www.wpbeginner.com/plugins/how-to-add-wordpress-widgets-in-post-and-page-content/

3. If you are familiar with WordPress template file, you can create a custom sidebar in certain area of home page template file with <?php dynamic_sidebar( $index ); ?>  template tag and put wpForo Recent Topics widget in this sidebar. More info how to create a custom sidebar: https://codex.wordpress.org/Function_Reference/dynamic_sidebar

Posts: 2
Topic starter
(@mptlse)
New Member
Joined: 7 years ago

thank you for your help