Categories

Schema.org Logo Markup – Magento

Go into header.phtml file (path below) /app/design/frontend/rwd/default/template/page/html/header.phtml On line ~68 or so, wrap the following code: <a class=”logo” href=”<?php echo $this->getUrl(”) ?>”> <img src=”<?php echo $this->getLogoSrc() ?>” alt=”<?php echo $this->getLogoAlt() ?>” class=”large” /> <img src=”<?php echo $this->getLogoSrcSmall() ?>” alt=”<?php echo $this->getLogoAlt() ?>” class=”small” /> </a> With: <div itemscope itemtype=”http://schema.org/Organization”> </div> Also add the following attribute… Read more »

Magento Resources

So I have been in Magento hell the last few weeks, and have been compiling tuts and articles that have helped me along, and wanted to share!   ENJOY!   *********************************************** *********************************************** Magento Free Resources *********************************************** ***********************************************     Turning On and Off Magento’s Default Blocks ———————————————– http://www.magentocommerce.com/knowledge-base/entry/turning-on-off-magentos-content-blocks     *********************************************** Adding Page Links to… Read more »