Prio | Original string | Translation | — |
---|---|---|---|
function kia_add_subtitle_to_wp_title( $title ) {↵ if ( is_single() && function_exists('get_the_subtitle')) && $subtitle == get_the_subtitle( get_the_ID() ) ) {↵ $title .= $subtitle;↵ }↵ }↵ add_filter('wp_title','kia_add_subtitle_to_wp_title'); | You have to log in to add a translation. | Details | |
Original untranslated
function kia_add_subtitle_to_wp_title( $title ) {↵
if ( is_single() && function_exists('get_the_subtitle')) && $subtitle == get_the_subtitle( get_the_ID() ) ) {↵
$title .= $subtitle;↵
}↵
}↵
add_filter('wp_title','kia_add_subtitle_to_wp_title');
You have to log in to edit this translation. Meta |
Export as
Comment
Found in faq paragraph.