![]() |
Looking for Plugin that lets u insert ads
Between Posts. I am using a wordpress tube site
ex Video 1 Video 2 Video 3 --ad-- video 4 video 5 tnx. I;'ve google around, nothin.. |
Lil' bump for you ...
|
how about using wp shortcodes...
here's how to do it... In posts you put these tags where you want those ads [videoad1] [videoad2] [videoad3] and in functions.php you simply add: Code:
function videoad1_shortcode(){ |
I was looking for this for one of my site. Will try it out :thumbsup
|
Quote:
just add it before the end of the loop, or wherever you want it to show up in the markup of the theme code. something like this. Code:
if ( ( $wp_query->current_post + 1 ) % 3 === 0 ) { Code:
<?php if ( ( $wp_query->current_post + 1 ) % 3 === 0 ) :?> |
Good point fris!
Somehow I overlooked the fact that it has to be inside a list... %3===0 is the way to go... |
Quote:
i think it counts first as zero, and second as 1 |
All times are GMT -7. The time now is 07:22 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123