Somehow, I have lost the LOGIN and LOGOUT links in the footer of my blog. They are gone, missing, non-existent.
The only way I can login now is by typing the blogname followed by /wp-admin
Can someone help me get the login and logout links back into my footer?
Here is what my footer.php currently looks like:
Code:
<div style="clear:both;"></div>
<div id="footer">
Copyright © 2008 Palm Beach Gardens Police Foundation · All rights reserved · Pro Media Theme by Brian Gardner · WordPress · XHTML · <?php wp_loginout(); ?> </p>
The Palm Beach Gardens Police Foundation is a registered corporation with the State of Florida
and is recognized as a Federal 501(c)(3) tax-exempt, non-profit organization.
100% of donations support the Palm Beach Gardens Police Department.</p>
</div>
<?php do_action('wp_footer'); ?>
</div>
<div>
<center>
<script type="text/javascript" src="http://s48.sitemeter.com/js/counter.js?site=s48pbgpv">
</script>
<noscript>
<a href="http://s48.sitemeter.com/stats.asp?site=s48pbgpv" target="_top">
</a>
</noscript></center>
</p>
</div>
</body>
</html>
Thanks in advance.