Prevent Title Edit In post.php

You can use a simple jQuery code to disable the title field.

jQuery(document).ready(function() {
poststatus = /* get this from your php code */
if( poststatus != "auto-draft" ) {
jQuery( "#title" ).attr( 'disabled', true );
});

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)