Guest User

Untitled

a guest
Nov 22nd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. `add_action('storefront_homepage_after_featured_products', 'custom_storefront_banner');
  2. function custom_storefront_banner(){ ?>
  3. <p class="element-title--sub">
  4. <?php echo '<img src="/wp-content/uploads/2017/11/Untitled-2.png" alt=""/>' ;?>
  5. </p>
  6. <?php }`
Add Comment
Please, Sign In to add comment