mpare1987
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 304 error on RSS feed validator after migrating WebsiteThanks Tara, I have looked at that resource but haven’t really found anything which illuminates the problem for me. Since a 304 error generally indicates an error with the URL, that’s why I think it could be a .htaccess issue.
Forum: Fixing WordPress
In reply to: On site migration featured image upload now produces PHP errorI have. After a bunch of fiddling around I was able to get this to work by just re-uploading the entire wp-admin folder. Still not sure what caused this in the first place since it was the exact same one I uploaded in the first place, but I’m all set anyway!
Thanks for your repsonse!
Forum: Fixing WordPress
In reply to: comments_number $zero value not displayingSo, the comments_number function was inside an if statement that contained all the rules for comments, and one of the rules must have been causing this issue.
I couldn’t figure out which one, but moving the comments title outside of the if statement fixed the issue.
Forum: Fixing WordPress
In reply to: comments_number $zero value not displayingI got this to work. I’ll follow-up once I figure out the details. Thanks for your help, Shadez. I appreciate it!
Forum: Fixing WordPress
In reply to: comments_number $zero value not displayingYeah I checked it on a different post and tried using the code from twentyfourteen without changing it at all to test. Still getting the same results. It works for 1 or multiple, but doesn’t work for 0 posts.
Forum: Fixing WordPress
In reply to: comments_number $zero value not displayingHmm, I tried changing the id to “comments-label” and that didn’t change anything. Then I tried switching out my call to comments_number with the one for twentyfourteen, and still saw no change. It works for 1 or multiple comments, but displays nothing for 0 comments.
I checked the comment-template.php and that hasn’t been changed.
It seems like there must be a setting somewhere I’m missing? But I don’t know where else to look.