MightyAdsense 4.1 and the_excerpt Reloaded

This is a brief manual on how to use upgraded 4.1 with excerpts. Please note that default WP settings will list full posts on the main page which I know that 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 will come into place - it’s not working smoothly with standard the_excerpt() function in . I know there are some discussions over this issue at , but I prefer to use simple solution by having the_excerpt Reloaded 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 and this comparison has no meanings without it. In order to have 4.1 to be working correctly with excerpts, please download the_excerpt Reloaded and activate it as any other plugins.

Posted September 22nd, 2006 by mightyhitter under Google Adsense

 

No Responses to “MightyAdsense 4.1 and the_excerpt Reloaded”

  1. 1Unlimit.com » Archive » MightyAdsense Says:

    […] 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. […]

Leave a Reply