***This file is currently being populated with descriptions and examples. Check back frequently for the full rundown of theme filters.***
Please click on a filter below to review it. Each filter comes with a short description and an occasional example usage. These filters are spread all throughout the theme, so I encourage you to look through the template files to get a better understanding of the positioning of the filters and how they work.
**Note: any sample filters will begin with “themename”. Please replace “themename” with the name of your custom child theme. This helps deal with potential conflicts from plugins. Here is a sample function for you to view:
// This will change the "Leave your comment below!" text to "Let's hear your thoughts!"
add_filter( 'inline_respond_form_text', 'themename_custom_respond_text' );
function themename_custom_respond_text( $text ) {
$text = "Let's hear your thoughts!";
return $text;
}
- inline_respond_comment_text
- inline_comment_number_text
- inline_comment_args
- inline_pingback_args
- inline_respond_form_text
- inline_paginate_comments
- inline_commenter_says
- inline_get_avatar
- inline_doctype
- inline_logo_title
- inline_meta_author_text
- inline_post_meta_separator
- inline_meta_author_link
- inline_post_meta_comments_zero
- inline_post_meta_comments
- inline_post_meta_comments_one
- inline_post_meta
- inline_index_post_thumbnail
- inline_full_middle_thumbnail
- inline_full_side_thumbnail
- inline_full_post_thumbnail
- inline_full_width_thumbnail
- inline_read_more_text
- inline_custom_link_pages
- inline_post_tags_text
- inline_post_pagination_text
- inline_blog_title_label
- inline_blog_title
- inline_cpt_title_label
- inline_cpt_title
- inline_search_results_text
- inline_search_no_results_text
- inline_page_title
- inline_404_title_label
- inline_404_title
- inline_archive_title_label
- inline_category_title
- inline_tag_title
- inline_month_title
- inline_day_title
- inline_tax_title
- inline_author_title
- inline_search_text
- inline_query_no_results_text
- inline_month_archives_text
- inline_recent_archives_text
- inline_category_archives_text
- inline_author_archives_text
- inline_search_archives_text