Is it possible to make one of two custom fields in Custom Post Type UI Required but not the other?
You should use Advanced Custom Fields. If I understand what you want to do correctly, you can add a Select Field with Radio Buttons, and then build conditional Page Link and Text (for the URL) Fields that appear based on the Select Field button. You would then build an if/else statement in the code: <?php … Read more