Title: pidjay's Replies | WordPress.org

---

# pidjay

  [  ](https://wordpress.org/support/users/pidjay/)

 *   [Profile](https://wordpress.org/support/users/pidjay/)
 *   [Topics Started](https://wordpress.org/support/users/pidjay/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pidjay/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pidjay/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pidjay/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pidjay/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pidjay/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidebar questions](https://wordpress.org/support/topic/sidebar-questions/)
 *  [pidjay](https://wordpress.org/support/users/pidjay/)
 * (@pidjay)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/sidebar-questions/#post-858405)
 * I want to do the same thing with the tags but it doesn’t want to work… Does someone
   have any tips?
 * Here is my piece of code:
 *     ```
       <?php
   
       			$recent = new WP_Query('showposts=1');
       			while($recent->have_posts()) {
       				$recent->the_post();
       				the_category();
       				the_tags('', ', ', '');
       			}
       			$all_tags = wp_tag_cloud('smallest=11&largest=21&unit=px&number=20&format=array');
       		?>
       ```
   
 * Thanks 🙂

Viewing 1 replies (of 1 total)