Title: crazybilly's Replies | WordPress.org

---

# crazybilly

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [<?php the_tags(‘<p>Tags: ‘, ‘, ‘, ‘</p>’); ?> not working on wordpress 2.8](https://wordpress.org/support/topic/ltphp-the_tagsltpgttags-ltpgt-gt-not-working-on-wordpress-28/)
 *  [crazybilly](https://wordpress.org/support/users/crazybilly/)
 * (@crazybilly)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/ltphp-the_tagsltpgttags-ltpgt-gt-not-working-on-wordpress-28/#post-1119313)
 * I just ran into a similar problem–using the_tags() just didn’t show up.
 * I found that I was using the Loop example from the Codex. If I replaced it with
   the one in the default theme, the_tags() started working.
 * Originally, I had this:
 * `if ( $posts ) : foreach ( $posts as $post ) : start_wp();`
 * I replaced it with:
 *     ```
       if (have_posts()) :
       	while (have_posts()) : the_post();
       ```
   
 * Of course, the bottom needed to be changed, as well, from an endeach to and endwhile.
 * Worked for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [merge/rename categories plugin not working with 2.7](https://wordpress.org/support/topic/mergerename-categories-plugin-not-working-with-27/)
 *  [crazybilly](https://wordpress.org/support/users/crazybilly/)
 * (@crazybilly)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/mergerename-categories-plugin-not-working-with-27/#post-951826)
 * Did you have any luck, Jeremy? I’m stumbling around w/ the same problem.
 * I could probably hack the php together for this, but honestly SQL scares me.
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove ‘uncategorized’ from posts also assinged to other categories](https://wordpress.org/support/topic/remove-uncategorized-from-posts-also-assinged-to-other-categories/)
 *  Thread Starter [crazybilly](https://wordpress.org/support/users/crazybilly/)
 * (@crazybilly)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/remove-uncategorized-from-posts-also-assinged-to-other-categories/#post-962477)
 * Doh…obviously, I should have refreshed before I posted ;).
 * So, I can’t delete the category, but I CAN rename it. Hmm…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove ‘uncategorized’ from posts also assinged to other categories](https://wordpress.org/support/topic/remove-uncategorized-from-posts-also-assinged-to-other-categories/)
 *  Thread Starter [crazybilly](https://wordpress.org/support/users/crazybilly/)
 * (@crazybilly)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/remove-uncategorized-from-posts-also-assinged-to-other-categories/#post-962475)
 * Hmmm…unforunately, batch categories doesn’t seem to work on 2.7.
 * What happens if I deleted the ‘uncategorized’ category?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove ‘uncategorized’ from posts also assinged to other categories](https://wordpress.org/support/topic/remove-uncategorized-from-posts-also-assinged-to-other-categories/)
 *  Thread Starter [crazybilly](https://wordpress.org/support/users/crazybilly/)
 * (@crazybilly)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/remove-uncategorized-from-posts-also-assinged-to-other-categories/#post-962463)
 * Great–thanks. I’ll take a look and let you know how it goes.

Viewing 5 replies - 1 through 5 (of 5 total)