Comment on WordPress Header Images by SEO Dave.
The H1 code above was just to replicate the lost H1 header for SEO reasons on the home page which is the code above.
You could also use
<?php if (is_page("archives") || is_year() || is_month() || is_day() || is_home() || is_404() || is_author()) { ?><h1><?php bloginfo('name'); ?></h1><?php } ?>
This would use the name of the site in a H1 but not clickable, but still visible.
To use a clickable logo associated with a hidden H1 header would require a CSS technique that hides the link behind the image while keeping it clickable and in some cases could be seen as SEO blackhat.
If you have a really nice logo that says something like Amish America there’s no problem using a hidden H1 header link that would include the phrase Amish America because to the visitor there’s no real difference between a big H1 text and a big logo with the same message.
In comparison using the same technique but instead of a logo that says Amish America is shows says farmland it’s a bit SEO blackhat to use Amish America as the hidden H1 because the logo doesn’t match the H1 headers content.
It’s one of those SEO grey areas where you have to look at it from the perspective of a competitor reporting you to Google for hidden content (the text/link is hidden) and you being able to explain it to Google in a way they’ll see it as you aren’t adding elements not related to the logo: note: you wouldn’t actually get to explain it to Google (they wouldn’t ask why have you done this before considering adding a penalty), so if they look at your site it needs to be obvious it’s not trying to game Google. The first example above you’d be fine, the second example would be iffy.
Hesitant to use something like this with Stallion because people make mistakes. I’ll add I’ve never used this technique on my own sites because of the potential SEO risks, I’ve always used a visible H1 header.
David
More Comments by SEO Dave
WP Header Images
Understanding WordPress Image Uploads
Any images added under “Appearance” >> “Header” will be saved in your default uploads folder.
By default WordPress sets the uploads folder to
/wp-content/uploads/
Depending on the settings “Settings” >> “Media” determines exact location, if you’ve ticked
Organize my uploads into month- and year-based …
Continue Reading WP Theme Header Images
WP Header Images
Unregister WordPress Widgets
For SEO performance reasons the less used Stallion Responsive widgets (including the Stallion H1 Replacement Widget) and any SEO damaging WordPress core widgets are unregistered/disabled by default.
All widgets can be turned on/off under “Stallion Theme” >> “Performance Options”.
Full list of …
Continue Reading WP Theme Header Images
WP Header Images
Custom Stallion Header Image
See https://stallion-theme.co.uk/wordpress-header-images/
The double tagline and title is because you’ve turned both header areas on. Turn one on, one off.
David …
Continue Reading WP Theme Header Images
WP Header Images
Change WordPress Header
There are two header areas with Stallion Responsive, you have the Stallion 2011 Header area set, I have the Alternative Header Area set.
See options under the Stallion Layout Options page.
Also see the alternative header image header image option on the …
Continue Reading WP Theme Header Images
WP Header Images
How to Add an Amazon Carousel Widget to WordPress
There are multiple layout options for adding custom ads to the header area.
If you don’t want a header area at all (just ads where the header is) it can be turned off under “Stallion Theme” >> “Layout Options”. You’ll note …
Continue Reading WP Theme Header Images
WP Header Images
WordPress Custom Headers
There’s 10 custom header slots, 5 are jpg 5 are gif.
Filenames for the custom images are
c1.jpg
c2.jpg
c3.jpg
c4.jpg
c5.jpg
c1.gif
c2.gif
c3.gif
c4.gif
c5.gif
If you’ve installed the Stallion Responsive Child theme upload them to
“/wp-content/themes/stallion-responsive-child/headers/”
Or if no child theme:
“/wp-content/themes/stallion-responsive/headers/”
using an FTP program.
It’s best to add it to the …
Continue Reading WP Theme Header Images
WP Header Images
WordPress Custom Header Image
If you get an error there’s not enough space it means there’s not enough disk space for that image on the server. Depending on your host will determine how much disk space you have, some can be quiet low and …
Continue Reading WP Theme Header Images
WP Header Images
Clickable WordPress Header Area
Under Stallion Theme >> Layout Options your could
Activate Stallion 2011 Header Area
2011 Simplified Title Link Area OFF
and
Hide Original Stallion Header Area
With the Stallion 2011 Header Area the large image is clickable. Upload an image you like and you’ll have …
Continue Reading WP Theme Header Images
WP Header Images
Selecting a Custom WP Header Image
You’ve done the FTP part correctly, you can see the file is online at
recipefavourite.com/wp-content/themes/stallion-seo-theme/headers/c1.jpg
Looks like you haven’t set it to the custom image.
Stallion Colour Options >> Original Stallion Header Area Header Image : custom 1 jpg
David …
Continue Reading WP Theme Header Images
WP Header Images
Installing WordPress Themes
Two problems with your install.
1st Stallion ideally would be installed under the folder
/wp-content/themes/stallion-seo-theme/
You have it under
/wp-content/themes/stallion-theme-7.1.1(1)/stallion-seo-theme/
I guess you’ve used FTP and uploaded the extracted zip folder /stallion-theme-7.1.1(1)/ which includes the folder /stallion-seo-theme/, you should only upload the folder /stallion-seo-theme/
2nd you …
Continue Reading WP Theme Header Images
WP Header Images
Embedding a SWF File in WordPress
You’ve added it as a linked image (looks like you uploaded the swf file via the WordPress media uploader and inserted it as an image) to a text widget, swf files aren’t images they can’t be added that way, the …
Continue Reading WP Theme Header Images
WP Header Images
Adding Flash Banner Ads to WordPress
If you are using a Text Widget and have the code right (fully formed HTML) it should work. The Stallion Custom Ad widget is only for images unless you use the content box at the bottom which is the same …
Continue Reading WP Theme Header Images