Magento category page title Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraChange category H1 page titleMultiple <title>'s on pageMagento why only title prefix show on title areaMagento: Category Name vs Page Title NameHow can we get page title back in magento 2Want to get meta_title ( Page Title in category )Get specific / any CMS page titleProduct and Category name not showing as page titleHow reset page title category magento 1Display Parent Category Title on Sub Category Page Title

Second order approximation of the loss function (Deep learning book, 7.33)

Why does the Cisco show run command not show the full version, while the show version command does?

Would reducing the reference voltage of an ADC have any effect on accuracy?

A Paper Record is What I Hamper

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

A strange hotel

What is it called when you ride around on your front wheel?

Justification for leaving new position after a short time

Office 365 Outlook has huge fonts - how to make smaller?

How would this chord from "Rocket Man" be analyzed?

Trumpet valves, lengths, and pitch

Additive group of local rings

Passing args from the bash script to the function in the script

What to do with someone that cheated their way through university and a PhD program?

Does Feeblemind produce an ongoing magical effect that can be dispelled?

Has a Nobel Peace laureate ever been accused of war crimes?

Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?

What is the best way to deal with NPC-NPC combat?

Map material from china not allowed to leave the country

All ASCII characters with a given bit count

What is the term for a person whose job is to place products on shelves in stores?

Is there any hidden 'W' sound after 'comment' in : Comment est-elle?

What was Apollo 13's "Little Jolt" after MECO?

How to use @AuraEnabled base class method in Lightning Component?



Magento category page title



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraChange category H1 page titleMultiple <title>'s on pageMagento why only title prefix show on title areaMagento: Category Name vs Page Title NameHow can we get page title back in magento 2Want to get meta_title ( Page Title in category )Get specific / any CMS page titleProduct and Category name not showing as page titleHow reset page title category magento 1Display Parent Category Title on Sub Category Page Title



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















How to get Magento category page title in frontend?

Already tried:



<?php if ($category->getPageTitle()):?>
<?php echo $_helper->categoryAttribute($_category, $_category->getPageTitle(), 'page_title') ?>
<?php else: ?>


enter image description here










share|improve this question
























  • yes as suggested in mage i want to display here page title

    – Payal jhamta
    Aug 5 '16 at 9:25











  • plz show which error are display? or plz show full code

    – Rakesh Jesadiya
    Aug 5 '16 at 9:26












  • hi @Payaljhamta, may i know what kind search box you are using

    – Gem
    Aug 5 '16 at 10:32

















1















How to get Magento category page title in frontend?

Already tried:



<?php if ($category->getPageTitle()):?>
<?php echo $_helper->categoryAttribute($_category, $_category->getPageTitle(), 'page_title') ?>
<?php else: ?>


enter image description here










share|improve this question
























  • yes as suggested in mage i want to display here page title

    – Payal jhamta
    Aug 5 '16 at 9:25











  • plz show which error are display? or plz show full code

    – Rakesh Jesadiya
    Aug 5 '16 at 9:26












  • hi @Payaljhamta, may i know what kind search box you are using

    – Gem
    Aug 5 '16 at 10:32













1












1








1








How to get Magento category page title in frontend?

Already tried:



<?php if ($category->getPageTitle()):?>
<?php echo $_helper->categoryAttribute($_category, $_category->getPageTitle(), 'page_title') ?>
<?php else: ?>


enter image description here










share|improve this question
















How to get Magento category page title in frontend?

Already tried:



<?php if ($category->getPageTitle()):?>
<?php echo $_helper->categoryAttribute($_category, $_category->getPageTitle(), 'page_title') ?>
<?php else: ?>


enter image description here







magento-1.9 category page-title






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 5 '16 at 11:09









Anna Völkl

15.7k347134




15.7k347134










asked Aug 5 '16 at 9:18









Payal jhamtaPayal jhamta

165




165












  • yes as suggested in mage i want to display here page title

    – Payal jhamta
    Aug 5 '16 at 9:25











  • plz show which error are display? or plz show full code

    – Rakesh Jesadiya
    Aug 5 '16 at 9:26












  • hi @Payaljhamta, may i know what kind search box you are using

    – Gem
    Aug 5 '16 at 10:32

















  • yes as suggested in mage i want to display here page title

    – Payal jhamta
    Aug 5 '16 at 9:25











  • plz show which error are display? or plz show full code

    – Rakesh Jesadiya
    Aug 5 '16 at 9:26












  • hi @Payaljhamta, may i know what kind search box you are using

    – Gem
    Aug 5 '16 at 10:32
















yes as suggested in mage i want to display here page title

– Payal jhamta
Aug 5 '16 at 9:25





yes as suggested in mage i want to display here page title

– Payal jhamta
Aug 5 '16 at 9:25













plz show which error are display? or plz show full code

– Rakesh Jesadiya
Aug 5 '16 at 9:26






plz show which error are display? or plz show full code

– Rakesh Jesadiya
Aug 5 '16 at 9:26














hi @Payaljhamta, may i know what kind search box you are using

– Gem
Aug 5 '16 at 10:32





hi @Payaljhamta, may i know what kind search box you are using

– Gem
Aug 5 '16 at 10:32










2 Answers
2






active

oldest

votes


















0














I think, you have a typo here (if you have created page_title attribute) :



Replace <?php if ($category->getPageTitle()):?> WITH <?php if ($_category->getPageTitle()):?>



If you want to get meta_title (this is shown as Page Title in category edit page at admin)



enter image description here



then use :



<?php if ($_category->getMetaTitle()):?>
<?php echo $_helper->categoryAttribute($_category, $_category->getMetaTitle(), 'meta_title') ?>
<?php else: ?>





share|improve this answer

























  • yes as suggested in mage i want to display here page title so i can add this code in head.html

    – Payal jhamta
    Aug 5 '16 at 9:26











  • updated the code/answer

    – Anil Suthar
    Aug 5 '16 at 9:26











  • these page title i want to display in frontend as i mentioned in our qustion

    – Payal jhamta
    Aug 5 '16 at 9:54


















0














You need to rewrite Mage_Catalog_CategoryController



add below code in viewAction after $this->loadLayoutUpdates(); code



<?php if ($category->getMetaTitle()):?> 
<?php $this->getLayout()->getBlock('head')->setTitle($this->__($category->getMetaTitle())); ?>
<?php else: ?>


How to rewrite controller






share|improve this answer

























  • these page title i want to display in frontend as i mentioned in my qustion

    – Payal jhamta
    Aug 5 '16 at 10:15











  • Updated answer please check it

    – Prashant Valanda
    Aug 5 '16 at 10:23











  • Please make me clear which file i have to add code

    – Payal jhamta
    Aug 5 '16 at 10:25











  • updated answer check it

    – Prashant Valanda
    Aug 5 '16 at 10:34











  • Please make me clear where i have add code i.e in which file so that Page title display as per i mentioned in image that i attached in mu question plesae

    – Payal jhamta
    Aug 5 '16 at 12:11











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f130116%2fmagento-category-page-title%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I think, you have a typo here (if you have created page_title attribute) :



Replace <?php if ($category->getPageTitle()):?> WITH <?php if ($_category->getPageTitle()):?>



If you want to get meta_title (this is shown as Page Title in category edit page at admin)



enter image description here



then use :



<?php if ($_category->getMetaTitle()):?>
<?php echo $_helper->categoryAttribute($_category, $_category->getMetaTitle(), 'meta_title') ?>
<?php else: ?>





share|improve this answer

























  • yes as suggested in mage i want to display here page title so i can add this code in head.html

    – Payal jhamta
    Aug 5 '16 at 9:26











  • updated the code/answer

    – Anil Suthar
    Aug 5 '16 at 9:26











  • these page title i want to display in frontend as i mentioned in our qustion

    – Payal jhamta
    Aug 5 '16 at 9:54















0














I think, you have a typo here (if you have created page_title attribute) :



Replace <?php if ($category->getPageTitle()):?> WITH <?php if ($_category->getPageTitle()):?>



If you want to get meta_title (this is shown as Page Title in category edit page at admin)



enter image description here



then use :



<?php if ($_category->getMetaTitle()):?>
<?php echo $_helper->categoryAttribute($_category, $_category->getMetaTitle(), 'meta_title') ?>
<?php else: ?>





share|improve this answer

























  • yes as suggested in mage i want to display here page title so i can add this code in head.html

    – Payal jhamta
    Aug 5 '16 at 9:26











  • updated the code/answer

    – Anil Suthar
    Aug 5 '16 at 9:26











  • these page title i want to display in frontend as i mentioned in our qustion

    – Payal jhamta
    Aug 5 '16 at 9:54













0












0








0







I think, you have a typo here (if you have created page_title attribute) :



Replace <?php if ($category->getPageTitle()):?> WITH <?php if ($_category->getPageTitle()):?>



If you want to get meta_title (this is shown as Page Title in category edit page at admin)



enter image description here



then use :



<?php if ($_category->getMetaTitle()):?>
<?php echo $_helper->categoryAttribute($_category, $_category->getMetaTitle(), 'meta_title') ?>
<?php else: ?>





share|improve this answer















I think, you have a typo here (if you have created page_title attribute) :



Replace <?php if ($category->getPageTitle()):?> WITH <?php if ($_category->getPageTitle()):?>



If you want to get meta_title (this is shown as Page Title in category edit page at admin)



enter image description here



then use :



<?php if ($_category->getMetaTitle()):?>
<?php echo $_helper->categoryAttribute($_category, $_category->getMetaTitle(), 'meta_title') ?>
<?php else: ?>






share|improve this answer














share|improve this answer



share|improve this answer








edited Aug 5 '16 at 9:27

























answered Aug 5 '16 at 9:21









Anil SutharAnil Suthar

3,9981717




3,9981717












  • yes as suggested in mage i want to display here page title so i can add this code in head.html

    – Payal jhamta
    Aug 5 '16 at 9:26











  • updated the code/answer

    – Anil Suthar
    Aug 5 '16 at 9:26











  • these page title i want to display in frontend as i mentioned in our qustion

    – Payal jhamta
    Aug 5 '16 at 9:54

















  • yes as suggested in mage i want to display here page title so i can add this code in head.html

    – Payal jhamta
    Aug 5 '16 at 9:26











  • updated the code/answer

    – Anil Suthar
    Aug 5 '16 at 9:26











  • these page title i want to display in frontend as i mentioned in our qustion

    – Payal jhamta
    Aug 5 '16 at 9:54
















yes as suggested in mage i want to display here page title so i can add this code in head.html

– Payal jhamta
Aug 5 '16 at 9:26





yes as suggested in mage i want to display here page title so i can add this code in head.html

– Payal jhamta
Aug 5 '16 at 9:26













updated the code/answer

– Anil Suthar
Aug 5 '16 at 9:26





updated the code/answer

– Anil Suthar
Aug 5 '16 at 9:26













these page title i want to display in frontend as i mentioned in our qustion

– Payal jhamta
Aug 5 '16 at 9:54





these page title i want to display in frontend as i mentioned in our qustion

– Payal jhamta
Aug 5 '16 at 9:54













0














You need to rewrite Mage_Catalog_CategoryController



add below code in viewAction after $this->loadLayoutUpdates(); code



<?php if ($category->getMetaTitle()):?> 
<?php $this->getLayout()->getBlock('head')->setTitle($this->__($category->getMetaTitle())); ?>
<?php else: ?>


How to rewrite controller






share|improve this answer

























  • these page title i want to display in frontend as i mentioned in my qustion

    – Payal jhamta
    Aug 5 '16 at 10:15











  • Updated answer please check it

    – Prashant Valanda
    Aug 5 '16 at 10:23











  • Please make me clear which file i have to add code

    – Payal jhamta
    Aug 5 '16 at 10:25











  • updated answer check it

    – Prashant Valanda
    Aug 5 '16 at 10:34











  • Please make me clear where i have add code i.e in which file so that Page title display as per i mentioned in image that i attached in mu question plesae

    – Payal jhamta
    Aug 5 '16 at 12:11















0














You need to rewrite Mage_Catalog_CategoryController



add below code in viewAction after $this->loadLayoutUpdates(); code



<?php if ($category->getMetaTitle()):?> 
<?php $this->getLayout()->getBlock('head')->setTitle($this->__($category->getMetaTitle())); ?>
<?php else: ?>


How to rewrite controller






share|improve this answer

























  • these page title i want to display in frontend as i mentioned in my qustion

    – Payal jhamta
    Aug 5 '16 at 10:15











  • Updated answer please check it

    – Prashant Valanda
    Aug 5 '16 at 10:23











  • Please make me clear which file i have to add code

    – Payal jhamta
    Aug 5 '16 at 10:25











  • updated answer check it

    – Prashant Valanda
    Aug 5 '16 at 10:34











  • Please make me clear where i have add code i.e in which file so that Page title display as per i mentioned in image that i attached in mu question plesae

    – Payal jhamta
    Aug 5 '16 at 12:11













0












0








0







You need to rewrite Mage_Catalog_CategoryController



add below code in viewAction after $this->loadLayoutUpdates(); code



<?php if ($category->getMetaTitle()):?> 
<?php $this->getLayout()->getBlock('head')->setTitle($this->__($category->getMetaTitle())); ?>
<?php else: ?>


How to rewrite controller






share|improve this answer















You need to rewrite Mage_Catalog_CategoryController



add below code in viewAction after $this->loadLayoutUpdates(); code



<?php if ($category->getMetaTitle()):?> 
<?php $this->getLayout()->getBlock('head')->setTitle($this->__($category->getMetaTitle())); ?>
<?php else: ?>


How to rewrite controller







share|improve this answer














share|improve this answer



share|improve this answer








edited Aug 5 '16 at 10:34

























answered Aug 5 '16 at 9:25









Prashant ValandaPrashant Valanda

10k12356




10k12356












  • these page title i want to display in frontend as i mentioned in my qustion

    – Payal jhamta
    Aug 5 '16 at 10:15











  • Updated answer please check it

    – Prashant Valanda
    Aug 5 '16 at 10:23











  • Please make me clear which file i have to add code

    – Payal jhamta
    Aug 5 '16 at 10:25











  • updated answer check it

    – Prashant Valanda
    Aug 5 '16 at 10:34











  • Please make me clear where i have add code i.e in which file so that Page title display as per i mentioned in image that i attached in mu question plesae

    – Payal jhamta
    Aug 5 '16 at 12:11

















  • these page title i want to display in frontend as i mentioned in my qustion

    – Payal jhamta
    Aug 5 '16 at 10:15











  • Updated answer please check it

    – Prashant Valanda
    Aug 5 '16 at 10:23











  • Please make me clear which file i have to add code

    – Payal jhamta
    Aug 5 '16 at 10:25











  • updated answer check it

    – Prashant Valanda
    Aug 5 '16 at 10:34











  • Please make me clear where i have add code i.e in which file so that Page title display as per i mentioned in image that i attached in mu question plesae

    – Payal jhamta
    Aug 5 '16 at 12:11
















these page title i want to display in frontend as i mentioned in my qustion

– Payal jhamta
Aug 5 '16 at 10:15





these page title i want to display in frontend as i mentioned in my qustion

– Payal jhamta
Aug 5 '16 at 10:15













Updated answer please check it

– Prashant Valanda
Aug 5 '16 at 10:23





Updated answer please check it

– Prashant Valanda
Aug 5 '16 at 10:23













Please make me clear which file i have to add code

– Payal jhamta
Aug 5 '16 at 10:25





Please make me clear which file i have to add code

– Payal jhamta
Aug 5 '16 at 10:25













updated answer check it

– Prashant Valanda
Aug 5 '16 at 10:34





updated answer check it

– Prashant Valanda
Aug 5 '16 at 10:34













Please make me clear where i have add code i.e in which file so that Page title display as per i mentioned in image that i attached in mu question plesae

– Payal jhamta
Aug 5 '16 at 12:11





Please make me clear where i have add code i.e in which file so that Page title display as per i mentioned in image that i attached in mu question plesae

– Payal jhamta
Aug 5 '16 at 12:11

















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f130116%2fmagento-category-page-title%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Sum ergo cogito? 1 nng

419 nièngy_Soadمي 19bal1.5o_g

Queiggey Chernihivv 9NnOo i Zw X QqKk LpB