Skip to content

Instantly share code, notes, and snippets.

@ellenbo
Last active February 26, 2018 21:07
Show Gist options
  • Save ellenbo/0b41e30cfbef160388a2592ac692bc9d to your computer and use it in GitHub Desktop.
Save ellenbo/0b41e30cfbef160388a2592ac692bc9d to your computer and use it in GitHub Desktop.
Add Toolset View to template file
// Field
types_render_field( "field-slug", array( ) )
// View
$view_variable_name = array( 'title' => 'View Name' );
echo render_view( $view_variable_name );
// Content Template
echo render_view_template( ID-OF-CONTENT-TEMPLATE );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment