I want to display an extra title field for comments, that can be edited by the admin in the backend. NB, The extra title field also needs to display when the user is logged in. I have tried a range of plugins with no success. Can anyone point me in the right direction. Thank you.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
maybe you can save your title as an option (as a theme option, plugin option) and output it when you need in your templates check the Option API you can use:
|
|||
|
|
