Any WP expert can tell me how can i change the Meta Section to remove this link for wordpress.org ? thanks
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
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
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
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
i cant find this line 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
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.