Guest User

Untitled

a guest
Apr 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. if ( is_page('wellness')) {
  3. query_posts('cat=wellness&showposts=6');
  4. }
  5. elseif ( is_page('compounding')) {
  6. query_posts('cat=compounding&showposts=6');
  7. }
  8. else ( is_page('news')) {
  9. query_posts('cat=news&showposts=6');
  10. }
  11. ?>
Add Comment
Please, Sign In to add comment