Wordpress Post Blurbs

9 replies
On my wordpress theme the main posts page shows the entire post instead of just a blurb. Does anyone know how I can change this so it just shows an excerpt?

I went to control panel and added an excerpt to page but it added this to top of individual posts page.

Many thanks in advance. This is driving me nuts
#blurbs #post #wordpress
  • Profile picture of the author sluggo
    Originally Posted by GuerrillaIM View Post

    On my wordpress theme the main posts page shows the entire post instead of just a blurb. Does anyone know how I can change this so it just shows an excerpt?

    I went to control panel and added an excerpt to page but it added this to top of individual posts page.

    Many thanks in advance. This is driving me nuts
    Hopefully this will help.

    Go to settings, click on "reading" and find "For each article in a feed, show". Change to summary, instead of full text.

    This should solve your problem.

    Good luck,

    Sluggo
    {{ DiscussionBoard.errors[1347717].message }}
  • Profile picture of the author LynnM
    Go to edit post, html view, put this piece of code where you want the excerpt to stop:
    <!--more-->
    It will show up as "Read the rest of this entry" on the post.


    Lynn
    {{ DiscussionBoard.errors[1347726].message }}
    • Profile picture of the author GuerrillaIM
      Originally Posted by sluggo View Post

      Hopefully this will help.

      Go to settings, click on "reading" and find "For each article in a feed, show". Change to summary, instead of full text.

      This should solve your problem.

      Good luck,

      Sluggo
      I already changed this setting but it didn't do anything.

      Originally Posted by LynnM View Post

      Go to edit post, html view, put this piece of code where you want the excerpt to stop:
      <!--more-->
      It will show up as "Read the rest of this entry" on the post.


      Lynn
      Lynn, you are an absolute star!! This worked very well.

      Is there a way I can enter new text that just shows up on the blurb? Reason is that I have a big buy now image and technical data at top of every post so I would rather write a description of the post or take text from another part of the page.

      Many thanks again
      {{ DiscussionBoard.errors[1347764].message }}
      • Profile picture of the author Istvan Horvath
        Originally Posted by GuerrillaIM View Post

        Is there a way I can enter new text that just shows up on the blurb?
        Yep. Just do what I said (replace the_content with the_excerpt) and while writing a post... scroll down, and fill your new text in the Excerpt filed.

        More: Excerpt WordPress Codex
        Signature

        {{ DiscussionBoard.errors[1347780].message }}
  • Profile picture of the author Istvan Horvath
    @sluggo - that affects only the feeds, not the main page of the blog

    @ LynnM - even in wysiwyg mod there is a "more" button; it means you have to edit all the existing posts or you should never forget to insert the more link when writing

    If you want to really automate it - open the index.php file of your theme and find the_content template tag and replace it with the_excerpt
    Warning! Read about the excerpt in the Codex - the tags strips all your html tags (formatting, images etc.) in the excerpt, so it might not be exactly what you are looking for.
    Signature

    {{ DiscussionBoard.errors[1347758].message }}
  • Profile picture of the author jasonmorgan
    you should have a box on your WP edit post page titled 'excerpt'. content added here should replace the default post content on the index page.
    Signature

    I'm all about that bass.

    {{ DiscussionBoard.errors[1347785].message }}
  • Profile picture of the author GuerrillaIM
    thanks for help guys. I tweaked the template and added the plugin and now I have it looking exactly how I want it
    {{ DiscussionBoard.errors[1348236].message }}

Trending Topics