Reputation: 7109
I am trying to work with wordpress.In our home page how can we show all posts description with some lines and a more link.
I am try it with
the_content(__('(more...)'));
.
But it is not working.Which shows full story directly.The 'more...' is not working..Can anybody help me please...
Upvotes: 0
Views: 315
Reputation: 14205
<!--more-->
Put this (in html view) between your description (excerpt) and your full story.
Some more Information: http://codex.wordpress.org/Function_Reference/the_excerpt
Upvotes: 2