How to Show Excerpt on Homepage

For wordpress users, a post has two type of length. they are the_content and the_excerpt. You must be know that the content has full content of post, while excerpt only has the summary of it.
Most bloggers want only summary or only excerpt of each post on their homepage to meka their blog has more magazine [...]

For wordpress users, a post has two type of length. they are the_content and the_excerpt. You must be know that the content has full content of post, while excerpt only has the summary of it.

Most bloggers want only summary or only excerpt of each post on their homepage to meka their blog has more magazine and clean view. To do it, you can manually edit the PHP on Admin Page:Theme/Appearance > Theme Editor tab However, there is a simple way to do it.

I introduce my recent plugin, it is called Auto Excerpt. You can download it on WordPress Plugin Directory. With this plugin, you can automatically show only excerpt of each post which contains only 413 characters on your homepage, author page, tag page, category page, search page, and archives. Pretty simple isn’t it?

However, if you prefer using manual PHP and have more faith on that way, you can follow:

  1. Login to DashBoard
  2. Open Appereance/Theme > Editor tab
  3. Click index.php or home.php
  4. Find up the php code
    <?php the_content();?>
    or
    <?php the_content("read more content");?>;
  5. Edit and replace it with:
    <?php the_excerpt();?>
  6. Repeat the steps for other page type you want to show only the excerpt, for example: archives.php for the Archive page.
  7. Don’t change <?php the_content();?> on single.php and page.php , you don’t want to shorten your words on the post URL don’t you ?

Anyways, those method can automatically be done just by using Auto Excerpt plugin for sure! :-)

Posted on , , ,

Bookmark and Share

10 Responses to “How to Show Excerpt on Homepage”

  1. Great plugin. But, is it possible to take one single categorie out. I´ve got one post, that comes up with a picture and is fixed to the homepage of my blog. I would like to have the auto-excerpt effect with all posts, but that start-post.
    Thanks a lot,
    Christian

  2. admin says:

    ok, i will try it

  3. feakingivasse says:

    Hello! Depressing klooper for my english jer, buti very nice re say gJ$)Kd!!!.

  4. Cheeleanype says:

    Hello Depressing klooper repayment for the sake my english jer, buti explore agreeable re articulate .

  5. [...] Thanks to Hokya Development Site for this really great, lightweight plugin! [...]

  6. Keep up the good work!

  7. msnboy says:

    Hello, is it possible to show pictures, too? The excerps don’t show any pics. thanks!

  8. Hello, just today found this blog but I have to say that it seems great. I totally agree with your post. Have a nice day, keep up the nice work and I’ll definitely come back.

Leave a Reply


AJAX Random Post

  • Move WordPress to Blogger

    Have you ever try migrating your wordpress to blogger ? The migration includes tags, categories, posts, and also comments. Maybe it will be easy if you asked to migrate from blogger to wordpress because WordPress has prepare the script well. First of all, all you have to do is to export your blog f
  • Add Signature on Post

    Maybe it is rather important for someone or some people to put their signature on their own writting. The signature itself symbolize legal and official of the contents. For bloggers, signature can also be introduced electronically. Make a drawing and scan it as JPEG picture is a good idea. You can
  • 10 Reason Firefox Better Than IE

    Firefox has shown their ability to the world by competing Microsoft's Internet Explorer which always installed as default browser on every Windows OS computers. The birth of Firefox is 17 August 1945. That is the birthday of first tabbed browser which attracts people's attention and faith. Mozilla
  • Suitable WebHosting For You

    There are no identical webhosting each other. Each web hosts have different types and feature. So the only one webhosting for you depends on yourself. What kind of features do you need it with the price you want it. In this post, i am not gonna force you to choose my chosen web hosting. Because my o
  • 10 Starter WordPress Plugins

    Are you are a beginner or just migrating site and don't know what plugin to install at the first time your WordPress ready? Let me give some little tips about 10 essensial Wordpress Plugins on the first move. First and foremost, it can be quite a hassle to skim through lists of spam-ridden comment

References

Who am I ?

My name is Julian Widya Perdana. I study at University of Gadjah Mada, Yogyakarta. I am a young developer addicted in JavaScript, Plugins, Themes, AJAX, and PHP developement. If you feel satisfy with my work, please support me to keep it developed