Add custom header & subtitle
-
Hey there,
I’m working on my very first WordPress theme, and I have at the top,
a <header> and within that, 2 <div>’s:
– a <div> where I want a customisable image
– a <div> containing some text.I would like to have the following:
header.php
<header>
<div id=”custom_image”>
<div id=”subtitle”>
</div>
</div>
</header>(the div custom_image has the same size as <header>
What do I have to put to give people the option to change the image from custom_image,
and how am I able to allow people to change the text in div subtitle?Thanks !!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add custom header & subtitle’ is closed to new replies.