I have looked in here and across the internet but I can not seem to find an answer.
Is there a way to change the values of the ratings. By Default it seems to be 0 to 10, but I can not find a way to modify this feature to something like 0 to 20 or something.
Thanks.
See the function
link_advanced_meta_box()
inwp-admin/includes/meta-boxes.php
:The value is hard-coded.
You could deregister the metabox
'linkadvanceddiv'
and register your own instead.Be aware the link manager has no future. I would use a custom post type instead with specialized meta data handling.