In my footer, I have a set of links labeled Meta, it has...
Register
Log in
Entries RSS
Comments RSS
Wordpress.org
How can I remove just the wordpress.org and and comments rss link from the meta links?
|
In my footer, I have a set of links labeled Meta, it has... Register How can I remove just the wordpress.org and and comments rss link from the meta links? |
|||
|
|
|
Depending on your theme, they may be hard coded into a sidebar or footer file. If this is the case, you will need to get your hands dirty and edit your theme files. But you can usually remove them by adding a widget, as these items often only show up when no widgets have been added. So go to Appearance -> Widgets and add the widgets that you want in the appropriate sidebar. |
|||
|
|
I believe those are not generated by the system so you'd have to remove it by editing the theme. If your sure it's in the footer, edit the theme's footer.php by deleting those lines where those links are. In most themes, they are usually in sidebar.php, so if you don't find the links in footer.php, check for sidebar.php. |
|||||
|