Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] How do I show "Leave A Comment" after there are already comments to a post? (http://forum.bytesforall.com/showthread.php?t=6889)

despr8caregiver Apr 27, 2010 08:35 AM

[SOLVED] How do I show "Leave A Comment" after there are already comments to a post?
 
I would like to have the "leave a comment" link show up under each post next to the number of comments already left even if there are already comments to a post. As it is now, it says leave a comment if there are no comments and then changes to "one comment" after someone leaves and comment and you have to click on that link to be able to post an additional comment. I think having the link "leave a Comment" under each post no matter how many comments are already posted would make it easier for not so savvy visitors to realize they can leave a comment without clicking on the link that says "three comments". Any comments?:p

juggledad Apr 27, 2010 08:54 AM

a really simple way would be to edit the Footer options at ato->Edit POST/PAGE INFO ITEMS and add the test you want. For example at 'FOOTER: Homepage' it has
HTML Code:

%date('F jS, Y')% | %tags-linked('Tags: ', ', ', ' | ')% Category: %categories-linked(', ')% | %comments('Leave a comment', 'One comment', '% comments', 'Comments are closed')% %edit(' | ', 'Edit this post', '')%
you could change it to
HTML Code:

%date('F jS, Y')% | %tags-linked('Tags: ', ', ', ' | ')% Category: %categories-linked(', ')% | %comments('Leave a comment', 'One comment - please leave yours', '% comments - please leave yours', 'Comments are closed')% %edit(' | ', 'Edit this post', '')%
other than that, it means digging into the code to do what you want.

despr8caregiver Apr 27, 2010 10:49 PM

Thank you, that is going to work just great!:)


All times are GMT -6. The time now is 08:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.