• I remember same problem long ago but i cant remember how to solve this.
    The story..
    I installed the category image but as the install describes it has to be put in the loop.
    Thats all great with the other theme i used.
    The image (now floating on the right) showed BEFORE the story.
    But with the default theme that info comes at the END of the story..

    So thats not what i wanted so i played around trying out some places and ended up with this…

    <div class="post" id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php c2c_the_category_image() ?><?php the_title(); ?></a></h2>
    <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
    <div class="entry">
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    </div>

    You notice the .. <?php c2c_the_category_image() ?> ?

    Well the result can be seen on the site.
    But if you look you see that black DOT between the story title..
    hope this is all well explained,leaves the question…
    how do i solve this..?(please)

  • The topic ‘DOT showing with category_image..’ is closed to new replies.