Comment on Technical Support by SEO Dave.
With any of the Stallion Responsive templates no need to edit them to remove comments, just edit the post/page and disable comments and nothing related to comments loads.
For the Sales Page template that would leave the footer area which would need editing. this would still use Stallion Responsive CSS styling which wouldn’t be completely blank.
If you want to have 100% control over everything you need a pretty much blank template file.
This code below will work with any WordPress theme:
Create a new file called page-blank.php either in the child theme folder or the parent theme folder.
Add this code:
<?php /* Template Name: Blank Template */ ?> <?php remove_filter('the_content', 'wpautop'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php endif; ?>
This is as blank as it gets, you will have to add all HTML code and CSS styling and paste it into the post edit page, nothing from the theme will be used on that page output all you see is the content (no header or footer unless you add an HTML header and footer).
This will post the content including code exactly how you add it except for where content is meant to be reformatted by WordPress or a plugin. If you add a YouTube URL for example it will be converted to a YouTube embeded video.
I’ve added the wpautop filter on the content, this will stop paragraph tags from being automatically added. If some code is converted by WordPress, a YouTube video URL, a smiley face :-) (WordPress has a lot of built in filters) you would need to figure out what is being changed and search for the relevant WordPress filter (like the wpautop filter, the smiley version is convert_smilies in the place of wpautop).
Note: If you use this the post/page using the template won’t have any of the Stallion Responsive SEO features shown on the actual webpage. All the Stallion Responsive keyphrases and other features that work on other parts of the site will still work, but they won’t show on that post/page. So if I used it for this post the links to this post would still use anchor text like “Online Technical Support” and “Technical Support” since those are some of the keyphrases set for this post.
You should also set a WordPress excerpt (on the edit post screen) if this is a post that’s categorized, otherwise WordPress will automatically create an HTML free version of the content as an excerpt on archive parts of the site and it won’t be ideal.
David
More Comments by SEO Dave
Online Technical Support
Display Widgets Plugin v4.0.0 Security Update
I’ve released a Free Security Update/Upgrade of the Display Widgets Plugin which is called v4.0.0 and is malicious code free and extends the widget logic features.
I’ll be supporting the new version with new future updates: it’s not going in the …
Continue Reading Online Tech Support
Online Technical Support
WordPress SEO Plugin Support
I develop a WordPress SEO theme (Stallion Responsive) and four WordPress plugins:
Stallion WordPress SEO Plugin
Display Widgets SEO Plus Plugin
WordPress SEO Comments Plugin
WordPress Comment Titles SEO Plugin
Which plugin are you using including version number?
How does it slow your site down (backend: …
Continue Reading Online Tech Support
Online Technical Support
Stallion SEO Plugin Canonical to Blog Archive Rather than Home
Glad you’ve found the Stallion SEO Plugin useful.
Funnily enough the reason for commenting out the code (which works fine for what you want) was I thought it was confusing keeping it in without another option explaining the difference between Home …
Continue Reading Online Tech Support
Online Technical Support
Google Webmaster Tools Duplicate Title Tags Due to Yoast WordPress SEO
There’s an article on the site about Duplicate Title Tags and there’s a comment specific to the Yoast WordPress SEO plugin overriding the WordPress SEO Comments plugin title tags : Wrong Yoast SEO Title Tags.
The WordPress SEO Comments Plugin creates …
Continue Reading Online Tech Support
Online Technical Support
W3 Total Cache Plugin Version 0.9.5 PHP Fatal Error
To upgrade from an older version of Stallion Responsive to the latest version should be a simple case of going to your WordPress Dashboard, hoverover the Dashboard link on the left menu, click Updates. Under themes there should be a …
Continue Reading Online Tech Support
Online Technical Support
Google Large Ads Above the Fold on Mobile Fix
I’m aware of the “Large ads above the fold on mobile” issue with Stallion Responsive, it was fixed in a Stallion Responsive update.
Upgrade from Stallion Responsive 8.2.1 to Stallion Responsive 8.4 and the issue will be resolved. You should see …
Continue Reading Online Tech Support
Online Technical Support
Duplicate Yoast SEO Plugin Open Graph Meta Tags
Had a quick look at your site (home page and a WordPress Post) and you don’t have duplicate meta description tags, you have duplicate OG (Open Graph) meta tags.
You have the Yoast SEO OG tags and another smaller set of …
Continue Reading Online Tech Support
Online Technical Support
Stallion 6 vs Stallion Responsive 8
Stallion version 6 is way out of date and lacks mobile responsive design which is now part of the Googles algorythm.
Stallion Responsive version 8 includes a lot of new features (including mobile responsive design), so you are missing out on …
Continue Reading Online Tech Support
Online Technical Support
Hard to Get a Large Site Fully Indexed in Google
It used to be a lot easier to get large sites fully indexed in Google, but now it takes a lot more SEO effort: basically more high quality backlinks.
The recipe site was partially automated, used some recipe databases to pull …
Continue Reading Online Tech Support
Online Technical Support
Silo SEO Using WordPress Categories
If it’s a website with thousands of WordPress posts rather than pages (static pages), spread over a fair number categories based on theme (the categories are the silos) then the Stallion Responsive built in silo SEO features will work REALLY …
Continue Reading Online Tech Support
Online Technical Support
Stallion Responsive Email Updates
Regarding technical support it’s always via comments on this site unless the information can’t be made public: if it has to be private support there’s contact details on the main Stallion options page (I ignore support requests sent by email …
Continue Reading Online Tech Support
Online Technical Support
PHP 7 WordPress Theme Compatibility
I don’t have a server running PHP 7 yet, so can’t be sure. Got to find the time to setup a Wamp server or XAMPP server running PHP 7 for testing.
WordPress core has been testing under the PHP 7 environment …
Continue Reading Online Tech Support