Title: [Plugin: WP-Table Reloaded] Problem with List-categories
Last modified: August 19, 2016

---

# [Plugin: WP-Table Reloaded] Problem with List-categories

 *  [jordio](https://wordpress.org/support/users/jordio/)
 * (@jordio)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-problem-with-list-categories/)
 * Hi there! I have a problem with the list-categories plugin and WP-Table-Reloaded.
 * The table is not showing up, just the shortcode but, if you access an individual
   post, it works.
 * Check it here (at element 16 Orquesta Piropo)
    [http://www.eventoslaclave.com/index.php/servicios/orquestas/](http://www.eventoslaclave.com/index.php/servicios/orquestas/)
 * Any clues?
 * Thanks a lot! 🙂

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

 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-problem-with-list-categories/#post-1506953)
 * Hi,
 * very likely, the list-categories plugin shows the post contents without allowing
   WordPress to parse Shortcodes.
 * Please ask the developer of the list-categories plugin for help, as this is not
   just a problem with WP-Table Reloaded. He will need to make his plugin aware 
   of Shortcodes, probably by passing the post content through the `do_shortcode()`
   function before echoing it.
 * Best wishes,
    Tobias
 *  Thread Starter [jordio](https://wordpress.org/support/users/jordio/)
 * (@jordio)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-problem-with-list-categories/#post-1506954)
 * Thanks a lot! 🙂
 *  Thread Starter [jordio](https://wordpress.org/support/users/jordio/)
 * (@jordio)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-problem-with-list-categories/#post-1507114)
 * The plugin developer is not asking. I tried reading documentacion and testing
   some changes but it’s not working.
 * Could you please help me? I’m sure it’s simple but I just don’t get it 🙁
 * This is the main code of the plugin where
    `$output .= "<p style='color:#000'
   >$single->post_content</p>";` is the key to output the posts
 * _[Code moderated as per the [Forum Rules](http://wordpress.org/support/topic/68664).
   Please use the [pastebin](http://wordpress.pastebin.com)]_
 * Thanks a lot!
 *  Thread Starter [jordio](https://wordpress.org/support/users/jordio/)
 * (@jordio)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-problem-with-list-categories/#post-1507127)
 * [http://wordpress.pastebin.com/iL36PW7e](http://wordpress.pastebin.com/iL36PW7e)
 * sorry! 🙂
 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-problem-with-list-categories/#post-1507136)
 * Hi,
 * oh, cool. As you have already found the corresponding place, it should be as 
   easy as changing that line to
 *     ```
       $output .= "<p style='color:#000'>" . do_shortcode( $single->post_content ) . "</p>";
       ```
   
 * Best wishes,
    Tobias
 *  Thread Starter [jordio](https://wordpress.org/support/users/jordio/)
 * (@jordio)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-problem-with-list-categories/#post-1507154)
 * Man, you’re just great, it works perfect! Terrific!!!
 * Thanks a lot!! 😀
 *  [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-problem-with-list-categories/#post-1507216)
 * Fixed on version 0.10. Thanks!

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

The topic ‘[Plugin: WP-Table Reloaded] Problem with List-categories’ is closed to
new replies.

 * 7 replies
 * 3 participants
 * Last reply from: [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-problem-with-list-categories/#post-1507216)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
