Advertisement
Guest User

PCC parent footer

a guest
Jan 27th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <?php
  2. /**
  3. * @package Minimalizine
  4. * @since Minimalizine 0.1
  5. */
  6. ?>
  7. <?php get_sidebar(); ?>
  8. </div><!-- #main -->
  9.  
  10. <footer id="colophon" class="site-footer">
  11. <div class="site-info">
  12. <?php do_action( 'minimalizine_footer' ); ?>
  13. </div><!-- .site-info -->
  14.  
  15. <div class="credits">
  16. <p><?php printf( __('Proudly powered by <a href="http://wordpress.org/" title="%1$s" rel="generator">%2$s</a><br/> Theme: Minimalizine by <a href="http://hirizh.name/" title="%3$s" rel="designer">%4$s</a>', 'minimalizine'),
  17. esc_attr( 'A Semantic Personal Publishing Platform'),
  18. 'WordPress',
  19. esc_attr( 'Rizqy Hidayat'),
  20. 'Rizh'
  21. ); ?></p>
  22. </div><!-- end .credits -->
  23. </footer><!-- #colophon .site-footer -->
  24. </div><!-- #page .hfeed -->
  25.  
  26. <?php wp_footer(); ?>
  27.  
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement