Guest User

Untitled

a guest
Nov 12th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. $args = array(
  3. 'taxonomy' => array( 'post_tag', 'category' ),
  4. );
  5.  
  6. wp_tag_cloud( $args );
  7. ?>
Add Comment
Please, Sign In to add comment