I'm trying to edit a file called lsidebar.php in a theme. The left sidebar displays, among other things:
Log In / Register
* Site Admin
* Log out
* Entries RSS
* Comments RSS
* Wordpress.org
First of all, I'm confused because the code says the block title should display as "Meta." (I'll paste the code below.)
But actually the blog is displaying as "Log In / Register". Where is that coming from if not from the lsidebar.php file?
Further the code calls for "This page validates as XHTML 1.0 Transitional" but that's not displaying. Nor is the "Valid XHTML" coded in this file displaying.
When I delete the those spurious links in the TE and also FTP an overwrite of the file, there is no change. It's as if I made no edit at all.
And there is no code for two RSS links that are displaying.
Apprentlyly, lsidebar.php is not what controls this block.
So where do I make the edits I want in left sidebar if lsidebar.php is not it?
An attempted edit of the Post line that reads "Read the rest of this entry ยป" involves another mystery. I change it to display "Continue reading." But despite editing it in both the Theme Editor and via FTP overwrite to the server, the change does not display.
Yes, the files and folders are CHMODed to 777 and I get no error msgs from edits either the TE or the FTP.
I'm really confused. Never saw any thing like this before. I must be doing something really wrong. Obviously, the files are edited, but what I see on site is not changed at all.
Can anyone put me on the right track?
TIA
(Here's the original code from the lsidebar.phh file)
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>
- <abbr title="XHTML Friends Network">XFN</abbr>
- WordPress
<?php wp_meta(); ?>