0

I have integrated fishpig wordpress blog integrated with magento and integrated theme

but I need to display my cart, my account, login, blog in header in blog pages

so what could I write in header.php file in blog

please help me out

thanks and hope for answer

Dolly
  • 1,042
  • 4
  • 27
  • 47
  • What is the integration mode? (full, etc?), header links are displayed via xml (if you use that section in your layout)... By default your these links are displayed in Magento theme header... – FlorinelChis Aug 14 '12 at 11:37

1 Answers1

0

Maybe try using the pages' handle in the layout XML.

Then just add the block top.links.

If you need help with layout XML see a here

Pesach

pzirkind
  • 2,338
  • 2
  • 20
  • 25
  • Thanks for reply but i want that in wordpress blog pages, in that how can i do that? – Dolly Aug 16 '12 at 04:54
  • oh this should answer your question :) http://stackoverflow.com/questions/6347384/load-block-outside-magento-and-apply-current-template – pzirkind Aug 16 '12 at 16:23