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%