Get content in custom loop
-
Hi, I have small problem about getting properly formatted content from page builder. EG: I have “Bloccks” custom post type and when I’m getting post content by:
$post = get_post( 650 ); setup_postdata( $post ); the_content(); wp_reset_postdata();
the_conent() method output is not correct for builder. Is there a correct way to output builder content in custom loop?
- The topic ‘Get content in custom loop’ is closed to new replies.