Making comments stick
-
I am a new user of WordPress (started yesterday) but everything is working fine already. Now I have begun to tinker with it, amongst other things to try to have the comments remain visible all the time under the post instead of just disappearing from view when something else is selected. Sure, I can get them back again by clicking on “Comments” but I find that to be something of a drag.
I am not php-savvy but I have located a section of code in the index.php file of the theme that I am using to get started:
<p class="feedback">
<a href="<?php the_permalink() ?> " rel="bookmark" title=" <?php _e('Permanent link to'); ?> <?php the_title(); ?>" class="permalink"> <?php _e('Permalink'); ?></a><?php comments_popup_link(__('Comments'), __('1 Comment'), __('% Comments'), 'commentslink', __('Comments off')); ?>
<?php edit_post_link(__('Edit'), ' · ', ''); ?>
Could somebody tell me if I can make the comments stick by changing something in that comments_popup_link command?
I have searched here for about 15 minutes for “comments” but have not turned up anything relevant. I have also searched the tutorial with the same result. If there is a better search term then that might be a help.
But any helpful advice will be appreciated!
- The topic ‘Making comments stick’ is closed to new replies.