Hey, I want an automatic Wordpress Readmore plugin that just display 2-3 lines of news and ask for read more? I don't remember up the name. If its limit post. I don't know how to use it
Check this: http://codex.wordpress.org/Glossary#Excerpt In index.php search for the_content() PHP: and change it to the_excerpt() PHP:
This is what I am talking about. I just noticed your reply. It looks you didn't configure this properly. Check the site I give you link to. Let me know if you need any additional help on this.
That's "Limit Post" plugins and available from developer site below. http://labitacora.net/comunBlog/limit-post.phps
Code Looks Like. <?php the_excerpt(''); ?> <div class="details2"> <?php the_tags('<p class="l">Tags:', ', ', '</p>'); ?> PHP:
Why don't you use Homepage Excerpts Wordpress Plugin for that dailyblogtips.com/homepage-excerpts-wordpress-plugin/ DON.
deluxdon and bigone gave right suggestion, but i would like to add one things its not a plugin (maybe many are exist) but its code for manually editing theme. ur problem already solved i give this info just for other users.
Can this be done.. I want the read more option to cm automatically below my post's image My posting format is like this Title Image Description .... So i want the read more option to come just below the Image. Please Help! Thanks
I use Limit posts automatically plugin. it has a lot of features. Check it at plugin directory http://wordpress.org/extend/plugins/wp-limit-posts-automatically/
Do a Google search on "Homepage Excerpts". I know Daniel Scorcco (spelling) at Dailyblogtips.com has one he made that's free. I used on my blog.