Quick Reference Guide
Essential functions, hooks, and patterns for ExtraChill theme development. Template Functions View Counting // Display view count (provided by extrachill-analytics) if ( function_exists( 'ec_the_post_views' ) ) { ec_the_post_views(); // Outputs:...