Advertisement
cyberdev

Untitled

Aug 25th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2. /**
  3. * Snax Post Voting Box Template Part
  4. *
  5. * @package snax 1.11
  6. * @subpackage Theme
  7. */
  8.  
  9. ?>
  10. <div class="snax-voting-container">
  11. <h2 class="snax-voting-container-title"><?php esc_html_e( 'Leave your vote', 'snax' ); ?></h2>
  12. <?php echo do_shortcode('[mashshare]'); ?>
  13. <?php snax_render_voting_box( null, 0, 'snax-voting-large' ); ?>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement