Hy,
I'm quite new and i can't find the way to put code in the magento to call extension:
https://github.com/adampmoss/magento-category-seo-heading
. I try to put in phtml file like:
<pre>$category->getCreareCategoryHeading()</pre>
$category->getCreareCategoryHeading()
and it doesn't work. Can please help me from where can i call extension?
Thanks for the answer,
Alen
This is a Magento 2 forum branch.
The extension you have mentioned is not for Magento 2.
thans, my mistake
i realy don't understand how call this extension from phtml.
i was try put cod on different ways after breadcrumbs:
<?php echo $this->getChildHtml('breadcrumbs')
<?php echo $category->getCreareCategoryHeading() ?>
$category->getCreareCategoryHeading()
<pre>$category->getCreareCategoryHeading()</pre>
Thanks for help,
Alen