Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try editing the relevant template file(s) and replacing <?php the_excerpt();?> with <?php the_content();?>

    Thread Starter SoCalBoy

    (@socalboy)

    Thanks. That was it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘text appears only as paragraphs ignoring link breaks’ is closed to new replies.