Monthly Archives: March 2017

Magento bugs and fixesMagento design
Blank Image

AW Blog Remove Blog Title from Meta title in post pages

If you need to remove the Blog title from the post title in AW_Blog for Magento then this is how to do it. using FTP open the following folder,  /app/code/community/AW/Blog/Helper Open post.php   Look for $action->getLayout()->getBlock(‘head’)->setTitle($blogTitle . $pageTitle); on line 38 Change to $action->getLayout()->getBlock(‘head’)->setTitle($pageTitle); That’s it. Now the home page of the blog uses the […]...