Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] How Can i Hide Categories On Forum Home Page & Others

4 Posts
3 Users
0 Reactions
1,496 Views
Posts: 61
Topic starter
(@ediko)
Trusted Member
Joined: 4 years ago

Hello,

I need solutions for the following questions:

  • Is there any way i can hide the categories and boards from displaying on forum homepage?
  • Is there a plugin that can display forum posts to my site's main home page based on categories block (let's say my forum is at example.com/forum and i want to display posts on different blocks based on forum categories/boards just the same way you will display blog posts on homepage based on categories).
  • Is there a plugin for social media login? (if No, please kindly work on this as it is a popular demand).
  • Also, is there a way i can remove the paragraph "p" tag inside the bottom post compose area

Thanks for your prompt response.

3 Replies
dimalifragis
Posts: 2601
(@dimalifragis)
Famed Member
Joined: 5 years ago

Hello.

Login / Register is NOT handled by wpForo but from Wordpress, so find and use a social login for Wordpress. wpForo just provides a "form" of login/register for ease.

As for your categories question on home page, wpForo has support for shortcodes _maybe_ you can do what you want with a little work. A custom home page with shortcodes.

https://wpforo.com/docs/root/getting-started/forum-page/wpforo-shortcodes/

2 Replies
(@ediko)
Joined: 4 years ago

Trusted Member
Posts: 61

@dimalifragis Thanks for your response.

Please answer this:

Is there a plugin that can display forum posts to my site's main home page based on categories block (let's say my forum is at example.com/forum and i want to display posts on different blocks based on forum categories/boards just the same way you will display blog posts on homepage based on categories).

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@ediko ,

So the answer is the same, you should use shortcodes. For example, you can display all topics of X category using this shortcode:

[wpforo item="forum" id="2"]

The 2 number is the category or forum ID. You can find them in Dashboard > Forums > Forums admin page.