Guest User

Untitled

a guest
Nov 22nd, 2017
55
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. ?>
  4. <p class="element-title--sub">
  5. <?php echo '<img src="/wp-content/uploads/2017/11/Untitled-2.png" alt=""/>'; ?>
  6. </p>
  7. <?php
  8. }
Add Comment
Please, Sign In to add comment