While tracking WordPress pageviews in Google Analytics is pretty easy to accomplish, another interesting metric for many websites is to track author statistics. Namely, how many pageviews is each of ...
We recently came across a need to exclude a set of custom posts from our WordPress search results page, based on a value set in the custom fields of those posts. The pre_get_posts action hook allows ...