• Resolved ColinChapman

    (@colinchapman)


    I’ve tried to add the following to the header.php file but it crashes all the time

    <header id=”masthead” class=”site-header” role=”banner”>
    <?php echo do_shortcode(“[rev_slider alias=”1000×150-rookie”]”); ?>
    </header><!– #masthead –>

    Any ideas please

Viewing 3 replies - 1 through 3 (of 3 total)
  • Brian

    (@brianmiyaji)

    @colinchampan It looks like you need to escape the quotation marks in the shortcode like this:

    <?php echo do_shortcode("[rev_slider alias=\"1000x150-rookie\"]"); ?>

    Hope that helps!

    Thread Starter ColinChapman

    (@colinchapman)

    That’s done the trick ??
    Many thanks

    Colin

    Roch

    (@rochesterj)

    No worries, Colin.

    Let us know if you need anything else!

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add Rev Slider in Header – rookie theme’ is closed to new replies.