Advertisement
Guest User

Untitled

a guest
May 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. add_action( 'storefront_before_content', 'marce_custom_slider_storefront' );
  3. function marce_custom_slider_storefront() {
  4. if ( is_front_page() ) {
  5. echo do_shortcode("[metaslider id=586]");
  6. }
  7. else {}
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement