• Hi guys,long time huh..
    Well lot of other things to do.
    Even quit the blog some time ago and started again.

    But im having a problem getting coffee2code category image plugin to work.

    To bad he doesnt update his own tutorial cause he speaks of editing the “index.php” ?
    Question…did he ever looked at the index.php of the new wordpress version?
    Thats practicaly empty !
    So there you go.. 🙁
    Anyway.,..i dont have a clue what they realy mean by this :
    Replace..the_category() with c2c_the_category_image()

    It should be replaced with “c2c_the_category_image()” exactly like that?

    The only the_category() i found was in wp.php ?
    Is that the one now?
    If so…my file now looks..
    <p>Filed under: <?php c2c_the_category_image(', ') ?></p>

    images directory is like.. wp-images/images/
    category is named .. anything and the cat image is named… anything.png

    But its as dead as can be…
    So what am i doing wrong or forgetting?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi !

    In the Classic theme, index.php has this;
    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>

    So the c2c edit would be to make that like this:
    <div class="meta"><?php _e("Filed under:"); ?> <?php c2c_the_category_image() ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>

    Thread Starter john1000

    (@john1000)

    Hi podz !

    Still here huh…lol

    But index of my theme?
    Well im not using the classic but anthurium.
    But it has the same code and nothing happens or showing…
    But the category on the index (the name) looks now like a weird character > > �

    Thread Starter john1000

    (@john1000)

    I even tried classic theme and also nothing..
    But still on the front it says: Filed under:�
    The rest of cat info is gone..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘coffee2code cat image -not working’ is closed to new replies.