Limiting posts by $post->post_content
-
Hi,
I was trying to limit the display of a post on index.php by more-tag. In my theme the limiting is done by that:
($post->post_content, 200)
That shows only 200 characters of a post. I want to display the post until more tag. Does anybody know how to do that? What do I have to write instead of 200? Or isn’t it that easy?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Limiting posts by $post->post_content’ is closed to new replies.