Guest User

Untitled

a guest
Oct 21st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php $category = get_the_category(); ?>
  2. <div class="col-md-6 filter <?php echo esc_attr( $category[0]->slug ); ?>">
  3. // Content
  4. </div>
Add Comment
Please, Sign In to add comment