Viewing 15 replies - 1 through 15 (of 17 total)
  • esmi

    (@esmi)

    You may need to edit the header.php template file within the theme.

    Thread Starter kimstips

    (@kimstips)

    I have look there. I can change the name now but not the link.

    Thread Starter kimstips

    (@kimstips)

    I mean i dont know where i change the link but i know where i change the name

    esmi

    (@esmi)

    The link may be inserted via a template tag.

    Thread Starter kimstips

    (@kimstips)

    What you mean?

    esmi

    (@esmi)

    What was the line of code at the point where you changed the link name?

    Thread Starter kimstips

    (@kimstips)

    <div class="tools">
    <ul>
    <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<strong>here</strong>" class="rss">Subscribe Comment</a></li>
     <li><a href="<?php bloginfo('rss2_url'); ?>" title="<strong>And here</strong>" class="rss">Subscribe Posts</a></li>
     </ul>
     </div>
    	</div>
        </div>
    esmi

    (@esmi)

    <?php bloginfo('comments_rss2_url'); ?> is the template tag for your comments’ RSS feed link.

    <?php bloginfo('rss2_url'); ?> is the template tag for your posts’ RSS feed link.

    The title isn’t the link’s name. It provides a tooltip popup when someone hovers over the link.

    What do you want to change these links to?

    Thread Starter kimstips

    (@kimstips)

    The first must be named ´youtube channel´ and go to the link: http://www.youtube.com/user/bumstest

    The other must be named ´bragster channel´ and go to the link: http://www.bragster.com/users/306391-bumstest

    Thread Starter kimstips

    (@kimstips)

    Can/will you put it in so I just put it into the header?

    renderingstudio

    (@renderingstudio)

    What are You doing Kimstips?

    Have u any Problem of this Question at this Time?

    Have u Solved the Your Query?

    Thanks
    Soha Smith

    http://www.3drendering-studio.co.uk/

    Thread Starter kimstips

    (@kimstips)

    Can someone put it in because i dont understand

    Thread Starter kimstips

    (@kimstips)

    please?

    esmi

    (@esmi)

    Replace:

    <div class="tools">
    <ul>
    <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<strong>here</strong>" class="rss">Subscribe Comment</a></li>
    <li><a href="<?php bloginfo('rss2_url'); ?>" title="<strong>And here</strong>" class="rss">Subscribe Posts</a></li>
    </ul>
    </div>

    with

    <div class="tools">
    <ul>
    <li><a href="http://www.youtube.com/user/bumstest" class="rss">Youtube channel</a></li>
    <li><a href="http://www.bragster.com/users/306391-bumstest" class="rss">Bragster channel</a></li>
    </ul>
    </div>
    Thread Starter kimstips

    (@kimstips)

    Thank you so much!

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Box in tops’ is closed to new replies.