Hi frnds. In many WP blogs its shows only 3 - 5 lines of each article on main blog page. How can i do this i am using 3.52 version of WP . Can u help me out please??? Thnx
umm.. last I checked wordpress is only at version: 2.6.2 try editing your front page posts and add the <!--more--> tag where you want to cut off.
In your template files open home.php Most likely you will find a piece of code that says <?php the_excerpt(); ?> Code (markup): Replace that with <?php the_content(); ?> Code (markup): If you that doesnt work post which theme you are using and i will take a look.