Hello,
We are using the Nearly-Sprong template of WP 3.0.1.
There is a Log-In link at the header but we want to delete the Log-In link only.
There's an option to hide the header links but that not wat we want.
We don't want people with bad meanings to come easily to the log-in panel and type as a wild beast passwords in a try to hack our blog.
Cheers,
February 2011 Blog.
look for code pertaining to log-in in your current theme's templates, and strike it out.
I can't find it.
Not in header.php as well in index.php.
is Nearly-Sprong a premium (paid) theme?
No, a free theme because I downloaded it legally at my WP 3.0.1 admin, themes> install themes.
Try looking in functions.php.
ClaytonJames
Member
Posted 1 year ago #
the login link is in the nav bar on that theme.
header.php line 44
<?php wp_loginout(); ?>
Thank you James, link is deleted.