Jump to content

jReviews + Oxygen builder


Sektor

Recommended Posts

Hi,

Has anyone got jreviews working with Oxygen builder?

I managed for example to get the Submit New Listing page by using this code:

 

	do_action('jreviews_template:before_content');

	echo get_query_var('output');

	do_action('jreviews_template:after_content');

 

But I cannot get single listing pages to work. Because of the way that Oxygen builder works, it disables the internal wordpress theme system, and will output null by default.

 

Thanks
Alex

Link to comment
  • 2 months later...
×
×
  • Create New...