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 to have just title on Recents Posts Widget ?

4 Posts
3 Users
1 Reactions
2,567 Views
Posts: 24
Topic starter
(@pierreto)
Eminent Member
Joined: 9 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: 9 years ago

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

Thanks

Posts: 24
Topic starter
(@pierreto)
Eminent Member
Joined: 9 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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;}