Last updated 2 years ago
Was this helpful?
This block type renders a .
template - the name of a template to render.
The code below renders the Listings page template.
echo ( new HivePress\Blocks\Template( [ 'template' => 'listings_view_page', ] ) )->render();