• Resolved fifthhouse

    (@fifthhouse)


    WordPress 2.9 has new feature to create thumbnails of images. Does anyone know how to use that feature to include those thumbnails in post excerpts?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi fifthhouse,
    try it before, i think it works 🙂

    the_post_thumbnail();
    the_excerpt;

    Thread Starter fifthhouse

    (@fifthhouse)

    Thanks OlafB. Actually can you give me some more guidance on this? I’m not sure what to do here. Is this some code I add? I have a file called “singlepost.php”. Do I add it there? Is this the actual code, or do I need to add something else with it?

    You must go in your themes-folder, look at index.php or archive.php or category.php or …, find the_excerpt and do change.

    When singlepost.php the Template are to use the function then this are the right place.

    Thread Starter fifthhouse

    (@fifthhouse)

    Sorry I don’t know what you mean by do the change. Do you mean I add: the_post_thumbnail();
    right above
    the_excerpt;

    ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Using the new thumbnail feature for excerpt thumbs?’ is closed to new replies.