Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • gossip509

    (@gossip509)

    Hi Moshu:

    I’ve read the links you suggested about comment_tags and I was finally able to place the “Leave a Comment” link on my page. Now when I click on it, it sends me to the top of the article (I think it’s because there are no comments and it’s sending me to the comments). I would like it to go down where the comment/reply box instead…as if you were responding. Is there something like example.com/article_title/#respond ?

    this is how I have it in the index.php

    <div class="PostCom">
    <ul>
     <li><?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?></li>
     <li><a href="<?php comments_link(); ?>"> Leave a comment</a></li>
    </ul>
    </div>
    </div>

    here is the site URL: https://www.509gossip.com/

    Help please
    thanks

    gossip509

    (@gossip509)

    Here is how I solved my “Page Template Dropdown Not displaying on the right side” and “Archives not displaying”

    1. Log out from WordPress admin

    2. Open your archives.php page in a text editor. Add this code below on the top on the archives.php page (if it’s not there). (Please back-up your archives.php file before editing it)

    <?php
    /*
    Template Name: Archives
    */
    ?>

    2. Login to wordpress admin, write a new page… then you should see the Page Template on the right side…[select Archives]

    Good luck

Viewing 2 replies - 1 through 2 (of 2 total)