TablePress and WordPress global search problem
-
Hi. TablePress is the best table plugin for WordPress and I won’t certainly switch to another plugin despite the problem I came across.
For future references I’m using:
WordPress v.3.5.1
TablePress v.0.9-RC
Search Everything v.6.9.4.1On my website I prefer Template Tag Functions. Adding shortcode through visual editor isn’t the best solution in my case. When I’m adding ie.
<?php echo do_shortcode( '[table id=23 /]' ) ?>
inside my template file the table can’t be found by WordPress global search. If I’ll add through visual editor it works. Probably I’m doing something wrong, but I want to make sure, is anyone else have the same problem or is it just me? And the most importantly, how solve this problem?Regards. ??
PS:
<?php tablepress_print_table( 'id=23' ); ?>
and
<?php echo do_shortcode( '[table id=23 /]' ) ?>
both are not working.
PS2: I’m very sorry, but as for now I can’t include link to my website since it’s still in development.
- The topic ‘TablePress and WordPress global search problem’ is closed to new replies.