• I’m trying to get excerpts to work in my theme using 3.0, but I can’t figure it out. In my template I’ve replaced
    <?php the_content(__(‘(more…)’)); ?>
    with
    <?php the_excerpt(); ?>
    but it isn’t working, my whole post including all images is still showing up. I’d like to add just an excerpt and a thumbnail size image rather than have the whole post show up. Any help? Here is my site:
    (http://thecrisisfilm.com/wordpress/blog/)

Viewing 3 replies - 16 through 18 (of 18 total)
  • In the index.php replace <?php the_content('Read More... '); ?> with this <?php the_excerpt(); ?> if you want to use the excerpt edit box to paste your image and post.

    Hi,

    I want to add media (videos, pictures..) into excerpt. How can I do it?

    I’ll be really happy if possible insert media buttons into excerpt field! 🙂

    Thanks in advance,
    Federico

    I need this too,thanks all.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Using Excerpts in 3.0’ is closed to new replies.