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.
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?
Hi Yossik,
I just click on {;} in editor and change p to h2
Exemple :
<p>Hi Yossik,</p>
to
<h2>Hi Yossik,</h2>
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;}