Hi, I am a bit new to wordpress and I am helping a professor put up here blog page, and here is my problem we have a blog called Transparency blog, there some test postings in there, we want to be able to put comments in each stream but every time i click to put a comment it says page not found, I am graphic designer and I know very little of code and stuff can somebody give us a hand
http://www.betheschenfelder.com/blog
I agree Mbmarsh, the problem is permalink related as wp add a slash before the custom string ‘/%post_name%’ while you need to add a slash after the string.
The working string for me is ‘/%post_name%/’
@chefkevin You can switch your theme and all your theme-specific customization will remain intact, so long as you don’t change any of your customized files.
My problem is identical on both of my websites, http://www.rosendahlfinancialcoaching.com and http://www.ojchoa.org. When I try to click on the 0 Comments link, I get a 404 error. Any ideas?
If you are using a custom structure permalink, try switching to Month and name. That worked for me anyways.
hey kaotikri, if you’re still looking for the solution to displaying comments on the home page, i just ran across the solution in another discussion. it’s super simple!
<?php
$withcomments = 1; // force comments form and comments to show on front page
comments_template();
?>
(@tiffanyw)
15 years, 11 months ago
The comment function on my blog is not working. I’ve never had this problem and I have not been successful in getting it resolved. Can anyone shed some light on this issue?
http://www.IncrediblyFierce.com