dyflo93
Forum Replies Created
-
Forum: Plugins
In reply to: [Expanding Archives] Archive for a specified categoryHi 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 ^^
Forum: Plugins
In reply to: [Expanding Archives] Archive for a specified categoryHi 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 !
Forum: Plugins
In reply to: [Mark New Posts] “mnp_new_posts_count” doesn’t reset if post is deletedHi,
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