Mar
03

Hi,

Please use this code to crete horizontal menu and add this code in header.php file of your current active theme in your wordpress theme:

<div id=”hormenu”>
<ul>
<li><a href=”<?php echo get_settings(‘home’); ?>”>Home></li>
<?php wp_list_categories(‘orderby=name&include=1,4,5′); ?>
</ul>
</div>

That’s it!

Thanks,

Shane G.

Popularity: 4%

Related posts:
  1. How to create horizontal menus? How to create horizontal menus? Your basic list menu always...
  2. Code To Create Two Tiered Conditional Navigation In WordPress? Hi, To Display Two Tiered Conditional Navingation In wordpress need...
  3. How to display categories in Horizontal Drop Down Menu? How to display categories in Horizontal Drop Down Menu? This...
  4. Code to Display Categories In Two Columns In WordPress Blog Hi, In order to display categories in two columns you...
  5. Code To Display Categories In Drop Down Format In WordPress Blog Hi, You can use this code to display your categories...

Leave a Reply

You must be logged in to post a comment.