@forwardslashns/fws-cli
Version:
CLI meant to work together with other Forwardslash boilerplates.
20 lines (16 loc) • 419 B
Plain Text
/**
* Template View for displaying Listings
*
* @link https://internal.forwardslashny.com/starter-theme/#listings
*
* @package fws_starter_s
*/
// get template view values
$query_var = get_query_var( 'content-listings', [] );
// set and escape template view values
$title = esc_textarea( $query_var['title'] ) ?? '';
<div class="<%= str %>">
<h2> echo $title; </h2>
</div><!-- .<%= str %> -->