• Hi, first of all my configuration: WP 3.2.1 and a child theme of Twenty Eleven.

    I have a static page as my front page. I’d like to get the “read more” tag to work on front page too. If I set it for my static page, the page is fully displayed, without the “read more” link…

    Can you help me? Thanks in advance guys!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter multiformeingegno

    (@lorenzone92)

    Thanks for the reference!

    Anyway I can’t understand where I need to put <?php the_content(__(‘(more…)’));?> ?
    If I put it after

    <?php /* Start the Loop */ ?>
    				<?php while ( have_posts() ) : the_post(); ?>

    ..does it work or I need to define the more function in functions.php ?

    P.S.: What’s the difference with this tag: <?php the_content( $more_link_text , $strip_teaser, $more_file ); ?> ?

    Perhaps you need to review the Loop? And please don’t bump.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Static page as frontpage with read more’ is closed to new replies.