• Resolved jerryr

    (@jerryr)


    Hi – the add comments link is not appearing on the blog post.
    What could be the setting ? jerry

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Towfiq I.

    (@tislam100)

    what do you mean by comments link? can you tell me where do you want it?

    Thread Starter jerryr

    (@jerryr)

    Below the article title
    I do not see a add comments links so readers can add comments to the blog article

    Theme Author Towfiq I.

    (@tislam100)

    Open up single.php and add this:

    <a rel="nofollow" href="<?php the_permalink(); ?>#respond"><p id="comments"><?php comments_number('No comments', '1 Comment', '% Comments' );?></p></a

    after this line:

    <?php the_author(); ?><?php } ?>

    Thread Starter jerryr

    (@jerryr)

    Hi – I see the count – works great – I need a ‘add comment’ – how do you add that ??

    Theme Author Towfiq I.

    (@tislam100)

    Add this:

    <a rel="nofollow" href="<?php the_permalink(); ?>#respond"Add a Comment</a>

    Thread Starter jerryr

    (@jerryr)

    thank you ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘add comments link not appearing’ is closed to new replies.