• Resolved danielwaddon

    (@danielwaddon)


    Hi there

    I am creating my first ever theme and I seam to be get a syntax error on the endif statement line. Could someone advise or help as to why its doing this?

    <aside id=”side” class=”sidebar”>

      <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Sidebar’) ); ?>
      <?php endif; ?>

    </aside>

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘sidebar.php syntax error help’ is closed to new replies.