Hello,
I would like to provide login and registration links to my blogs home page. Is there any way to complete my requirement?
Thanks,
Sandeep Gandhi
Hello,
I would like to provide login and registration links to my blogs home page. Is there any way to complete my requirement?
Thanks,
Sandeep Gandhi
most themes you can do that in the sidebar with the "Meta" widget
you can add it manually to one of your theme files with this code
<h3>Meta</h3>
<ul>
<li><?php // wp_register(); ?></li>
<li><?php wp_loginout(); ?></li>
</ul>Samboll,
Thanks for your details..I will check it out.
Best regards,
This topic has been closed to new replies.