how to dynamically display tables by nesting shortcodes
-
I am trying to update the shortcode for tablepress to nest similarly to the code displayed here. I have a query string that will be equal to the id of the table that will need to display and have registered a shortcode to work with this. ex. [urlparam param=”forms1″ /]. I want to input the shortcode inside of the tablepress shortcode and do_shortcode() so it will display the correct table.
[table id=[urlparam param=”forms1″ /]) /]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘how to dynamically display tables by nesting shortcodes’ is closed to new replies.