How to change the URL of a clickable banner?
I recommend you register a post type called ‘header_slide’ and use the featured image of said posts as the banner. Do a query with a maximum of 1 post per page and display the banner, and add the url as a custom field. Something similar to this: $q = new WP_Query(array( ‘post_type’ => ‘header_slide’, ‘posts_per_page’ … Read more