Archive | Functions RSS feed for this section

locate_template

Retrieve the name of the highest priority template file that exists.Searches in the STYLESHEETPATH before TEMPLATEPATH so that themes which inherit from a parent theme can just overload one file.

2297

Continue reading

load_theme_textdomain

Loads the theme’s translated strings.If the current locale exists as a .mo file in the theme’s root directory, it will be included in the translated strings by the $domain.

2293

Continue reading

load_textdomain

Loads a MO file into the domain $domain.If the domain already exists, the translations will be merged. If both sets have the same string, the translation from the original value will be taken.

2291

Continue reading

load_template

Require the template file with WordPress environment.The globals are set up for the template file to ensure that the WordPress environment is available from within the function. The query variables are also available.

2289

Continue reading