Forum Replies Created

Viewing 1 replies (of 1 total)
  • hello i am using page2cat plugin to display post in pages here is code which displays full post content

    foreach($catposts as $single):
    query_posts(‘cat=’.$v0.’&showposts=’.get_option(‘posts_per_page’));
    endforeach;

    but i want to display each post’s 100-200 characters and then Read More link to show full post is there any idea for it……

Viewing 1 replies (of 1 total)