Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php
  2. endif; // end page builder blocks test
  3. ?>
  4.  
  5. <?php
  6. // add social share
  7. get_template_part('partials/single/social-share');
  8. ?>
  9.  
  10. </article>
  11.  
  12. <?php
  13.  
  14. // add next/previous
  15. get_template_part('partials/single/post-navigation');
  16.  
  17. // add author box
  18. get_template_part('partials/single/author-box');
  19.  
  20. // add related posts
  21. get_template_part('partials/single/related-posts');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement