Top Google Search Results
- Plugin API/Filter Reference/single template « WordPress Codex
The "single_template" filter can be used to load a custom template for a given post or page. It will replace the template used whenever the "single" template is ... - template - Problem getting single_template filter to work - I want to ...
Feb 21, 2012 ... Problem getting single_template filter to work - I want to serve a different single. php file for posts in a certain category ... - single_template Wordpress hook details -- Adam Brown, BYU ...
Important warning! This hook does not occur in the most recent version of WordPress (3.3). Do not use it. It is deprecated. You should look at the list of " related ... - Create Custom Single Post Templates for Specific Posts or Sections ...
Oct 7, 2009 ... Define a constant path to our single template folder */ define(SINGLE_PATH, TEMPLATEPATH . '/single'); /** * Filter the single_template with ...