Re: No Title of Each Posts and Pages
OK, I did change from bp to mikey likeā¦
//
function mikey_page_title() {
echo mikey_get_page_title();
}
function mikey_get_page_title() {
/////
return apply_filters( ‘mikey_page_title’, $blog_title . ‘ | ‘ . esc_attr( $title ), esc_attr( $title ) );
//
And I did change the header.php of title tags:
mikey_page_title()
Its works! OK, but where and what is the code for headline posts and pages?
Thanks, Mikey3D