table press does not work in custome post type

[ad_1]

table press does not show up any more in my custome post page.

my post page show up.

Hi!

Thanks for your post and sorry for the trouble!

It looks like you are using the get_the_content() template tag function (wrapped in wp_kses_post()). This will not work, because Shortcodes are only evaluated when WordPress runs the the_content filter hook, which is called in the the_content() template tag function.

So, if you replace

echo wp_kses_post(get_the_content());

with

the_content();

the TablePress Shortcodes (and Shortcodes from other plugins) should work fine.

Regards,
Tobias

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer