Archive | Functions RSS feed for this section

get_taxonomy_template

Retrieve path of taxonomy template in current or parent template.Retrieves the taxonomy and term, if term is available. The template is prepended with ‘taxonomy-‘ and followed by both the taxonomy string and the taxonomy string followed by a dash and then followed by the term.

1735

Continue reading

get_taxonomy_labels

Builds an object with all taxonomy labels out of a taxonomy objectAccepted keys of the label array in the taxonomy object:

1733

Continue reading

get_taxonomy

Retrieves the taxonomy object of $taxonomy.The get_taxonomy function will first check that the parameter string given is a taxonomy object and if it is, it will return it.

1731

Continue reading