Viewing 1 replies (of 1 total)
  • Thread Starter mikey79

    (@mikey79)

    YES! I found the solution!

    Just had to replace in page.php:

    <?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>

    with:

    <?php if (is_page(array('1','2'))) { ?>
    <?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
    <?php } else { ?>
    <?php
      $show= '[mwm-aal-display]';
      $content = $show . "" . get_the_content();
      echo apply_filters('the_content',$content);
    ?>
    <?php } ?>
Viewing 1 replies (of 1 total)
  • The topic ‘tag for programmers / exclusion problem II’ is closed to new replies.