• Resolved superalzy

    (@superalzy)


    On my new superalzy.com there is no place to add comments. All my comments from wordpress.com transferred over, but there’s no where for them to go. How do I give people a place to comment?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Samuel B

    (@samboll)

    you have comments in your single post view
    https://superalzy.com/?p=2419

    where else do you want them?

    Thread Starter superalzy

    (@superalzy)

    I’d like them to show up on every post when you’re looking at the main page, not just single view. Is there a way to do that?

    Samuel B

    (@samboll)

    sure
    open the theme’s index.php and add this line after the_content

    <?php comments_template(); ?>

    Thread Starter superalzy

    (@superalzy)

    It didn’t work. Did I add it in the right place?
    It looks like this:
    <?php the_content(‘Read the rest of this entry »’); ?><?php comments_template(); ?>

    Samuel B

    (@samboll)

    do you have a home.php?
    if so, try it there as that should work where you put it

    Thread Starter superalzy

    (@superalzy)

    No home.php There is a comments.php is there anything there I can do?

    Samuel B

    (@samboll)

    There is a comments.php is there anything there I can do?

    no that won’t help you
    go to wordpress.pastebin.ca and put the contents of your theme’s index.php there and come back here with the link – I’ll look at it and test it

    Thread Starter superalzy

    (@superalzy)

    Sorry. I had to run off for the weekend. Here is the link if you’re available to test it. Thank you!

    https://wordpress.pastebin.ca/1806366

    Thread Starter superalzy

    (@superalzy)

    Aha! Figured it out!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘No place to comment’ is closed to new replies.