Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dyflo93

    (@dyflo93)

    Hi Ashley,

    I finaly used an array with months with numbers and looped in using this->monthNumber to assign the correct month in the Month.php file.

    Thank you so much for your help !

    Have a nice day ^^

    Thread Starter dyflo93

    (@dyflo93)

    Hi Ashley,

    First of all, thank you so much for your reactivity and thank you for the update, you’re awesome !

    Thank you for these explanations, I tested the code and indeed it works but I had to change the category at the line below as well where there is “term_taxonomy_id = 2”

    INNER JOIN {$wpdb->term_relationships} ON ({$wpdb->posts}.ID = {$wpdb->term_relationships}.object_id AND {$wpdb->term_relationships}.term_taxonomy_id = 2)

    This problem is solved, but I have another problem, the retrieved list is from January but it’s showing “december” instead of “january” in every years, so there is a lag of 1 month on each months I don’t know why.

    In the code it’s showing data-month=”1″ but the display month is december. Is it maybe a problem with the timestamp ? For information I’m from France and the date format in my WordPress dashboard is “l j F Y”.

    Thanks again !

    Hi,

    I have the same problem here except that even though I read the article the counter stays at number 1.

    Did you find a solution ?

    Thanks,
    Dyflo

Viewing 3 replies - 1 through 3 (of 3 total)