loden
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugin.php warningWell, I don’t know what the problem was, but upgrading fixed it. I would try that.
Thanks, jeremyclark13!
Forum: Themes and Templates
In reply to: 1.5 – CSS ignored in part of siteThanks so much. Wow, I feel dumb. Usually I catch things like that before I have to waste other people’s time with them.
Forum: Fixing WordPress
In reply to: Unexplained Parse ErrorI believe this was it:
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>Forum: Fixing WordPress
In reply to: Unexplained Parse ErrorTurns out I was missing something after all. Problem fixed- thanks for your help!
Forum: Fixing WordPress
In reply to: Unexplained Parse ErrorTechGnome- try http://www.lodenocity.com/index.php
Some browsers display old nonexistant index.* pages when http://www.lodenocity.com is loaded.Forum: Fixing WordPress
In reply to: Unexplained Parse ErrorSorry about that. Page is here: http://www.lodenocity.com/index.phps
I’ve done some pretty heavy redesigning (so my closing html tag actually is in the 141st line). I don’t think I left out anything vital, but I could be mistaken.Forum: Themes and Templates
In reply to: IE Conditional Comments in PHP/CSS?Turns out most of my problems with the comments were due to my own stupidity. That’ll show me not to do stuff like this at two in the morning.
Just one thing- it seems that conditional comments have to consist of tags, they can’t be used for attributes within tags. Is this true?Forum: Installing WordPress
In reply to: Index file in different directoryOn further clicking around, it seems that everything points to my main directory, like I want it to, but nothing is actually there. Anything linked to from my index page, like comments, give me a 404 because the link points to the main directory.
Did I miss a step somewhere? Am I supposed to manually move a group of files?