View article excerpt in the list of articles?

Support Area Forums Photobug View article excerpt in the list of articles?

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #6441
    Marc Mennigmann
    Participant

    Is there a way to only display the article excerpt (if there is text in the excerpt field of course) in the list of articles?

    #6450
    Bill Robbins
    Moderator

    Marc,

    You absolutely can do that. Here’s how:

    1. Go to the appearance section and select edit to open up the theme editor.
    2. From the list of files on your right, choose content-gallery.php and look for this spot:
      
      <?php the_content( __( 'Continue reading ', 'organizedthemes' ) ); ?>
      
    3. Replace that with this:
    4. Save your changes.
    5. Repeat that for the content-gallery.php and content-video.php files too.

    That will cause either the content from the excerpt box or the first 55 words of your post to be displayed (if the excerpt box is empty).

    If you run into any trouble, let me know.

    Enjoy your week,
    Bill

    #6458
    Marc Mennigmann
    Participant

    Thanks Bill, that was very helpful.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘View article excerpt in the list of articles?’ is closed to new replies.