<?php
add_action('admin_footer','posts_status_color');
function posts_status_color(){
?>
<style>
.status-draft{background: #fc9 !important;}
.status-pending{background: #cff !important;}
.status-publish{/* so lassen wie es ist */}
.status-future{background: #cf9 !important;}
.status-private{background:#f99;}
</style>
<?php
}
Posts je nach Status im Backend einfärben
Füge den Code einfach in die functions.php deines Child-Themes oder nutze ein Code Snippet Pugin, wie zum Beispiel AdvancedScripts oder noch besser WPCodeBox