Quoted by podz:
It’s in sidebar.php, at the bottom – honest !
I have seen this question many times as well. The answer that I am not able to find is where does this information get called from?
For instance the lines:
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
Where are the variables coming from because depending on whether you are logged in or not depends on what displays.
If not logged in, it will display:
Register
Login
If logged in they display:
Site Admin
Logout
Where is the code that is testing whether you’re logged in or not, and where is it passing the variables to the sidebar.php?
I am using a hacked up version of the Painted-Desert theme so I have had to rewrite a lot of the code to make the theme work as I want it. I just want to be able to adjust the meta menu and how they are displayed.
You can view my site: The RIOT