katieann
Member
Posted 1 year ago #
Can someone please help me to get two entries (Entries RSS and Comments RSS as they are elsewhere on my page) off my Meta category on my sidebar? I went into the sidebar editor and I don't see them there. All I see is:
<h2>Meta</h2>
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- WordPress
<?php wp_meta(); ?>
If I go to my widgets and open "Meta" there is nothing there, only a place to change the title.
Amy I looking i the wrong places?
Any help is appreciated!
Look in sidebar.php in your theme
katieann
Member
Posted 1 year ago #
This is from my sidebar.php. Since I posted this, I used a custom menu to change my meta links to what I want, I'm just wondering why, if I manually add links to sidebar.php, they won't change?
You can hardcode links in sidebar and they won't change. You can also make a new text widget and put links in it, too, so they can be easily changed in the widget editor.