Hi, I need to change Limau Orange 0.1's main page to show 4 lines of each posts in the main page. Currently it shows the entire post which is not optimal for my site. I've tried changing the setting to summary but that didn't work either.
Thanks
Blog Oh! Blog Forums » Wordpress Themes
Changing Posts to show only 4 lines in main page of Limau Orange 0.1 Theme
(3 posts)-
Posted 3 weeks ago #
-
Find this code.
<?php the_content('Read the rest of this entry »'); ?>
Change it to :-
<?php the_content_rss('', TRUE, '', 40); ?>
40 is the word limit. Change it how much you want.
Posted 3 weeks ago # -
Thanks for the code. It worked but now I have a new problem which is that the post no longer has working links in the main index page. It can only be clickable when in the post. I have posts which needs to be clickable from the post in the main index page. Is there something else I can do?
Thanks so much!Posted 3 weeks ago #
Reply
You must log in to post.
