Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter andey

    (@andey)

    function get_calendar , line 1060 in wp-includes/general-template.php

    and comment out

    /**$ak_titles_for_day = array();
    	$ak_post_titles = $wpdb->get_results("SELECT ID, post_title, DAYOFMONTH(post_date) as dom "
    		."FROM $wpdb->posts "
    		."WHERE YEAR(post_date) = '$thisyear' "
    		."AND MONTH(post_date) = '$thismonth' "
    		."AND post_date < '".current_time('mysql')."' "
    		."AND post_type = 'post' AND post_status = 'publish'"
    	);
            **/

Viewing 1 replies (of 1 total)