I'd like to add a custom get_header for my archive, so that the header is different, just for the archive. I've tried creating a page archiveheader.php and then in archive.php instead of <?php get_header(); ?> I use <?php get_archiveheader(); ?>
This didn't work, I don't really know what I'm doing so perhaps someone could help me out.