Mono Support How to remove blog name and description from blog section ? (Closed)

Viewed 10837 time(s), 2 post(s), 7/8/2013 8:49:20 PM - by super
7/8/2013 8:49:20 PM
6018 Reputation 709 Total posts

I do not want the blog name and description in the blog section, how to remove it ?

When I go to: MonoX / ModuleGallery / Blog / BlogPostList.ascx

I tried removing this but it gives error message:

<div class="blog-info">
           <asp:Literal runat="server" ID="ltlH1Open"><h1></asp:Literal><asp:Literal ID="ltlBlogName" runat="server"></asp:Literal><asp:Literal runat="server" ID="ltlH1Close"></h1></asp:Literal>
           <asp:Literal ID="ltlBlogDescription" runat="server"></asp:Literal>
       </div>

What is the correct way to get rid of this ?

1
7/9/2013 7:21:57 AM
3016 Reputation 428 Total posts

Hi super,

you can put those controls in one parent place holder and set it's visibility to false.

regards.

2
This is a demo site for MonoX. Please visit Mono Software for more info.