Can I display entire staff bios on the Staff page instead of excerpts?

Support Area Forums Bottega Can I display entire staff bios on the Staff page instead of excerpts?

Tagged: , , ,

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

    Well, I keep thinking I’ve finished, but then I find something else to tweak. 😉

    I’d like the Staff page to display the entire bio for each staff member and not show a “read more” link. I’ve combed through the php files in the theme editor that are related to staff, and I can’t see where the code tells the page to pull only so many words before inserting the “more” link. What do I need to change so that the entire bio shows for each staff member?

    Many thanks!

    Jennie

    #6529
    Bill Robbins
    Moderator

    Jennie,

    You can make that change. Here’s how:

    1. Edit the page-staff.php file and look for this spot:
      
      <?php the_content_limit(275, "Read More"); ?>
      
    2. Replace that with this:
    3. Save your changes.

    That will replace the sort version with your full content.

    I hope that helps out,
    Bill

    #6531
    Talisman
    Participant

    Many thanks! I knew it had to be something I was overlooking.

    Best,
    Jennie

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Can I display entire staff bios on the Staff page instead of excerpts?’ is closed to new replies.