Comment on Blix AdSense WordPress Theme by SEO Dave.
The post excerpt is an SEO feature to stop your index and archive pages from being too big (without this you can have 10 full posts on your index page!). There’s also duplicate content issues with copying so much content like this.
Yes you can do similar with the more tag, but for SEO reasons I wouldn’t advice changing the code because you’ll loose the SEO’d anchor text you see now (the text links you see now use the title of the post as anchor text, you don’t get this when using the more tag).
That said if you want to make the change it’s not that hard.
Open index.php in a text editor and find
<?php /* Post Teaser Addon Fix */ ?><?php if (function_exists('post_teaser22')) : ?><?php the_content(); ?> <?php else : ?><?php the_excerpt(','); ?><p>Continue Reading <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></p><?php endif; ?><?php /* Post Teaser Addon Fix */ ?>
This code is there to take advantage of a great plugin I’ve added to this page and for those that don’t use the plugin some WordPress coding that does a similar job.
Replace the above code with-
<?php the_content('[Read more]'); ?>
Save and upload the index.php file to your theme folder and check your home page.
Since I have no original Blix installations and don’t want to mess up the SEO of my own sites I didn’t test the above, but it should work.
If that worked OK do the same thing with your other archive template pages, archive.php and search.php.
For SEO reasons I would not make this change.
LOL just had a quick look at an original Blix template and looks like it uses the excerpt code as well.
David
More Comments by SEO Dave
AdSense WordPress Theme
Blue Blix WP Theme Bug Fix
Figured out your problem, you’ve got one too many links on your top navigation menu. The link that’s causing the problem shows when you hover over the home page link (on the navigation menu) and slide the mouse down a …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
Blue Blix WordPress Theme Isn’t Broken
Had a look at your sites code and ran it through the W3C Validator and there are no important errors (only error is related to a widget you are running with no content, looks like the Links widget).
Without looking at …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
AdSense Theme Setup
All you have to do is edit the adsense.php file found at /wp-content/themes/blix-adsense-seo-03/adsense.php (one setting and it works).
Easiest way to check your Google AdSense Publisher ID was added correctly is go to a page with the AdSense theme running and …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
WordPress Themes with Google AdSense Ad Channel Support
Google AdSense Ad Channel is not supported with this AdSense theme. This version of Blix with AdSense is quite old now and bits don’t work correctly in WordPress 3.* and I have no plans to fix it.
You are to a …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
WordPress AdSense Plugins
The WordPress AdSense themes doesn’t use an AdSense plugin, it’s all built into the themes code and so shouldn’t be influenced by other WordPress plugins.
Obviously if you ran one of my WordPress AdSense themes and an AdSense WordPress plugin it’s …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
AdSense WordPress Plugin
Blue Blix doesn’t use an AdSense WordPress plugin per se, the AdSense code is built into the theme and there’s no way for the AdSense code NOT to be run when a page loads, this assumes AdSense is turned on …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
WordPress Blix Color Schemes
It wasn’t easy to change the Blix color scheme, which is why I’ve only created the Blue Blix version and a Red one I didn’t finish.
So it’s not easy.
David …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
WordPress Theme Blix Update
This version of Blix works fine with WordPress 3.0 and WordPress 3.01 (been tested, no issues found).
I’d not got around to updating the sales pages :-)
David …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
Creating a Forum Theme
I’ve no plans to use this theme as the basis for a forum theme.
I based this theme on the original Blix so nothing stopping you using that theme as a basis for a forum theme.
David …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
Blix WordPress Theme Update
Yes Blix with AdSense/SEO is compatible with WordPress 2.8, 2.8.1, 2.8.2 and 2.8.3 and will be updated if anything breaks in the future.
David Law …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
Blix WordPress Theme
Decided to upgrade a couple of WordPress blogs to 2.8 before I went to sleep :)
Upgraded this site (site your on now runs WordPress) with no problems, so I know Talian works fine.
Also updated another site running a red version …
Continue Reading Free AdSense Theme
AdSense WordPress Theme
WordPress Excerpt Plugins
Hi April,
If you use my edited excerpt plugin you need do nothing, all the code is created so only one shows (default or the plugin version).
If you find another excerpt type plugin it won’t work with these themes as is, …
Continue Reading Free AdSense Theme