[Plugin: WP-Table Reloaded] WP-Table-Reloaded doesn't work with do_shortcode()
-
Hi!
I’m using WP-Table-Reloaded 1.8.1 with WordPress 3.0.5. It works fantastically and is one of the most important plugins for us. Thanks a lot, it sure is amazing work.
I’m having a problem with it, though. I’m doing a plugin that analyzes the posts in the database and I’d like to expand the tables to see what they print out. However, if I pass
$post->post_content
todo_shortcode()
, tables are not expanded.The same happens if I call the table directly:
do_shortcode('[table id=62]');
– this just prints out the tag.How could I get the tables to expand, and why aren’t they expanding like they should?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: WP-Table Reloaded] WP-Table-Reloaded doesn't work with do_shortcode()’ is closed to new replies.