Comment on Stallion Responsive WordPress SEO Theme by SEO Dave.

Stallion WordPress SEO Package Leave the H1 self link feature turned off until I fix the CSS, you realise it’s a link to the page you are already on so having it turned off doesn’t remove a useful feature?

Added the option thanks to Mark, he’d noticed there was a high click rate on the link which isn’t ideal: will confuse your visitors, they click it and they don’t go anywhere.

So added the self H1 link on as an option, I have it turned off and if I only designed Stallion Responsive for me would have not bothered having the option to have it a link.

I miss the link during development, used to click it to reload the page, so was really important to me, can’t think of any reason why a normal user would want a link to the page they are on?

Update: few mins after posting this comment had a look at the code and was obvious what I’d done to break it.

edit the file /stallion-responsive/layout/link_h1_self.php

Change the firt instance of

<h1 id="contread">

to

<h1 class="stpostlink">

Only change the first copy of the H1 code (there’s two in the file, the second one is correct and used for when the H1 isn’t linked).

I’d used the contread id for the linked H1 when should have been the the stpostlink class.

David