Skip to content

Instantly share code, notes, and snippets.

@pije76
Forked from buchin/header.php
Last active August 29, 2015 14:06
Show Gist options
  • Save pije76/630dd88486fb79d91dc9 to your computer and use it in GitHub Desktop.
Save pije76/630dd88486fb79d91dc9 to your computer and use it in GitHub Desktop.
<?php
if(is_search()){
echo spp(get_search_query(), 'metadesc.html')
}
?>
{% api %}
{% for index, item in api %}
{% if index < 4 %}
{{ item.title | remove_common_words }}
{% endif%}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment