Activity Stream
48,167 MEMBERS
61142 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1.     
    #21
    Member
    Website's:
    JustCDkeys.com
    Quote Originally Posted by ajinkya9 View Post
    Just Add a <div>
    Would this go inside the <ul> tag? Please give me more info, thanks

  2.     
    #22
    Respected Developer
    Quote Originally Posted by nForc3r View Post
    I 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>
    I can see that it has a "Home" link and then lists all the pages.. I just a code to add a link and point somewhere on the blog.

    Any help is appreciated.
    you mean wants to add something like this?
    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>
    <li><a href="http://besthostingforums.com/">YOUR LINK</></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>
    let me know if that's what you need.
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

  3.   Sponsored Links

  4.     
    #23
    Member
    Website's:
    JustCDkeys.com
    Quote Originally Posted by mRAza View Post

    let me know if that's what you need.
    That works, thanks,

    I just didnt know where to place it exactly

  5.     
    #24
    Member
    Hi
    Please visit w3cschool you get all details form that site.

  6.     
    #25
    Member
    Can you make chevreto (free image hosting script) allow multiple remote uploading of images at once? Thanks that would help MANY OF US!

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Looking for a Free GFX work
    By Cooper in forum Graphics Area
    Replies: 2
    Last Post: 11th Oct 2012, 07:41 PM
  2. Free Graphics Work
    By KWWHu in forum Graphics Area
    Replies: 65
    Last Post: 29th Jul 2012, 08:24 AM
  3. need logo [free work]
    By abhikala1 in forum Graphics Area
    Replies: 2
    Last Post: 11th Sep 2011, 08:25 PM
  4. Free GFX Work
    By subha86 in forum Graphics Area
    Replies: 9
    Last Post: 29th Apr 2011, 09:39 AM
  5. [Free]Gfx work needed
    By Mr.WT in forum Graphics Area
    Replies: 7
    Last Post: 6th Oct 2010, 02:58 PM

Tags for this Thread

BE SOCIAL