MultiformeIngegno
Member
Posted 1 year ago #
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!!
MultiformeIngegno
Member
Posted 1 year ago #
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.