Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8174305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:25:06+00:00 2026-06-06T22:25:06+00:00

I want to create a custom navigation bar to put in my header.phtml file.

  • 0

I want to create a custom navigation bar to put in my header.phtml file.

For this I need a list of all the categories, i’m hoping that there is a simple function that I can call to get an array?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T22:25:07+00:00Added an answer on June 6, 2026 at 10:25 pm

    The following gets the subcategories of a specified category, you should be able to work from here I think:

    $layer = Mage::getSingleton('catalog/layer');
    $_category = Mage::getModel('catalog/category')->load(3); //this is cat 3, or can use: 
    $_category = $layer->getCurrentCategory();
    $_categories = $_category->getCollection()
     ->addAttributeToSelect(array('url_key','name','image','all_children','is_anchor','description')) //or whatever fields you want
     ->addAttributeToFilter('is_active', 1)
     ->addIdFilter($_category->getChildren())
     ->setOrder('position', 'ASC')
     ->joinUrlRewrite();
    

    Then something like:

    <?php foreach ($_categories as $_category): ?>
    

    etc…

    You may also be interested in:

    $this->htmlEscape($_category->getImageUrl())
    $this->htmlEscape($_category->getName())
    $_category->getURL()
    

    Hope that helps point you in the right direction. Clearly the load(3) can just be your root category.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create custom button and I need it to be circle. How
I want to create a custom list in Flex for an interface prototype. The
I want to create custom NANT files. To do this, I use C# to
I want to create custom error code and message mapping file. Currently I use
I'm currently trying to create a custom navigation-bar for my navigation-controller in iOS using
I want to do a custom horizontal navigation bar, which consists of as many
I want to create custom options menu as below and also want this to
I want to create custom shaped window. I only need to specify which pixels
I want to create a custom set that will automatically convert objects into a
I want to create a custom property on one of my entities mapped from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.