Hi! Great plugin! I use template tags to display a table on a ‘single-page’:
<?php wp_table_reloaded_print_table("id=$post->ID&use_tablesorter=false"); ?>
As you can see i make sure the table id is identical to the post-id. However, sometimes the table-id doesn’t exist, because the table is not created yet. Then i want to show: “No table defined yet” instead of “[table “65” not found /]”. How can i do this?
Thank you very much, that’s it!