You must be logged in to post


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

How to Remove "Comments.gif" And Comment Numbers

UserPost

9:35 pm
March 24, 2009


djmielke

Member

posts 10

1

I need to remove the "comments.gif" and the Comment Number from the Front Page. Every time I remove them from the Index Page the Blog is underlined and the Blog Font becomes smaller. ???  The Front Page will always be closed to comments.

2:53 pm
March 25, 2009


Market Admin

Admin

posts 4756

2

Open your main index file ("index.php") for editing in the theme editor.

Locate the following code:

      <?php the_title(); ?></a>&nbsp; <img src="<?php bloginfo('template_directory'); ?>/imgs/comments.gif" alt="Comments" /> <span class="comments">(
      <?php comments_number('0','1','%'); ?>
      )</span></h2>

You'll want to remove between the "</a>"  and the "</h2>" tags. 

Your resulting code should look like this:

      <?php the_title(); ?></a></h2>

Save the file, and that should do it.

8:07 pm
March 25, 2009


djmielke

Member

posts 10

3

Thanks it worked.

9:59 pm
June 12, 2009


tpkingkris

New Member

posts 1

4

I am having the same problem, but it appears the code has been updated since March. Those lines of code aren't in index.php…. any thoughts?

12:58 am
June 13, 2009


Market Admin

Admin

posts 4756

5

Actually they are. (if you're looking at version 3.451)

Make sure you're working with the "index.php" file that's located in the Market theme folder. 

http://www.yourdomain.com/wp-content/themes/mk3/index.php

However…  A new version of Market (version 3.5) will be in the download center in about 30 minutes.  It actually has a settings page that you can turn off the comment icon and # of comments with a mouse click.  You might seriously consider reinstalling this new one, as it's FAR better than any previous version.  Setup and customizing is a breeze in comparison.



 

Market takes e-commerce to the next level with an easy to use, quick setup platform. Learn more or take the tour.