Multiple Colums not showing when page displayed with apply_filters()
We use Sight Orign Page Builder for our Premium themes. Colums and stylesheets are showing with template pages. But Colums not showing when page displayed with following code $page = get_post(’12’); echo apply_filters(‘the_content’, $page->post_content); may be css not loading. How…