[Plugin: WP-Table Reloaded] Trying to call php script in cell
-
Love your plugin. I’m trying to call a post_meta in the table and am having no luck. I’m sure it’s a simple coding thing, but I’m not getting it. Below is the php script I’m trying to call. Thank you!
<?php if ( get_post_meta($post->ID, 'holes', true) ) { ?> <p style ="text-align:center;"><?php echo get_post_meta($post->ID, "holes", $single = true); ?></p> <?php } ?>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘[Plugin: WP-Table Reloaded] Trying to call php script in cell’ is closed to new replies.