GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   any wordress plugin that does this.... (https://gfy.com/showthread.php?t=930548)

DVTimes 09-29-2009 09:40 AM

any wordress plugin that does this....
 
puts a radom banner between posts.

stickyfingerz 09-29-2009 09:40 AM

bunch of them actually.

DVTimes 09-29-2009 09:43 AM

which is the best and can you give me a link to them please.

thank you.

TheDA 09-29-2009 09:43 AM

Quote:

Originally Posted by allanuk (Post 16370522)
puts a radom banner between posts.

yes, there is.

DVTimes 09-29-2009 09:45 AM

Quote:

Originally Posted by TheDA (Post 16370537)
yes, there is.

cool

any links to them please.

TheDA 09-29-2009 09:48 AM

Quote:

Originally Posted by allanuk (Post 16370540)
cool

any links to them please.

sorry I can't post my answer I don't have enough letters.

Lace 09-29-2009 09:48 AM

I'm pretty sure you can just run WPAds and insert it into your template.

Jayvis 09-29-2009 09:51 AM

http://www.maxblogpress.com/plugins/mba/

something like this?

awxm 09-29-2009 09:51 AM

I tested a few last week and this one was my favourite.

http://www.datafeedr.com/random-ads-plugin/

DVTimes 09-29-2009 09:52 AM

thank you all

whiskey dick 09-29-2009 09:55 AM

I use something like this
Code:

<?php
$bannerAd[1] = 'banner ad code';
$bannerAd[2] = 'banner ad code';
$adCount = count($bannerAd);
$randomAdNumber = mt_rand(1, $adCount);
echo $bannerAd[$randomAdNumber];
?>


Horny Dude 09-29-2009 10:58 AM

Quote:

Originally Posted by FruitPanda (Post 16370575)
I tested a few last week and this one was my favourite.

http://www.datafeedr.com/random-ads-plugin/

Thanks for this one!:thumbsup

fris 09-29-2009 12:45 PM

http://meandmymac.net/plugins/adrotate/

I dont like to spam a banner after every post, I like to put every three posts

this will show a random banner using zone 1 with adrotate

Code:

<?php if (have_posts()) : ?>
 
<?php $count = 0; ?>
 
<?php while (have_posts()) : the_post(); ?>
 
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?></small>
 
<div class="entry">
<?php the_content('Read the rest of this entry &raquo;'); ?>
</div>
 
<p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
</div>
 
<?php if(++$counter % 3 == 0) : ?>

<?php echo adrotate_banner('1'); ?>

<?php endif; ?>
 
<?php endwhile; ?>
<?php endif; ?>

hope this helps


All times are GMT -7. The time now is 01:15 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123