3

By default, the AW blog extension shows a toolbar/sort bar at the top and bottom of the main blog page.

I want to remove this, and have tried editing the aw_blog.xml deleting the following lines for example:

<block type="blog/product_toolbar" name="aw_blog_list_toolbar" template="catalog/product/list/toolbar.phtml">

... wherever it shows up. However, doing that kills the page and it doesn't load anymore.

So - does anyone know how to remove the toolbar from this extension?

(obviously, this is a little niche/specfic - but I think many folks know this extension, so maybe i'll get lucky!)

Thanks!

egg
  • 499
  • 7
  • 26

1 Answers1

4

Its very easy to do this Goto

app/design/frontend/your_theme/default/template/aw_blog

open blog.phtml file find for this code will be in line 7 and 33 just comment it

<?php echo $this->getChildHtml('aw_blog_comments_toolbar'); ?>
dh47
  • 1,726
  • 1
  • 18
  • 31