magento meta keywords in list view output


/ Published in: PHP
Save to your folder(s)

magento meta keywords in list view output
template/catalog/category/view.phtml:


Copy this code and paste it in your HTML
  1. <?php echo $_category->getMetaKeywords(); ?>

Report this snippet


Comments


You need to login to view comments.