Tagged Questions
1
vote
1answer
77 views
Hide page visual editor if template is selected - redux
The answer given to a previous and identical question is unfortunately not working on my WP install.
I'm using a version of the function recommended there.
function nim_hide_editor() {
$post_id ...
0
votes
1answer
354 views
How to hide wordpress default description box?
I'm using custom fields in my wordpress default post area. So i don't want wordpress default description box.
I mean i dont want this field.
Instead of description box i want excerpt box there. ...