Advertisement
Guest User

code

a guest
Jun 14th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. function after_post_ad() { ?>
  2.  
  3. <?php
  4. if (is_page('test')) { // pixenate page tag
  5. include (ABSPATH . '/pixenate/index.php');
  6. }
  7. ?>
  8.  
  9. <?php
  10. if (is_page('arrow')) { // pixenate page tag
  11. include (ABSPATH . '/pixenate/arrow.php');
  12. }
  13. ?>
  14.  
  15. <?php
  16. if (is_page('sandy')) { // pixenate page tag
  17. include (ABSPATH . '/pixenate/sand.php');
  18. }
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement