Viewing 6 replies - 16 through 21 (of 21 total)
  • 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

    https://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, https://www.rosendahlfinancialcoaching.com and https://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();
    ?>
Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Comments not working’ is closed to new replies.