Skip to content

Instantly share code, notes, and snippets.

@buchin
Last active December 19, 2015 03:19
Show Gist options
  • Save buchin/5889822 to your computer and use it in GitHub Desktop.
Save buchin/5889822 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