Aadi
Aadi

Reputation: 7109

Wordpress shows all posts using the_content()

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

Answers (1)

gearsdigital
gearsdigital

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

Related Questions