Now, could you also do this with pages? Like if I wanted a certain page I created to have a certain header image could I just do:
elseif(is_page('journal')) echo('headerx')
Would that work? And if so, journal in this example would be the slug of the page, right?