Title: yourdaddy's Replies | WordPress.org

---

# yourdaddy

  [  ](https://wordpress.org/support/users/yourdaddy/)

 *   [Profile](https://wordpress.org/support/users/yourdaddy/)
 *   [Topics Started](https://wordpress.org/support/users/yourdaddy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yourdaddy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yourdaddy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yourdaddy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yourdaddy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yourdaddy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] WP-Table Reloaded Import/Functions with HTML](https://wordpress.org/support/topic/wp-table-reloaded-importfunctions-with-html/)
 *  Thread Starter [yourdaddy](https://wordpress.org/support/users/yourdaddy/)
 * (@yourdaddy)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wp-table-reloaded-importfunctions-with-html/#post-3079542)
 * I am trying to implement these:
    [Ex. 1 [Ex. 2](http://datatables.net/release-datatables/extras/TableTools/button_text.html)[Ex.
    3](http://datatables.net/release-datatables/extras/TableTools/pdf_message.html)[Ex.
    4](http://datatables.net/examples/api/form.html)
 * I would like the edit option so clients can update/modify the html table, then
   hit submit, or similar to the print save or copy links, an email option where
   the changes made get emailed to me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] WP-Table Reloaded Import/Functions with HTML](https://wordpress.org/support/topic/wp-table-reloaded-importfunctions-with-html/)
 *  Thread Starter [yourdaddy](https://wordpress.org/support/users/yourdaddy/)
 * (@yourdaddy)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wp-table-reloaded-importfunctions-with-html/#post-3079539)
 * Thanks, will try this out. Also how can i make columns editable on the clients
   computer, and be able to submit or email me their changes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] [Plugin: Advanced Custom Fields] How to add SHORTCODE to a PHP Custom Field](https://wordpress.org/support/topic/plugin-advanced-custom-fields-how-to-add-shortcode-to-a-php-custom-field/)
 *  Thread Starter [yourdaddy](https://wordpress.org/support/users/yourdaddy/)
 * (@yourdaddy)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-advanced-custom-fields-how-to-add-shortcode-to-a-php-custom-field/#post-2791660)
 * Ok to all the useless help i got, from thousands of people that must have clicked
   on this and decided to not even bother, I have found the solution and will share
   it to be remembered as someone who actually helps and supports DIY aswell as 
   WordPress Fanatics!
 * `<?php $var = get_post_meta($post->ID, 'CUSTOM FIELD NAME', true); if ($var =
   = '') { } else { echo do_shortcode( '[open your short code]' . $var . '[/close
   your short code]'); } ?>`
    Now like i said, i was trying to apply a shortcode
   through a php file, using `<?php echo do_shortcode("[Shortcode]"); ?>` Didn’t
   seem to work, as it didnt allow me to do add my `<?php the_field('model_#'); ?
   >` between opening and closing shortcodes, it would break. Obviously i was doing
   it wrong!
 * **After hundreds of Re-Worded Google Search Queries **I found it and
    Used it
   as a guide to my solution/example code. But seem to have asked a similar/same
   question just worded differently.
 * [http://wordpress.org/support/topic/add-custom-field-within-shortcode-using-do_shortcode?replies=6](http://wordpress.org/support/topic/add-custom-field-within-shortcode-using-do_shortcode?replies=6)

Viewing 3 replies - 1 through 3 (of 3 total)