Viewing 7 replies - 1 through 7 (of 7 total)
  • 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

    (@jordio)

    Thanks a lot! ??

    Thread Starter jordio

    (@jordio)

    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. Please use the pastebin]

    Thanks a lot!

    Thread Starter jordio

    (@jordio)

    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

    (@jordio)

    Man, you’re just great, it works perfect! Terrific!!!

    Thanks a lot!! ??

    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.