Viewing 1 replies (of 1 total)
  • At the moment in your theme index file, you will have a piece of code looking something like this

    <?php the_excerpt(); ?>

    Change that to the following:

    <?php the_content(); ?>

Viewing 1 replies (of 1 total)

The topic ‘(Hemmed) Full Text Article’ is closed to new replies.