/* 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); ?> Web Analyst - Jobs from BlogStorm Jobs

Web Analyst

Posted : June 7th, 2009
  • Company Name : The EMR Group
  • Location : Southern Home Counties
  • Salary : £28,000
Contact InformationJob Description

Our client, an internationally renowned Leisure/Travel company is rapidly growing their digital offering. To sustain this growth it is vital to increase customer traffic as well as conversion and retention rates. This role will be responsible for all e-business analytical requirements, developing and tracking key performance indictors. You will deliver weekly reports to key stakeholders, providing customer analysis and proactively recommending future changes to the online customer journey.
The ideal candidate for this role will have extremely strong analytical skills and be versed in Excel including Pivot Tables, as well as web analytics tools. To be considered, you must be numerate, possess exceptional organizational skills and be highly ambitious. A passion for the Leisure/Travel industry is vital.