XF 1.4 How to remove "Latest" from the main page?

imthebest

Well-known member
Hello,

I'm trying to remove the string "Latest" from the main page as follows:

latest.webp

I looked at the forum_list template and noticed it calls the template node_list which does the following:

Code:
<xen:foreach loop="$renderedNodes" value="$node">{xen:raw $node}</xen:foreach>

Making impossible to remove the "Latest" with a template edit... or maybe it's possible?

Thanks,
Super120
 
Top Bottom