AmethystZ
Member
Posted 1 year ago #
Hi all,
I'd sincerely appreciate some help please. :)
I am running the MixedMedia Red 1.0 theme with multiple widgets on the right hand side. I am using the Admin widget (lower right widget) as quick access to my dashboard.
1. Does anyone know how I can remove the WordPress.org link from that widget please?
2. Alternatively is there an advert free login app in the footer or widget that anyone can recomend?
Many smiles,
Amethyst
http://www.amethyst-treleven.com
I would use the text widget instead of the Meta one. In the text widget you can put in what links you want. So for example, your text widget could include:
<a href="http://www.amethyst-treleven.com/wp-login.php">Admin Login</a>
This way you can add your own links if you want any more. More info on this blog post.
Cheers,
Rab
http://wordpress.org/extend/plugins/minimeta-widget/
looks like this plugin allows a pretty customizeable meta widget
if you are comfortable editing a tiny bit of code, you could do this, its how I include login and register in my theme footer
<?php wp_loginout(); ?>
provides the login/out
<?php wp_register('', ''); ?>
provides the register
AmethystZ
Member
Posted 1 year ago #
Thanks gorgeous folk. The minimeta widget did the trick. Much appreciated.
Many smiles,
Amethyst