Changing the Meta Section

Discussion in 'WordPress' started by QueenEve, Apr 10, 2008.

  1. #1
    Any WP expert can tell me how can i change the Meta Section to remove this link for wordpress.org ?

    thanks
     
    QueenEve, Apr 10, 2008 IP
  2. Ikki

    Ikki Peon

    Messages:
    474
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you please be a bit more specific? I'm not sure about what you mean. Please paste your code here, if possible, so we can help you out ;)
     
    Ikki, Apr 10, 2008 IP
  3. QueenEve

    QueenEve Active Member

    Messages:
    256
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    ok thanks for your reply

    http://tinyurl.com/5ehsbl is my vidolog , look on the left handside , there is Subscribers section (which suppose to be the Meta section , with the default of the theme ) What I want is to remove this link of wordpress.com

    Thanks
     
    QueenEve, Apr 10, 2008 IP
  4. Ikki

    Ikki Peon

    Messages:
    474
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #4
    That's simple:

    -> Log in into WP-admin
    -> Go to Themes (or Design, if you're using WP 2.5)
    -> Click on Theme Editor
    -> On the Themes Files list, click Sidebar
    -> Find this line and delete it:
    <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>
    Code (markup):
    -> Click Update File. You're done ;)

    Hope that helps ;)
     
    Ikki, Apr 10, 2008 IP
  5. QueenEve

    QueenEve Active Member

    Messages:
    256
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #5
    Hi , thanks for the reply , i cant find this code in the side bar, also this is not the part I want to remove , i wantto remove the link of the wordpress.org from the Meta section not from the footer
    thx
     
    QueenEve, Apr 10, 2008 IP
  6. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #6
    that is the sidebar code..read Ikki's post again...he was right!
     
    arwen54, Apr 10, 2008 IP
  7. QueenEve

    QueenEve Active Member

    Messages:
    256
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #7
    :confused::confused::confused:

    i cant find this line :confused:

    this is sidebar code of the theme

    <div id="content">
    <div id="right">
    <div class="top_right"></div>
    <div id="sidebar">
    <div class="wrap_widget">
    <?php if ( !function_exists('dynamic_sidebar')
    || !dynamic_sidebar(2) ) : ?>
    <div class="title"><h2>pages</h2></div>
    <ul>
    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    </ul>
    <div class="title"><h2>Archives</h2></div>
    <ul>
    <?php wp_get_archives('type=monthly&show_post_count=1'); ?>
    </ul>
    <div class="title"><h2>Blogroll</h2></div>
    <ul>
    <?php get_links(-1, '<li>', '</li>', ' - '); ?>
    </ul>
    <?php if(function_exists("wp_theme_switcher")) : ?>
    <div class="title"><h2>themes</h2></div>
    <p><?php wp_theme_switcher('dropdown'); ?></p>
    <?php endif; ?>

    <?php endif; ?>
    </div>

    </div>
    <div class="bottom_right"></div>
    </div>


    which line should i delete in this case?

    thanksssssssssss
     
    QueenEve, Apr 11, 2008 IP
  8. Ikki

    Ikki Peon

    Messages:
    474
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Weird. It should be there. Your link is inside a div called "left" (<div id="left">). Is there any file called left.php? If so, search for it there I'm sure you'll find it.

    I can help you for free if you want. PM me if you're interested.
     
    Ikki, Apr 11, 2008 IP