erisdiscordia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments on posts don’t displayOkay. I have gotten comments to display by just replacing comments.php from a different theme. Now, though, my comment moderation settings seem to have no effect.
Forum: Fixing WordPress
In reply to: Comment oddityI am having this same problem. http://blogs.library.msstate.edu/web2summit/?p=30
In my case, the original code
<?php comment_template(); ?>was breaking my page, making the right sidebar and footer disappear. When I changed it to<?php include ('comment_template.php'); ?>, the sidebar and footer came back, but comments are still gone. I deactivated and reactivated plugins, to no avail.This all worked yesterday. Does anyone know what’s happening?
Forum: Fixing WordPress
In reply to: Invisible blogActually, I went ahead and did that, and everything works just fine, even the theme I was trying to use.
Forum: Fixing WordPress
In reply to: Invisible blogI used the Install4Free service, and also downloaded WordPress myself just to check, and it looks like everything is there…
If nothing else, should I try installing WordPress from scratch in a different directory?
Forum: Fixing WordPress
In reply to: Invisible blogNope, didn’t change that…
Forum: Fixing WordPress
In reply to: Invisible blogI tried changing the charset everywhere I could, and re-uploaded everything. The page is no longer blank. Now it says:
Fatal error: Call to undefined function: get_header() in /hsphere/local/home/garyn4oc/kame-house.net/blog/index.php on line 1
I tried defining that function in the functions.php of my chosen theme, and nothing changed.
Forum: Fixing WordPress
In reply to: Invisible blogI tried switching to the default theme, and the same problem occurred.