At my site, i build a navigation menu (based html) from header.php,
then i want to move an element :
<div class="menu-col clearfix">
<ul class="pf_nav"><div class="menu-title">WORKS</div>
<li><?php if(is_home() or is_singular("portfolio")) ?><a title="all" href="#">ALL DESTINATION</a></li></div></ul>
to come inside of navigatioan, as a parent menu..
how to do this??
help me..


Reply With Quote

Bookmarks