/* Plugin Name: Auto-Hide Posts Version: 1.0 Plugin URI: http://wiki.wordpress.org/Auto%20shutoff%20comments Description: Auto-close Posts after a cutoff date. This is a modification of the Auto-Close Comments plugin by Scott Hanson. Author: David Ky and whoo Author URI: http://scrabbledabble.com/blog/ */ function autoclose_posts() { global $wpdb; // Set $age_cutoff to the age at which a post should become stale $age_cutoff = '3000 DAY'; $cutoff_date = $wpdb->get_var ("SELECT DATE_ADD(DATE_SUB(CURDATE(), INTERVAL $age_cutoff), INTERVAL 1 DAY)"); // Set post_status to your liking $close_type = 'private'; $wpdb->query ("UPDATE $wpdb->posts SET post_status = '$close_type' WHERE post_date < '$cutoff_date' AND post_status = 'publish' AND post_type = 'post'"); } add_action('publish_post', 'autoclose_posts', 7); add_action('edit_post', 'autoclose_posts', 7); add_action('delete_post', 'autoclose_posts', 7); add_action('comment_post', 'autoclose_posts', 7); add_action('trackback_post', 'autoclose_posts', 7); add_action('pingback_post', 'autoclose_posts', 7); add_action('edit_comment', 'autoclose_posts', 7); add_action('delete_comment', 'autoclose_posts', 7); add_action('template_save', 'autoclose_posts', 7); ?> SEO Focused PHP MySQL Web Developer - Jobs from BlogStorm Jobs

SEO Focused PHP MySQL Web Developer

Posted : June 16th, 2009
  • Company Name : Click 4 Beds
  • Location : Huddersfield
  • Salary : 18k npa
Contact InformationJob Description

A rapidly expanding and innovative E-commerce company in Honley, West Yorkshire is looking for a SEO focused PHP Developer to join their small, expanding Web team. Skilled and experienced in basic SEO practices, PHP, MySQL and the LAMP framework you will have the ability to develop, optimise and promote database driven websites.

The successful candidate will be responsible for:

* Modifying the functionality of existing assets
* Creating a range of SEO and Metrics analysis tools
* Creating new websites
* On-site SEO
* Off-site SEO

This position is ideally suited to someone with a years experience in professional ecommerce web development with an excellent command of modern web design and development practices. In addition, it will be beneficial if you have experience significant experience of SEO and blogging. You must have the ability to write future proof, semantic code and be willing to contribute heavily to the company’s online marketing efforts.

The role is located in Honley, commutable from Huddersfield, Leeds, Sheffield, Barnsley and Halifax. There is fantastic career progression, comprehensive on-going training in SEO and the opportunity to work in a very financially secure company that is going from strength to strength.

Contact
Mark Rushworth
Marketing Manager
Click4Beds.co.uk / DistinctiveChesterfields.co.uk
t. 01484 666563
e. mark@click4beds.co.uk