I know it is possible to change the “Enter Title Here”. But is thereâs a function to add text (âhow to…â, âsimple rules to post…â) inside the post text/input area! Any help?
Leave a Reply
You must be logged in to post a comment.
I know it is possible to change the “Enter Title Here”. But is thereâs a function to add text (âhow to…â, âsimple rules to post…â) inside the post text/input area! Any help?
You must be logged in to post a comment.
Add some custom javascript to the admin area, using
wp_enqueue_script()
.The
placeholder
attribute does not work in Internet Explorer yet. You could fall back on a jQuery placeholder plugin if needed.You can use Qtip to write your how to…â, simple rules to post…”
and it will show on hover for each element
Update:
even simpler you can use “Jquery Form Field Default Value plugin“
Demo
Usage: