Hi all,
I'm using a theme frameowork and a child theme. I'd like to insert a line inbetween the title (site-title) and the description (site-description) of my blog using a <hr/> tag which I already styled in my stylesheet.
The problem is that I can't seem to find where WordPress is putting together the title and the description. My theme framework does include a header.php but it's only a function to display the content there. I don't know where this content comes from. Where should I paste my <hr/> tag?
Thanks!
P.