I’m using ajax in WordPress to display a post and need that post to display as it normally would when going to that page. When I use the_content() it displays what seems to be the form to add content in the page builder without all the styling and js. If I use get_template_part from inside the custom loop to display the content I get no content as it bombs out at the while loop in the single-post template inside the swift-framework/layout folder. I’ve tried changing my loop and tinkering with the code inside the framework layout to test and still get nothing.