Support

Account

Home Forums Backend Issues (wp-admin) How can I add the post date to Post Object select and display? Reply To: How can I add the post date to Post Object select and display?

  • y9u need to specify the post ID https://codex.wordpress.org/Function_Reference/get_the_date

    
    $title .= $post_date = get_the_date( 'j F Y', $post_id );