home ~ Changing Post Title Placeholder as “Enter Title Here”

Changing Post Title Placeholder as “Enter Title Here”

On functions.php

 

function changing_enter_title_here_on_wp_post( $title ){
$screen = get_current_screen();
if ( ‘branch’ == $screen->post_type ){
$title = ‘Enter Branch Name’;
}
return $title;
}

add_filter( ‘enter_title_here’, ‘changing_enter_title_here_on_wp_post’ );

काक चेष्टा, बको ध्यानं, श्वान निंद्रा तथैव च । अल्पाहारी, सदाचारी एतद विद्यार्थिन पंच लक्षणं ।।...read more

signature

Quote Of The Day