carlllord
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Yes. My English is not very good. 🙂
It was a silly bug, unrelated to the plugin.
Thanks for everything.True!!
Thanks!
Opss!
The filter does not work now!!
Can it be when updating?Thnks
😀
Thank you, it works perfectly!
I leave a variant that I have made in case more people are interested.function carlllord_tablepress_filter_month_shortcode( $attributes, $content ) { $meses = array("ene","feb","mar","abr","mar","may","jun","jul","ago","sep","oct","nov","dic"); $attributes['filter'] = $meses[date('n')-1]; $attributes['filter_columns'] = '1'; return tablepress_get_table( $attributes ); } if ( ! is_admin() ) { add_shortcode( 'table-filter-month', 'carlllord_tablepress_filter_month_shortcode' ); }PD: You have my help in graphic design whenever you want.
Thanks!!
It is exactly what I was looking for 🙂
Now I am struggling to make “ene” a variable.Thanks a lot
Of course 😉
https://farmaciajeronimosuria.com/farmacias-de-guardia/The idea is to load the table directly in the current month.
(Without having to write the month.)Thanks
Viewing 6 replies - 1 through 6 (of 6 total)