Register or log in:



Hot Tags

Blog Oh! Blog Forums » Wordpress Themes

Changing Posts to show only 4 lines in main page of Limau Orange 0.1 Theme

(3 posts)
  • Started 3 weeks ago by VivianRollins
  • Latest reply from VivianRollins

  1. VivianRollins
    Member

    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

    Posted 3 weeks ago #
  2. 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 #
  3. VivianRollins
    Member

    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 #

RSS feed for this topic

Reply

You must log in to post.

{ A Forum of Blog Oh! Blog }