Hello,
I want to hide some columns in EditPost.aspx but i want to use that column in NewPost.aspx.
What should i do?
Fyi, im tried this code but not working.
jQuery(document).ready(function($) {$('nobr:contains("Status Admin")').closest("tr").hide();
});
Thank You.