<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: BuySell Add Placement after Featured Post</title>
		<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post</link>
		<description>Support Forum - Topic: BuySell Add Placement after Featured Post</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 11:12:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/buysell-add-placement-after-featured-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23734</link>
			<pubDate>Fri, 29 Jul 2011 06:19:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that it works now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GraphicsFuel on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23714</link>
			<pubDate>Thu, 28 Jul 2011 19:04:49 +0000</pubDate>
			<dc:creator>GraphicsFuel</dc:creator>
			<guid isPermaLink="false">23714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!  Got it working, but I had to change&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ($adcount == 1) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ($adcount == 0) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;to show under the very top post.&#60;/p&#62;
&#60;p&#62;I really appreciate the help!&#60;/p&#62;
&#60;p&#62;GF
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23642</link>
			<pubDate>Thu, 28 Jul 2011 07:08:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23642@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to place:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$adcount = 0;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;before the post loop and the if condition:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ($adcount == 1) : ?&#38;gt;

&#38;lt;!-- BuySellAds.com Zone Code --&#38;gt;
&#38;lt;div style=&#38;quot;margin: 0 0 20px 0; height: 126px;&#38;quot;&#38;gt;
&#38;lt;div id=&#38;quot;bsap_1252797&#38;quot; class=&#38;quot;bsarocks bsap_b8c7a02764400e5ca5113690f392c085&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;!-- End BuySellAds.com Zone Code --&#38;gt;

&#38;lt;?php endif; $adcount++; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;inside the post loop.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GraphicsFuel on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23599</link>
			<pubDate>Wed, 27 Jul 2011 17:48:27 +0000</pubDate>
			<dc:creator>GraphicsFuel</dc:creator>
			<guid isPermaLink="false">23599@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;I do appreciate your response,  but I'm still confused about how and where to add the code and exactly what the code should look like.  I know nothing about php, so I certainly be greatful, if you could provide an example of how the code would look with the ad and where in the loop-index.php the code would be inserted.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;/p&#62;
&#60;p&#62;GF
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23552</link>
			<pubDate>Wed, 27 Jul 2011 07:32:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok in this case use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$adcount = 0;
if ($adcount == 1) {
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The only difference to your code is that I defined $adcount first.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GraphicsFuel on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23513</link>
			<pubDate>Tue, 26 Jul 2011 12:03:36 +0000</pubDate>
			<dc:creator>GraphicsFuel</dc:creator>
			<guid isPermaLink="false">23513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you tell me where in the loop or code, I would place this code to get it to show after the 1st &#34;article&#34;?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;GF
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23398</link>
			<pubDate>Mon, 25 Jul 2011 05:27:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23398@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd change the counter code from:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ($adcount == 1) : ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$adcount = 0;
if ($adcount &#38;lt; 1) {
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code will only show for the first post then.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GraphicsFuel on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23389</link>
			<pubDate>Sun, 24 Jul 2011 20:22:10 +0000</pubDate>
			<dc:creator>GraphicsFuel</dc:creator>
			<guid isPermaLink="false">23389@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Until I got a response, I inserted this code below the post loop:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div style=&#34;margin: 0 0 20px 0; height: 126px;&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;bsap_1252797&#34; class=&#34;bsarocks bsap_b8c7a02764400e5ca5113690f392c085&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It works fine - but I need it under the top featured post.....would assume it needs some sort of counter to make sure it lands after the first post and not under every post.&#60;/p&#62;
&#60;p&#62;GF
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23364</link>
			<pubDate>Sat, 23 Jul 2011 23:23:59 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">23364@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;are you sure you're not missing any scripts? It seems you need javascript to make this do anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GraphicsFuel on "BuySell Add Placement after Featured Post"</title>
			<link>http://www.kriesi.at/support/topic/buysell-add-placement-after-featured-post#post-23348</link>
			<pubDate>Sat, 23 Jul 2011 17:50:28 +0000</pubDate>
			<dc:creator>GraphicsFuel</dc:creator>
			<guid isPermaLink="false">23348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We need to add an ad in the post loop directly after the 1st (full-width) featured post.  I've looked at the code, but I have no idea how to add.&#60;/p&#62;
&#60;p&#62;This is the code we used in the old theme but I tried this everywhere within the loop-index.php&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php if ($adcount == 1) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;!-- BuySellAds.com Zone Code --&#38;gt;&#60;br /&#62;
				&#38;lt;div style=&#34;margin: 0 0 20px 0; height: 126px;&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;div id=&#34;bsap_1252797&#34; class=&#34;bsarocks bsap_b8c7a02764400e5ca5113690f392c085&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;!-- End BuySellAds.com Zone Code --&#38;gt; &#60;/p&#62;
&#60;p&#62;			&#38;lt;?php endif; $adcount++; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php comments_template(); // include comments template ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php $adcount++; ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is important to get this ad inserted in the proper place.&#60;/p&#62;
&#60;p&#62;Please advise,&#60;/p&#62;
&#60;p&#62;GF
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
