dcooper
Forum Replies Created
-
Forum: Themes and Templates
In reply to: show all commentsI went there but couldn’t find any help.
Forum: Themes and Templates
In reply to: show all commentsSorry, here is the link: https://collegejobcoach.com/blog/
thanks for any help.Forum: Fixing WordPress
In reply to: Display all Comments for WP 2.8.3Thanks for the info. I have WP 2.9.1 & below is the code in the index.php page. What should it be? Sorry I don’t know coding any. Can you make the change & post back here? Thanks greatly. I really, really appreciate it.
Dave<?php
/**
* @package WordPress
* @subpackage Classic_Theme
*/
get_header();
?><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_date(”,'<h2>’,'</h2>’); ?>
<div <?php post_class() ?> id=”post-<?php the_ID(); ?>”>
<h3 class=”storytitle”>” rel=”bookmark”><?php the_title(); ?></h3>
<div class=”meta”><?php _e(“Filed under:”); ?> <?php the_category(‘,’) ?> — <?php the_tags(__(‘Tags: ‘), ‘, ‘, ‘ — ‘); ?> <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__(‘Edit This’)); ?></div><div class=”storycontent”>
<?php the_content(__(‘(more…)’)); ?>
</div><div class=”feedback”>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div></div>
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p>
<?php endif; ?><?php posts_nav_link(‘ — ‘, __(‘« Newer Posts’), __(‘Older Posts »’)); ?>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: How do I show all comments?Thanks for reply. Yes on the home page of the blog. (see https://collegejobcoach.com/blog/)Well I found the index.php file in the wp-content>themes>classic directory and replaced the <?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?> line of code with <?php comments_template(); ?> and made the comments links go away BUT didn’t show the comments at all. I have version 2.9.1. Perhaps the code needs to be something a little different for this version?? I also noticed that there are 3 or 4 other index.php files in different places but none of them had code like the one I was told to replace. My goal again: to replace the Comments links and have all the comments show by default without having to click on any Comments links. Thanks for the help. I think I am close if someone can help me get over the hump-I’m sure it is something minor. (I tried it twice carefully to make sure I was doing exactly as instructed).
thanks again,
looking forward to response,
DaveForum: Fixing WordPress
In reply to: Show all comments without having to click on the Comments linkWell I found the index.php file in the wp-content>themes>classic directory and replaced the <?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?> line of code with <?php comments_template(); ?> and made the comments links go away BUT didn’t show the comments at all. I have version 2.9.1. Perhaps the code needs to be something a little different for this version?? I also noticed that there are 3 or 4 other index.php files in different places but none of them had code like the one I was told to replace. My goal again: to replace the Comments links and have all the comments show by default without having to click on any Comments links. Thanks for the help. I think I am close if someone can help me get over the hump-I’m sure it is something minor. (I tried it twice carefully to make sure I was doing exactly as instructed).
thanks again,
looking forward to response,
DaveForum: Fixing WordPress
In reply to: Display all Comments for WP 2.8.3PS Here is the link to the page that is not displaying all the comments but only displays the standard Comments link: https://collegejobcoach.com/blog
Thanks greatly to whoever can help me,
DaveForum: Fixing WordPress
In reply to: Show all comments without having to click on the Comments linkHere is the link to the page that is not displaying all the comments but only displays the standard Comments link: https://collegejobcoach.com/blog
Thanks greatly to whoever can help me,
DaveForum: Fixing WordPress
In reply to: Display all Comments for WP 2.8.3Does anyone know how it will display all the comments without having to click on the Comments link to show them. I have version 2.9.1. Thanks greatly for any help.
Forum: Themes and Templates
In reply to: Showing comments on Archive pageI have WP version 2.9.1. Would anyone know how to have the comments show all the time and exactly how I can do that? I have WP version 2.9.1.
Thanks in advance.
DaveForum: Fixing WordPress
In reply to: how to show expanded comments in blogI have WP version 2.9.1. Would anyone know how to have the comments show all the time and exactly how I can do that? I have WP version 2.9.1.
Thanks in advance.
Dave