Results 1 to 10 of 25
Threaded View
-
1st Feb 2011, 01:13 AM #18MemberWebsite's:
JustCDkeys.comI need a little help with php code inside wordpress theme.
I want to add a link to top menu navigation...this code is from header.php
Code:<ul id="subnavbar"> <li class="page_item<?php if(is_home()){echo(' current_page_item');} ?>"><a title="Latest" href="<?php bloginfo('url'); ?>">Home</a></li> <?php $stickyCategories = get_settings("ftoptions_sticky_categories"); if($stickyCategories) { foreach ($stickyCategories as $value) { $value = str_replace(" ", "-",$value); $id = get_cat_id($value); wp_list_categories('include='.$id.'&title_li='); } } ?> <?php //wp_page_menu('show_home=0&exclude='.$q2.'&menu_class=page_item&sort_column=menu_order'); ?> <?php wp_list_pages('title_li=&exclude='.$q2); ?> </ul>
Any help is appreciated.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Looking for a Free GFX work
By Cooper in forum Graphics AreaReplies: 2Last Post: 11th Oct 2012, 07:41 PM -
Free Graphics Work
By KWWHu in forum Graphics AreaReplies: 65Last Post: 29th Jul 2012, 08:24 AM -
need logo [free work]
By abhikala1 in forum Graphics AreaReplies: 2Last Post: 11th Sep 2011, 08:25 PM -
Free GFX Work
By subha86 in forum Graphics AreaReplies: 9Last Post: 29th Apr 2011, 09:39 AM -
[Free]Gfx work needed
By Mr.WT in forum Graphics AreaReplies: 7Last Post: 6th Oct 2010, 02:58 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...