Remove Topic from home screen

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
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
13 年 前
you will need to remove it from


infoblock.ascx
13 年 前
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.