Thread Starter
bleepa
(@bleepa)
I think i got it.
I just added wp_update_post( array( 'ID' => $post_id ) ); to the ‘save’ function in fields/taxonomy.php.
It seems to work perfectly!
Thanks for such an awesome plugin!!
Thread Starter
bleepa
(@bleepa)
Well, I am using another plugin called ‘Revision Control’ that does record changes in terms.
However, I have noticed this only happens when you update the post from the admin side. Is there any way to emulate the use of the ‘update’ button on the front-end?
Thread Starter
bleepa
(@bleepa)
Considering live is now a deprecated method, I tried to use the .on() method and it that stopped making fields editable i.e. the edit button would not appear.
jQuery('#status select').on('change', function () { alert('changed'); });