Title: illusiv's Replies | WordPress.org

---

# illusiv

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Update WP 3.9 – Can't add media](https://wordpress.org/support/topic/update-wp-39-cant-add-media/)
 *  [illusiv](https://wordpress.org/support/users/illusiv/)
 * (@illusiv)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/update-wp-39-cant-add-media/page/2/#post-4818804)
 * Cheers chaoskaizer, looks like a fine temporary fix for me! Let’s hope WPML will
   roll-out a update very soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shopp Customer Register] [Plugin: Shopp Customer Register] Plugin Status](https://wordpress.org/support/topic/plugin-shopp-customer-register-plugin-status/)
 *  [illusiv](https://wordpress.org/support/users/illusiv/)
 * (@illusiv)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-shopp-customer-register-plugin-status/#post-2342401)
 * Heya,
 * I just wanted to say that you made me a very happy developer, because I was looking
   for this functionality for a while. I will donate you as soon as I finished the
   project I’m working on.
 * Thank you very much and keep up the great work! 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Active state based on post](https://wordpress.org/support/topic/active-state-based-on-post/)
 *  Thread Starter [illusiv](https://wordpress.org/support/users/illusiv/)
 * (@illusiv)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/active-state-based-on-post/#post-1149964)
 * anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Active state based on post](https://wordpress.org/support/topic/active-state-based-on-post/)
 *  Thread Starter [illusiv](https://wordpress.org/support/users/illusiv/)
 * (@illusiv)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/active-state-based-on-post/#post-1149885)
 * I know it’s something like this:
 *     ```
       <?php if ( is_single(???)   ) { ?>
   
       <div class="Active" id="post-<?php the_ID(); ?>">
   
       <?php } else { ?>
   
       <div id="post-<?php the_ID(); ?>">
   
       <?php } ?>
       ```
   
 * But the is_single(**???**) ID is dynamic. How can I get the ID based on a single
   post?
 * Looking forward to solutions!

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