Support » Fixing WordPress » the_content — where is this code ?

  • Resolved sunlight1976

    (@sunlight1976)


    Hi,
    did a lot of searches without success.

    in my post.php I have:

    [...]
          <?php
             the_content('');
         ?>
     <?php if($theme->display('read_more')) { ?>
     <div class="readmore">
    [...]

    In html source I get

    [...]
    text text text .</p>
    <div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>
    
    <div class="readmore">
    [...]

    Can’t find where line <div style… comes from…
    It’s not in the Wp_posts table..

    many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the_content — where is this code ?’ is closed to new replies.