faizanfarhat
Member
Posted 1 year ago #
i wank to keep a limited number of custom fields
so that every post may display those options only
i want to disable "add new custom field name" >(ENTER NEW) option
i think just removing/hiding link will do the trick, but i failed to found that particular piece of code
please check image for better understanding
faizanfarhat
Member
Posted 1 year ago #
faizanfarhat
Member
Posted 1 year ago #
4 days 0 answers :(
i just want to remove link of "Enter New"
I have same problem and no found any thread can help.
faizanfarhat
Member
Posted 1 year ago #
I have got the solution
Edit File
wp-admin/css/colors-fresh.css
add this..............
#enternew {
display:none;
}
this working fine, but also check if there is some other option to add these fields
faizanfarhat
Member
Posted 1 year ago #