• Hello.

    I wonder how I could change the code so the whole post (including lists, links and images) is shown on the first page. Right now, you have to click on the post to see the whole version of it.

    I’m a newbie, but does it have something to do with the following code string in “index.php”:


    <div class=”end”><?php the_content_rss(”, TRUE, ”, 50); ?></div>”

    Or this in “page.php”:

    “<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?>

    Would be extremely thankful if someone could help me with this annoying problem of mine.

    Joakim

Viewing 3 replies - 1 through 3 (of 3 total)
  • Change this (which is an idiotic way to code it)
    <?php the_content_rss('', TRUE, '', 50); ?>
    to
    <?php the_content(); ?>

    in the index.php

    Thread Starter styvfittur

    (@styvfittur)

    I suppose that will fix the problem with showing the whole post. But what about the images; will the also be visible at the first page after I hace changed the code string above?

    That has nothing to do with images…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show whole post in “Olive green”-theme’ is closed to new replies.