Archive | Functions by letter t RSS feed for this section

twentyten_remove_gallery_css

Deprecated way to remove inline styles printed when the gallery shortcode is used.This function is no longer needed or used. Use the use_default_gallery_style filter instead, as seen above.

3109

Continue reading

twentyten_page_menu_args

Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link.To override this in a child theme, remove the filter and optionally add your own function tied to the wp_page_menu_args filter hook.

3105

Continue reading

twentyten_excerpt_length

Sets the post excerpt length to 40 characters.To override this length in a child theme, remove the filter and add your own function tied to the excerpt_length filter hook.

3103

Continue reading

twentyten_custom_excerpt_more

Adds a pretty “Continue Reading” link to custom post excerpts.To override this link in a child theme, remove the filter and add your own function tied to the get_the_excerpt filter hook.

3101

Continue reading