Title: moebin's Replies | WordPress.org

---

# moebin

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Story.php does not work 404](https://wordpress.org/support/topic/storyphp-does-not-work-404/)
 *  Thread Starter [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/storyphp-does-not-work-404/#post-6243142)
 * I’ve tried a few and it doesn’t see to be able to convert story.php?id= to a 
   wordpress fix
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Story.php does not work 404](https://wordpress.org/support/topic/storyphp-does-not-work-404/)
 *  Thread Starter [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/storyphp-does-not-work-404/#post-6243125)
 * Ok, first of all I scanned the site and there are not issues,
 * second, I went to the source site and found they are genuine links to our posts,
   the only issue is that they are using this story.php?id=xxxx which I assumed 
   may have been a previous permalink structure
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Story.php does not work 404](https://wordpress.org/support/topic/storyphp-does-not-work-404/)
 *  Thread Starter [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/storyphp-does-not-work-404/#post-6243121)
 * No I mean these stories are linked from other sites, such as they are quoting
   one of our stories and linking to it or directories or the like
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [White Screen of Death – Not from Plug Ins or Theme?](https://wordpress.org/support/topic/white-screen-of-death-not-from-plug-ins-or-theme/)
 *  [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/white-screen-of-death-not-from-plug-ins-or-theme/#post-6243112)
 * Have you checked the webserver error log?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments Importer] [Facebook Comment Importer] Comments in Dashboard but not in Posts](https://wordpress.org/support/topic/facebook-comment-importer-comments-in-dashboard-but-not-in-posts/)
 *  [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/facebook-comment-importer-comments-in-dashboard-but-not-in-posts/#post-2228289)
 * I am running intensedebate and akismet
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments Importer] [Facebook Comment Importer] Comments in Dashboard but not in Posts](https://wordpress.org/support/topic/facebook-comment-importer-comments-in-dashboard-but-not-in-posts/)
 *  [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/facebook-comment-importer-comments-in-dashboard-but-not-in-posts/#post-2228287)
 * I have this exact problem as well, I’m looking for a solution at the moment but
   I haven’t found one yet
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Global Translator] With plugin's demise in WP 3.2.1 – there are no free translation plugins](https://wordpress.org/support/topic/with-plugins-demise-in-wp-321-there-are-no-free-translation-plugins/)
 *  [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/with-plugins-demise-in-wp-321-there-are-no-free-translation-plugins/#post-2192648)
 * We’re running 3.2.1 and global translator is still working.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [excluding posts via custom field](https://wordpress.org/support/topic/excluding-posts-via-customer-field/)
 *  Thread Starter [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/excluding-posts-via-customer-field/#post-1436052)
 * Ok I’ll try to make things clearer,
 * The first bit of code works and I hope people around here can make some use out
   of it, we’re using it in some of the widgitized space to display posts from a
   specific category that are events, they are sorted by event date and events that
   have passed i.e. posts with event dates that less than todays date are not displayed,
   we used the php code plugin to put the php code in the widget.
 * The second bit of code is intended to do a very similar job in the event category
   page, so when visitors click on events in the navbar above, it displays the category
   page with the events (posts) sorted by event date (meta_key)… this after some
   modicifications is now working, we have it sitting in the archive.php.
 * **The further feature that we need** from this code is to **not** display the
   events (posts) that have passed. i.e. events with the meta_key date < $todaysdate
 * hopefully that makes things clearer sometimes when you’ve been working on a problem
   for a while it’s all in your head and you neglect to explain it properly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [excluding posts via custom field](https://wordpress.org/support/topic/excluding-posts-via-customer-field/)
 *  Thread Starter [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/excluding-posts-via-customer-field/#post-1436050)
 * That hasn’t done it…
 * I think it needs an if else scenario
 * if meta key of a post is <$todaysdate then don’t show it
 * That’s what I need but I can’t get it to work in code.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [excluding posts via custom field](https://wordpress.org/support/topic/excluding-posts-via-customer-field/)
 *  Thread Starter [moebin](https://wordpress.org/support/users/moebin/)
 * (@moebin)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/excluding-posts-via-customer-field/#post-1435978)
 * I couldn’t find what I was looking for there…
 * I need the second bit of code to exclude a post from the category page once that
   date is less than $todaysdate

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