gossip509
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to leave a reply or comment missingHi 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: http://www.509gossip.com/
Help please
thanksForum: Themes and Templates
In reply to: Page Template Not ShowingHere 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