Opened 19 years ago
Closed 19 years ago
#1382 closed defect (bug) (invalid)
Always display the comment link
Reported by: | jrconlin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 1.5.1 |
Component: | Template | Keywords: | bg|needs-patch |
Focuses: | Cc: |
Description
I don't understand why the comment link is disabled for single posts. Considering that most of my traffic actually comes from folks viewing single posts (via RSS, Yahoo! or pingbacks), not giving them a way to comment about anything is just silly.
Besides, the folks reading my blog are usually more interesting than I am.
So I've created a quick patch to allow folks to always display the comment link if they so choose:
wp-includes/comment-functions.php
Line:95
(! is_single() && ! is_page())) { -- jrc |
Change History (3)
#3
@
19 years ago
- Keywords bg|needs-patch added
- Resolution set to invalid
- Status changed from new to closed
The whole point of comments_popup_link() is to provide a direct link to comments from an index or archive view to a single post's comments. Single pages don't need a popup to the comments page, unless the template author specifically wants to craft that.
this should be added to the next wordpress core
however.. it would be better, if the admin has the chance to select, where the links should be shown..