what where
job title, keywords or company
city, state or zip



Make Plugin Work for WP 2.5.X

I need to get the Hide This Plugin (http://edwards.org/2006/03/12/hidethis-v10-plugin-for-wordpress) working for Wordpress 2.5 It is a really basic plugin - Here’s all the code: add_filter(’the_content’, ‘hide_some_content’); function hide_some_content($content) { global $current_user, $user_ID; if (($current_user->id == 0) && ($user_ID == 0)){ $b = strpos($content, ‘<!–hidethis–>’); $e = strpos($content, ‘<!–/hidethis–>’); $pre = substr($content,0,$b); $s…

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists

Apply for this job now!...



Email This Post Email This Post Print This Post Print This Post





Comments are closed.



Search Thousands More Summer Jobs Below:

what where
job title, keywords or company
city, state or zip

:)