Categories

Featured templates

Magento. How to remove Blog from top menu

Harry Baker February 3, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

Magento. How to remove Blog from top menu

This tutorial will teach you how to remove Blog from top menu in Magento templates.

Magento.How_to_remove_Blog_from_top_menu.

  1. To remove blog from top menu of your site, you’ll need to edit aw_blog.xml file. For this purpose you can use any code editor available (we’re using default cPanel code editor).

  2. Go to the installation root of your site, open app/design/frontend/default/themeXXX/layout/aw_blog.xml file, line 32 (please mind that in your case the number of the line may be different) .

  3. Search for the following code and remove it:
    <reference name="top.links">    
    	<block type="blog/blog" name="add.blog.link">               
    	<action method="addBlogLink" ifconfig="blog/menu/top"><param>top</param></action>            
    	</block>       
    </reference>
  4. After you’re done, save the changes and check the site.

  5. Sometimes you may also need to clear the cache to see your changes.

That’s it! Now you know how to remove Blog from top menu in Magento.

Feel free to check the detailed video tutorial below:

Magento. How to remove Blog from top menu

Magento Responsive Themes
This entry was posted in Magento Tutorials and tagged blog, Magento, menu, top. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket