• This is a great widget, Jehy. Simple and to the point. Thank you.

    I like that you’ve allowed us to do away with the WordPress.org link. Not out of disrespect for WP (far from it) But my site already has other blogroll links to WP plus the footer link.

    For newbies (and I’m barely past that stage), it is also possible to remove the two RSS links (for the same reason, I have them elsewhere, simply remark them out:

    <!--			<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php echo attribute_escape(__('Syndicate this site using RSS 2.0')); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    -->

    and/or:

    <!--			<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php echo attribute_escape(__('The latest comments to all posts in RSS')); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    -->

    What is left is, “Login” and later “Site Admin” and “Logout” links after logging in.

    My one request is: I wish there was a way this widget would allow us to change “Site Admin” to “Profile” or something like that. ?

    Hope this helps.

Viewing 1 replies (of 1 total)
  • “Site admin” words are built into wordpress dictionary. You can change it:
    1) remove wp_loginout(); call from plugin and insert links manually
    2) add a dictionary plugin to replave what you need
    3) change wordpress language plugin

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin Customize Meta Widget] additional request’ is closed to new replies.