Skip to content

Instantly share code, notes, and snippets.

@wcodex
Created October 3, 2013 05:15
Show Gist options
  • Save wcodex/6805316 to your computer and use it in GitHub Desktop.
Save wcodex/6805316 to your computer and use it in GitHub Desktop.
How to get current category in Magento
<?php
$_current_category=$this->getCurrentCategory();
echo $_current_category;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment