Sha256: a00752336503fd7bdb7ff3b6c543dc52793d2a503e5ed9a59e63263d76874a3c

Contents?: true

Size: 167 Bytes

Versions: 10

Compression:

Stored size: 167 Bytes

Contents

<?php
$context = Timber::get_context();
$context["query"] = get_search_query();
$context["posts"] = Timber::get_posts();

Timber::render("search.twig", $context);

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
edge_framework-2.1.1 template/wordpress/search.php
edge_framework-2.1.0 template/wordpress/search.php
edge_framework-2.0.0 template/wordpress/search.php
edge_framework-2.0.0.a template/wordpress/search.php
edge_framework-1.4.1 template/wordpress/search.php
edge_framework-1.4.0 template/wordpress/search.php
edge_framework-1.3.6 template/wordpress/search.php
edge_framework-1.3.5 template/wordpress/search.php
edge_framework-1.3.3 template/wordpress/search.php
edge_framework-1.3.2 template/wordpress/search.php