andrewrmunro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding Custom Header to Vigilance ThemeOk,
So I made it work. Its probably not the most elegant way to do it but it works. You can check it out and https://www.andrewmunro.ca/portfolio
This is how my code looks inside the header.php file now, note that I commented out part of the code that kept showing the text title and link of the blog. Now I just have a clickable header image which shows on all of my pages:
<body <?php body_class(); ?>>
<div id=”wrapper”><img src=”https://www.andrewmunro.ca/portfolio/wp-content/images/portfolio%20banner3.jpg” align=”right” border=”0″ />
<div id=”header” class=”clear” >
<!–<?php if (is_home()) echo(‘<h1 id=”title”>’); else echo(‘<div id=”title”>’);?>“><?php bloginfo(‘name’); ?><?php if (is_home()) echo(‘</h1>’); else echo(‘</div>’);?>–>
<div id=”description”>
Forum: Themes and Templates
In reply to: Adding Custom Header to Vigilance ThemeI tried the solution posted above by zachpbass but it did not prove to be successful for me.
I inserted:
<img src=”wp-content/images/portfolio banner3.jpg” align=”right” border=”0″ />
This was inserted between the following tags within header.php
<div id=”wrapper”>
and
<div id=”header” class=”clear”>
This puts an image in the title on the Home Page but not on any other pages. How can I get this to show up on all my pages?
Forum: Themes and Templates
In reply to: Custom Header for the Vigilance ThemeI was able to add an image as a header on my home page, but for some reason unknown to me, the image does not appear for the other pages.
I added the following code within the header.php file:
<img src=”wp-content/images/portfolio banner3.jpg” align=”right” border=”0″ />
I put this just below the “<div id=”wrapper”>”
Can someone help me get this image to show up on each of my pages?
My website is https://www.andrewmunro.ca/portfolio