Tag Archives: codex

single_cat_title

Display or retrieve page title for category archive.This is useful for category template file or files, because it is optimized for category page title and with less overhead than wp_title().

2887

Continue reading

shortcode_parse_atts

Retrieve all attributes from the shortcodes tag.The attributes list has the attribute name as the key and the value of the attribute as the value in the key/value pair. This allows for easier retrieval of the attributes, since all attributes have to be known.

2863

Continue reading