• Sorry peeps,i waited but my topic disapeared into page 2 so a repost was needed.

    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)

Viewing 3 replies - 1 through 3 (of 3 total)
  • First off, if you look at the ‘no-replies’ link on the main support page, there are three identical posts! Please read this thread. Posting three times is not only a way to have people avoid your topic, but it is also rude to others who have posted questions. You will be answered, but maybe not in the first couple of hours.

    Anyway, the dot is coming from the li. Either modify the plugin to take out the .post-categories ul, or add this code to your stylesheet:

    ul.post-categories {list-style: none;}

    Thread Starter john1000

    (@john1000)

    well this solved it thanks….
    but im waiting for an answer almost 2 days know,in my timezone anyway..(for such a simple solution)
    so its not as you think…i waited a long time before i reposted it…

    Thanks amory! This solved a problem I had with a blog (which oddly enough I used the same css on another site and I didn’t have this problem).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DOT showing with category image.’ is closed to new replies.