The MU forums have moved to WordPress.org

wpmu specific META widget available? (3 posts)

  1. Ovidiu
    Member
    Posted 15 years ago #

    hi there.
    just wodnering why the built in meta widget still points to wordpress.org adn is not customizable :-( is there a repalcement for it?

  2. tdjcbe
    Member
    Posted 15 years ago #

    We coded our own with different links and stuck it in /mu-plugins/. (ie support pages, forums, front page, etc.) It was pretty much a copy and paste of the wp_widget_meta function out of the wp-includes/widgets.php file but with the changes. Do note that you do have a hook in there of wp_meta();.

    You'll need to do a wp_unregister_sidebar_widget('meta'); of course to remove the original one. I believe the Blix theme redoes a few widgets if you want to look at that theme's function.php file.

  3. Ovidiu
    Member
    Posted 15 years ago #

    thx, just found this one: http://wordpress.org/extend/plugins/customize-meta-widget/ replaces the default on, yo ucan edit its code to add stuff...

About this Topic