Advertisement
cyberdev

Untitled

Jul 14th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 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 bimber_render_compact_share_buttons(); ?>
  13.     <?php snax_render_voting_box( null, 0, 'snax-voting-large' ); ?>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement