Jason Beaird
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category feed 404 with /category/postname permalinksSigh. Found the problem. There was a “.” in the category base field. For some reason, /meetings/ was still resulting in all posts from the category, but /meetings/feed would not resolve. After removing that period, /category/meetings/feed/ works fine.
Feel free to delete this thread…
Forum: Fixing WordPress
In reply to: Month not showing up.I had the same problem, and indeed, I had written a php countdown script that used
$monthas a variable. If you are having a problem with the month disappearing, make sure that you don’t have any scripts that use$monthas a variable.Forum: Fixing WordPress
In reply to: Month not showing in the dateI had the same problem, and indeed, I had written a php countdown script that used
$monthas a variable. If you are having a problem with the month disappearing, make sure that you don’t have any scripts that use$monthas a variable.Forum: Fixing WordPress
In reply to: help with wp_get_archivesWow…just…wow.
Forum: Fixing WordPress
In reply to: Category w/no Posts & Permalink ProblemBingo! On line 190 of wp-blog-header.php, there is an if statement that checks if there are 0 posts, and if it isn’t a 404 page, or a search… it sets is_404 to true.
By commenting out lines 193-197 I don’t get the 404 anymore. I’m not sure what the implications are though so I’m hoping someone who has been working with wordpress longer than I have (umm…about 4 hours) can tell me why this is bad and what I should do instead.
Forum: Fixing WordPress
In reply to: Category w/no Posts & Permalink ProblemSame problem here. I’m trying to get the categories to show their description whether or not there are posts in the category.