I have used AJAX call to generate blog post on click and with
get_template_part( ‘framework/views/integrity/content’, get_post_format( ) );
It’s always been working with that format, but after the recent updates it returns a 500 server error, and based from the debug log, there’s an error in the content.php views, which was not the case before.
Were there any major changes to the theme that it’s not working with get_template_part anymore?
I’ve also tried the x_get_view style instead of get_template_part, it says the ajax request was a success but it returns blank content.
If you have any idea that could point me to a right direction, It’d be great.
Thanks!