• My Meta Widget contains the following:

    Meta

    * Site Admin
    * Log out
    * Entries RSS
    * Comments RSS
    * WordPress.org

    I just want the site admin and log out descriptions displaying, please can someone advise?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi golferdude,

    You will need to look inside your theme files to change this. Depending on the theme, it may be in sidebar.php.

    Look for something like:

    <ul>
    	<?php wp_register(); ?>
    	<li><?php wp_loginout(); ?></li>
    	<?php wp_meta(); ?>
    </ul>

    Comment out wp_meta so it looks like this <?php //wp_meta(); ?> or simply remove it 🙂

    Thread Starter golferdude

    (@golferdude)

    Hi WP Aussie,
    I am using the 2010 Weaver theme, I will take a look later on, thanks for info.

    Thanks GD

    Thread Starter golferdude

    (@golferdude)

    Sorry WP Aussie,
    Not sure what this has done but all the descriptions are still there and accessable:)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Meta Widget’ is closed to new replies.