Tagged Questions
0
votes
1answer
106 views
Header Link function not working. Problem with bloginfo()
I'm writing a function to make all of my header images link to their respective home pages. I wrote this function:
function get_category_location(){
$header = get_category_header();
...