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

  • Consequencies Of Using BlackHat SEO

    You must be ever heard about BlackHat SEO. BlackHat SEO plays their keywords on the page so their page will be considered to have pretty much content. You must be ever visited the site using this SEO, because it usually reveals on top of some search engine's query. This BlackHat SEO have much keywo
  • 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
  • Where to Find AJAX Animation ?

    For developers, knowing and implementing AJAX can be said is a must. Why? Because AJAX is the most recent and popular Technology in Web2.0 . If you implement AJAX, sometime there will be a gap in time for the page to load. Usually, people fill the gap using AJAX Load Animation so the user will recog
  • RSS Reader Using JavaScript

    In this tutorial, I wanna tell about how to import or read RSS Feed using JavaScript. It is pretty simple and easy to do. All you need is just compatible browser and simple Text Editor. Here it goes. RSS Feed is a very simple web content. Like the others, it is XML document, so if you wanna load it
  • Tips Increase Alexa Rank

    Alexa is one of three most important tool to compare one blog each other on the blogosphere. On the net, there're several kinds of online review program, advertising program, and so on which use GooglePageRank, Backlinks, and AlexaRank as the most valid comparer. In order to get good rank, position

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