Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  2. <?php $cat = get_the_category();
  3. if(strtolower($cat[0]->name) != 'hidden'){
  4. ?>
  5.  
  6. get_option('max_amount')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement