[Plugin: WP-Table Reloaded] Row randomisation
-
Hi Tobias
I’ve followed your closed topic on how to achieve row randomisation. I’ve created an extension file and saved to plug-ins/activated but my table is still staying in the same order. Have I missed something – do I need to add something to the code on the page or am I not specifying my table ID correctly (it’s all I can think of). Code snippet is as follows and I’ve changed last bit to table ID=1 with and without a slash:function wp_table_reloaded_shuffle_table( $table, $orig_table, $output_options ) {
$list_of_random_tables = array( 2, 4, 5 ); // table IDsAny help would be much appreciated.
Thanks.
https://www.ads-software.com/extend/plugins/wp-table-reloaded/
- The topic ‘[Plugin: WP-Table Reloaded] Row randomisation’ is closed to new replies.