Posts tagged: template

WordPress Theme Functions

1. Conditional functions
To begin at the beginning, we’re talking about is_home(), is_search() etc. The whole collection of functions is here – and the majority are handled in a very similar way.
This family of conditional functions is related to the template file hierarchy – and since their use can save a lot of time and [...]