Archive | Filters RSS feed for this section

twentyten_setup

Sets up theme defaults and registers support for various WordPress features.Note that this function is hooked into the after_setup_theme hook, which runs before the init hook. The init hook is too late for some features, such as indicating support post thumbnails.

3113

Continue reading

translate_smiley

Convert one smiley code to the icon graphic file equivalent.Looks up one smiley code in the $wpsmiliestrans global array and returns an string for that smiley.

3085

Continue reading

translate

Retrieves the translation of $text. If there is no translation, or the domain isn’t loaded, the original text is returned.

3081

Continue reading

the_weekday_date

Display the weekday on which the post was written.Will only output the weekday if the current post’s weekday is different from the previous one output.

3059

Continue reading