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 Use CSS Sliding Door Technique In WOrdpress Blog Hi, Wordpress functions wp_list_pages() and wp_list_categories() does not allow to...
  2. How to create horizontal menus? How to create horizontal menus? Your basic list menu always...
  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 Create Two Tiered Conditional Navigation In Wordpress? Hi, To Display Two Tiered Conditional Navingation In wordpress need...

Leave a Reply

You must be logged in to post a comment.