Notifications
Clear all

wpForo 1.x.x [Closed] How to have just title on Recents Posts Widget ?

4 Posts
3 Users
1 Likes
2,098 Views
Posts: 28
Topic starter
(@pierreto)
Trusted Member
Joined: 8 years ago

How to have just title on Recents Posts Widget ?

Hi,

I use WPForo for news and put title h2 on message, like i do here, then i want to know if it's possible to have just title on "Recents Posts" Widget, like for  "Recent Topics" widget?

 

3 Replies
Posts: 316
(@1sharonkat)
Reputable Member
Joined: 7 years ago

@pierreto, how do you set the title to h2 on a message

Thanks

Posts: 28
Topic starter
(@pierreto)
Trusted Member
Joined: 8 years ago

Hi Yossik,

I just click on {;} in editor and change p to h2

Exemple :

<p>Hi Yossik,</p>

to

<h2>Hi Yossik,</h2>

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago
Posted by: pierreto

 I use WPForo for news and put title h2 on message, like i do here, then i want to know if it's possible to have just title on "Recents Posts" Widget, like for  "Recent Topics" widget  

The only way to do this is using a CSS code to hide it:

#wpf-widget-recent-replies .wpforo-list-item .posttext{display:none;}