cancel
Showing results for 
Search instead for 
Did you mean: 

Category SEO Heading Extension for Magento how call

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Category SEO Heading Extension for Magento how call

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

 

 

2 REPLIES 2

Re: Category SEO Heading Extension for Magento how call

This is a Magento 2 forum branch.

The extension you have mentioned is not for Magento 2.

Re: Category SEO Heading Extension for Magento how call

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