Home > WordPress > Updated Today Version 1.6 Released

Updated Today Version 1.6 Released

The Updated Today plugin has been updated to version 1.6. In this version I have corrected the error that drafts would invoke the ‘Updated Today’ banner and now only posts or pages with the ‘publish’ status will cause the banner to be displayed.

You can download directly from my site at the plugin page or from WordPress.org.

The plugin has been updated to version 1.6.1 to fix a Z-Index issue with some themes. Should be live soon at WordPress.org

Categories: WordPress

  1. April 7th, 2009 at 05:02 | #1

    Holas, felicidades, solo para mencionar que hay que corregir la linea donde haces el query

    $query = “SELECT post_date, id FROM wp_posts WHERE post_modified LIKE ‘”.$today.”%’ “;

    ya que la tabla puede cambiar si el dueƱo cmabia el prefijo o si usa muwp

    $query = “SELECT post_date, id FROM TABLE_USED WHERE post_modified LIKE ‘”.$today.”%’ “;

    o utilizar algun comando que sustituya o quite esa sentencia, una vez corregido funciona perfecto !!

  2. April 7th, 2009 at 05:28 | #2

    La linea ORIGINAL

    $query = “SELECT post_date, id FROM wp_posts WHERE wp_posts.post_modified LIKE ‘”.$today.”%’ AND wp_posts.post_status=’publish’”;

    para que funciona con wordpress 2.7 habria que hacerle la modificacion.

  3. April 7th, 2009 at 07:39 | #3

    Please double check your installation of WordPress 2.7 for modifications as a standard 2.7 installation using the 1.6 version of the plugin is working correctly at http://www.chriskdesigns.com/wp27/.

  1. No trackbacks yet.