• I really can’t figure this out… My theme works great, but then when I use a PHP include in the header file to grab a banner, it does that, but then it stops parsing PHP for the rest of the theme (excluding the Loop). It doesn’t show any sidebar widgets anymore or anything.

    The code in question is:

    <?
    $_GET['id'] = '11';
    include('/home/domains/mysite.com/ad.php');
    ?>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP in Themes’ is closed to new replies.