Comment on WordPress Header Images by SEO Dave.
The Stallion theme has optimized H1 headers for all page types.
For blog Posts, static Pages, Categories, Tags and Search Results the H1 is located just below the rotating banner images.
For the home page and dated archives it’s the title of the site located within the header. On the other page types the title of the site has no header (just a link).
This is pretty much the perfect automated H1 header setup as long as when you name parts of a site SEO is taken into account (call your site “My New Site” it’s not going to rank for much), the home page uses the name of the site, categories, tags search results are a H1 header and for pages and posts the title of the post is the H1 header.
If you remove the code for the title of the site (replace with an image link) you’ll loose the H1 header for the home page and dated archives. Since the dated archives have about as much SEO value as a dead fish, you don’t loose much there :-) but you would loose your built in H1 home page header.
Ideally you’d remedy this by adding it back in somewhere else.
If you use a static front page the home page will be like a Static Page and will have a H1 header below the banner images, (see the home page of the Stallion site for an example) so no need to add an H1 header anywhere else.
If you use the default home page with the standard post archives there will be no H1 header (as you found). You could add it back in with some conditional home page code.
<?php if (is_page("archives") || is_year() || is_month() || is_day() || is_home() || is_404() || is_author()) { ?><h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1><?php } ?>
This code is copied from the header.php template file
You could put this in your index.php template file just above
<div id="post-entry">
You might need to add some relevant css to make it look right (not tested).
Adding the option to remove the site title was a last minute idea, so didn’t cross my mind to re-add the H1 header, will see if I can automate this in a future update.
David
Update: Stallion 7+ has a replacement H1 header built in as a widget.
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