StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-24-2012, 04:25 PM
EricaMueller EricaMueller is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Nov 2010
Posts: 31
Question Insert Ad Code After Every X Post

I would like to be able to insert an ad code after every 4th or 5th post in my loop. I'd like this to work across the site; home page, category archives, author archives, etc.

I'm guessing this can be done via Simple Hooks and a code similar to

Code:
<?php $postnum++; if($postnum%3 == 0) { ?>
--CODE HERE--
<?php } ?>
That doesn't work for me, so I'm guessing I need something a little different?

Anyone know how this should look for a Genesis theme?

Site is almost complete, on a sandbox here: http://technomomdesigns.com/sandbox/
 

Tags
ads, insert, post

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i insert extra ad code in the single post? erickz General Discussion 3 10-01-2009 08:42 AM


All times are GMT -5. The time now is 02:34 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.