/* 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); ?>
| Date Posted | Job Title | Job Type | Location |
| October 29th | Freelance SEO Job | Full Time, Project, SEO | Redhill, Surrey, UK |
| October 26th | Freelance SEO Job | Full Time, Project, SEO | Surrey, UK |
| October 7th | Contract PPC Search Manager - NMA London | Full Time, PPC, Project | London |
| June 7th | French-speaking, freelance SEO consultant | Full Time, Project, SEO | United Kingdom |
| June 7th | Freelance (European) Spanish SEO consultant | Full Time, Project, SEO | United Kingdom |
| June 7th | German-speaking, freelance SEO consultant | Full Time, Project, SEO | United Kingdom |
| May 13th | Search Engine Optimisation Expert | Full Time, Project, SEO | London |
| April 20th | E-commerce Web Designer Needed | Full Time, Programming, Project | Anywhere |
| April 20th | FRONT END WEB DEVELOPER / WEB DESIGNER / PHP / SOCIAL NETWORK – KENT (WORK FROM HOME) | Full Time, Project, Web Design | Tonbridge, Kent (Work From Home) |
| April 2nd | Web Designer (UI) | Full Time, Project, Web Design | London |
Grab the Job Board RSS Feed or subscribe to the latest jobs by email
Job Board | Blogging Jobs  | Full Time Jobs  | Marketing Jobs  | Programming Jobs  | Project Jobs  | SEO Jobs  | Web Design Jobs