Title: table shortcode
Last modified: August 20, 2016

---

# table shortcode

 *  [psfnow.com](https://wordpress.org/support/users/psfnowcom/)
 * (@psfnowcom)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/table-shortcode/)
 * Hi Tobias,
    I’m using your wp table reloaded and it works great.
 * However, I’m facing an issue where on my theme’s slider, the table is displayed
   in shortcode, instead of the contents of the table.
 * This is what I mean, the part circled in red:
    [](http://psfnow.com/wp-content/uploads/2011/06/shortcode.jpg)
 * Do you think you can get the table to appear in its content form, instead of 
   a shortcode?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/table-shortcode/#post-2125025)
 * Hi,
 * thanks for your question.
 * That’s likely a problem in your theme (or whereever that slider comes from).
   
   The page does not evaluate any Shortcodes. The reason for this probably is that
   in the code, it directly accesses the posts content (with something like
 *     ```
       $post->post_content
       ```
   
 * ), instead of using the WordPress template tag
 *     ```
       the_content()
       ```
   
 * Can you check that in the theme code? Maybe you’ll need to contact the theme 
   auther as well, so that he is aware of the problem and can maybe fix it for future
   versions.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘table shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/table-shortcode/#post-2125025)
 * Status: not resolved