Post Title
-
Good day
How can I change this code to display the post ID after the title instead of the date & time?
function usp_customize_default_title($title, $time) {
return $title .’ – ‘. $time;
}
add_filter(‘usp_default_title’, ‘usp_customize_default_title’, 10, 2);Thank you.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Post Title’ is closed to new replies.