Jump to content

Recommended Posts

Posted

I am following a video series I purchased on KIllersites to design my own Wordpress theme. It worked great but he did not cover how to insert a custom designed header into a custom Wordpress theme. Can any one help as to the proper php markup as well as how to reference my custom header.

 

Thanks!!!

Posted

The header is just inserted with XHTML and CSS. There's no special trick. And usually, it goes in the header.php file. If you still need help, maybe you could post the code you have so far or a link to your page?

Posted (edited)

Well, I would put it here:

 

<?php bloginfo('name');?>

<?php bloginfo('description');?>

 

header-imagename.jpg

 

 

And then you'll have to do some CSS work on the blog name/description to either display them on top of your header image or to hide them behind it.

Edited by Susie

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...