adding php script?how??very very confuse, help me...
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..
Not sure if this is what you actually want, but at least it should parse correctly:
PHP Code:
<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><?php } ?> </li></div></ul>
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in
Nation
eBookworm.us
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks