Remove Topic from home screen

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anni tempo fa
How do i remove a topic like "about us".

I know how to remove a topic from admin - topics. But it still shows on the home screen.

Thanks
14 anni tempo fa
you will need to remove it from


infoblock.ascx
14 anni tempo fa
Look at modules/infoblock.ascx control

try to find this code:

<li><a href="<%=Page.ResolveUrl("~/AboutUs.aspx")%>">
                <%=GetLocaleResourceString("Content.AboutUs")%></a></li>

comment this out like this:

<!-- <li><a href="<%=Page.ResolveUrl("~/AboutUs.aspx")%>">
                <%=GetLocaleResourceString("Content.AboutUs")%></a></li> -->
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.