0

I need to create a custom WordPress admin interface for a client. I want to completely disable the sticky post feature from admin area.

I found some posts on the internet that suggest to hide the checkbox using css, but I would really like to disable that feature both from edit and from quick edit screen.

Any ideas?

MKay
  • 121
  • 9

1 Answers1

0

Have a look at this similar question.

The answers here allow you to hide the checkbox using CSS, and to clear the Wordpress option, effectively deleting any record of sticky posts. Not perfect, in my opinion, but a working solution.

sqsinger
  • 500
  • 1
  • 3
  • 13