I want the date and time above the title of my post. I want to be able to add padding, and adjust the size and weight as well. Here is what I’ve tried, taken from this forum, but it isn’t working.
/*Move Date Above Title*/
add_action( ‘after_setup_theme’,’date_above_title’ );
function date_above_title() {
remove_action( ‘wpsp_after_title’,’wpsp_add_post_meta_after_title’ );
add_action( ‘wpsp_before_header’,’wpsp_add_post_meta_after_title’ );
}
https://www.thedailyreach.com