Call a post content with pagebuider filter on an another post page
Hi guys, I’ve got an issue with page builder. I’ve tried to call an associated post on an another post via single template with the following code : $post_id = 37; $queried_post = get_post($post_id); $content = $queried_post->post_content; $content = apply_filters(‘the_content’,…