Skip to content

Instantly share code, notes, and snippets.

View alvaroveliz's full-sized avatar
🎯
Focusing

Alvaro Véliz alvaroveliz

🎯
Focusing
View GitHub Profile
@rfmeier
rfmeier / functions.php
Last active January 7, 2022 15:09
Enable taxonomy wildcard name searching within WordPress search.
<?php
/**
* Callback for WordPress 'pre_get_posts' action.
*
* If doing a search, set the post type to 'post'.
*
* @author Ryan Meier http://www.rfmeier.net/
*