MightyAdsense 4.1 and the_excerpt Reloaded
->
This is a brief manual on how to use upgraded MightyAdsense 4.1 with excerpts. Please note that default WP settings will list full posts on the main page which I know that MightyAdsense will be working correctly. However, depends on users preference, some may be using only excerpts on the main page or in category pages to suit some themes coding or any other interests. That’s where the problem with MightyAdsense will come into place - it’s not working smoothly with standard the_excerpt() function in Wordpress. I know there are some discussions over this issue at Wordpress, but I prefer to use simple solution by having the_excerpt Reloaded plugin to overcome the problem.
In order to have your ads to be displayed correctly in your excerpts, please be sure to have this comparison in your loop (index & category);
<?php if(function_exists(the_excerpt_reloaded)) {
the_excerpt_reloaded(100,'<a><img>','excerpt',TRUE,'read more');
} else {
the_excerpt();
} ?>
Take note that function the_excerpt_reloaded comes from the_excerpt Reloaded plugin and this comparison has no meanings without it. In order to have MightyAdsense 4.1 to be working correctly with excerpts, please download the_excerpt Reloaded and activate it as any other plugins.



November 26th, 2006 at 2:00 am
[…] Attention: MightyAdsense version 4.1 requires the use of the_excerpt_reloaded plugin by Kaf Oseo which can be downloaded at szub.net. This requirement however is ONLY applicable if you are using post excerpts on the main page. If you are using full posts (default WP settings), the_excerpt_reloaded is not needed. Learn more on how to use the_excerpt_reloaded with MightyAdsense 4.1 here. […]