How to auto add excerpt in the wordpress blog home page
Excerpt are the best way to automate the “read more” tag on every post of your blog. It helps in enhancing the loading time of your blog and gave space to other post on your home page. Moreover this also helps you in optimizing the wordpress blogs as can help in showing more post in less area.
How to add excerpt in the index page of the wordpress blog
Few simple steps to add excerpt in your wordpress blog
1.Open your main index.php file (located in wp-content/theme/your-theme)
2.Check for similar codes
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php the_title(); ?></a>
</h2>
<small>
<?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> -->
</small>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong>
<?php edit_post_link('Edit','','<strong>|</strong>'); ?>
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
</p>
</div>
3.Replace
with
Alternate options for non geeky friends
Use Advanced Excerpt Word plugin – This plugin will ad HTML markup in excerpt together with correcting HTML that might have been broken due to the trimming process.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackbackfrom your own site.
Subscribe to our FREE Rss FeedWhat's Hot
Similar Interesting Posts
- How to redirect wordpress.com blog to self hosted domain
- How to use multi tabbed menu in wordpress
- How to optimize website loading time and performance
- How to hide a categories posts from Home page without using any plugin
- 100+ Collected Great WordPress Video Tutorial List
- How to add featured content slider into wordpress blog
- 101 List Of Awesome Wordpress Tips and Resources
- Download HoneytechBlog Christmas flavored wordpress theme
- TOP 20 Best Of WordPress Theme Resource
- How to add poll in your blog
- How to update your blog to wordpress 2.7
- How to decide the robots.txt for Wordpress blogs
- Top 40 Featured WordPress Video Tutorials
- How to show Random posts without using any Wordpress plugins
- WhiteMag – Light weight simple wordpress theme
Tutorials On









August 23rd, 2009 at 6:49 pm
How to auto add excerpt in the #wordpress blog home page http://is.gd/2uRF2
December 1st, 2009 at 6:13 am
Thanks. I was looking for a plugin that would auto insert the more tag into my existing posts, but this does the trick real easy.
Suzette C´s last blog ..Alaska Car Shipping
December 7th, 2009 at 2:04 pm
Research Chevy 350 motors, engines, and purchase quality Chevy and GM 350 motors. You will find helpful information, stats, and articles about the GM Chevrolet 350 (5.7L) motor and its use on boats, trucks and passenger cars.
chevy 350 engine
January 22nd, 2010 at 1:52 am
How to auto add excerpt in the wordpress blog home page http://bit.ly/4tMBgU #wordpress #tips