In my blog I am showing summary of posts www.oracleport.com I want to put link at the end of each post “Read More” to show the complete post. How can i do this.
Optionally you can put a <!–more–> tag in your post edit box at the point where you want the Read More link to appear.
yes i have tried but failed hense i registered this forum and posted a thread.
I am using <?php the_excerpt(__(‘Read more Full Story…’, ‘inove’)); ?>
and i dont want to put <!-- More –> tag in one by one in every post.
You can use the ‘exerpt’ box on the post edit page. That way WP will show only that part of the post on the frontpage, and add the ‘read more’ link automatically.
Welcome to the SP forums
Why don’t you try to google and read some more about it: