Title: flernk's Replies | WordPress.org

---

# flernk

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Awaiting Moderation (#) link on front page…?](https://wordpress.org/support/topic/awaiting-moderation-link-on-front-page/)
 *  Thread Starter [flernk](https://wordpress.org/support/users/flernk/)
 * (@flernk)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/awaiting-moderation-link-on-front-page/#post-455058)
 * Figured it out. Anyone who wants to accomplish the same, here is the code necessary
   to do it:
 *  <?php
    $numcomments = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE
   comment_approved = '0'"); ?> <?php if ( $numcomments ) : ?> <a href="wp-admin/
   moderation.php"><?php echo sprintf(__('Awaiting Moderation (%s)'), number_format(
   $numcomments) ); ?></a> <?php endif; ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Switch from Geeklog to WordPress](https://wordpress.org/support/topic/switch-from-geeklog-to-wordpress/)
 *  [flernk](https://wordpress.org/support/users/flernk/)
 * (@flernk)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/switch-from-geeklog-to-wordpress/#post-381928)
 * The only solution to this I’ve seen is to output the entire site through RSS,
   then import the RSS into WordPress. This seems extremely unintuitive to me. Has
   anyone had any luck with a direct Geeklog>Wordpress port?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [(Yet Another) IE Sidebar CSS Issue](https://wordpress.org/support/topic/yet-another-ie-sidebar-css-issue/)
 *  Thread Starter [flernk](https://wordpress.org/support/users/flernk/)
 * (@flernk)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/yet-another-ie-sidebar-css-issue/#post-443310)
 * That did it! I knew it was something easy I just wasn’t seeing. Thanks, doodlebee.
 * Sheesh. It took a week to design the site. Then it took a week to find and fix
   one problem so that it would work with Internet Explorer. Is anyone else just
   plain sick of Microsoft?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [(Yet Another) IE Sidebar CSS Issue](https://wordpress.org/support/topic/yet-another-ie-sidebar-css-issue/)
 *  Thread Starter [flernk](https://wordpress.org/support/users/flernk/)
 * (@flernk)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/yet-another-ie-sidebar-css-issue/#post-443266)
 * No luck. I also tried changing the CSS directly, still no luck.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [(Yet Another) IE Sidebar CSS Issue](https://wordpress.org/support/topic/yet-another-ie-sidebar-css-issue/)
 *  Thread Starter [flernk](https://wordpress.org/support/users/flernk/)
 * (@flernk)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/yet-another-ie-sidebar-css-issue/#post-443254)
 * My site is now Valid XHTML 1.0 Strict and the sidebar is still screwed up in 
   Internet Explorer. Everything in my original post still applies. Any ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [(Yet Another) IE Sidebar CSS Issue](https://wordpress.org/support/topic/yet-another-ie-sidebar-css-issue/)
 *  Thread Starter [flernk](https://wordpress.org/support/users/flernk/)
 * (@flernk)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/yet-another-ie-sidebar-css-issue/#post-443124)
 * I ran the site through validation and I got a lot of random errors (I was expecting
   this since this is the preliminary design). However, I douldn’t see any errors
   that should be causing the sidebar to move to the bottom.
 * Again, is anyone seeing something I’m not?

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