Check which you set primary key on table.
If primary key not exist,
you can’t use workbench edit mode.
Check which you set primary key on table.
If primary key not exist,
you can’t use workbench edit mode.
input:focus {
outline: none;
}
input::-ms-clear {
display: none;
}
Settings
>> Discussion
>> uncheck “Allow people to post comments on new articles”
This will affect new posts, but not old.
Access your wordpress database
>> change value of comment_status’s column
of wp_posts’s table to “closed”
If you can access db directly, this can help you