<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP-Jazz - Premium Wordpress Theme from Solostream &#187; 125&#215;125</title>
	<atom:link href="http://www.wp-jazz.com/tag/125x125/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-jazz.com</link>
	<description>Premium Wordpress Theme from Solostream</description>
	<lastBuildDate>Wed, 01 Apr 2009 14:43:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Add 125&#215;125 Banner Ads to Your Right Sidebar</title>
		<link>http://www.wp-jazz.com/tutorial/how-to-add-125x125-banner-ads-to-your-right-sidebar/</link>
		<comments>http://www.wp-jazz.com/tutorial/how-to-add-125x125-banner-ads-to-your-right-sidebar/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 13:01:36 +0000</pubDate>
		<dc:creator>solostream</dc:creator>
				<category><![CDATA[A-Tutorial]]></category>
		<category><![CDATA[125x125]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[set-up]]></category>

		<guid isPermaLink="false">http://www.wp-jazz.com/?p=54</guid>
		<description><![CDATA[Many people like to display 125x125 banner ads in their sidebar. In this tutorial, I'll show you how to add them to your own site.]]></description>
			<content:encoded><![CDATA[<p>Many people like to display 125&#215;125 banner ads in their sidebar. In this tutorial, I&#8217;ll show you how to add them to your own site.<span id="more-54"></span></p>
<h3>Step 1 &#8211; Upload a Generic 125&#215;125 Banner</h3>
<p><img src="http://www.wp-jazz.com/wp-content/uploads/2009/03/banner125.gif" alt="banner125" title="banner125" width="125" height="125" class="alignright size-full wp-image-55" />The image to the right is already located in the /images folder found in your WP-Jazz theme folder, so you can use that if you like. The file name is banner125.gif. </p>
<p>Alternatively, you can use your own generic 125&#215;125 banner; just be sure to name it banner125.gif and upload it to the /images folder within your theme folder (or change the file name used below to reflect the name of your own file).</p>
<h3>Step 2 &#8211; Create a New Text Widget in Your Right Sidebar for the Banner Ads</h3>
<p>Add a new text widget to your top right sidebar, give it a title if you like. Then copy and paste the following code into the widget box:</p>
<p><code>&lt;ul id=&quot;banner125&quot; class=&quot;clearfix&quot;&gt;</code><br />
	<code>&lt;li class=&quot;ad1&quot;&gt;&lt;a href=&quot;http://www.link1.com&quot;&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/wp-jazz-basic/images/banner125.gif&quot; alt=&quot;banner ad&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</code><br />
	<code>&lt;li class=&quot;ad2&quot;&gt;&lt;a href=&quot;http://www.link2.com&quot;&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/wp-jazz-basic/images/banner125.gif&quot; alt=&quot;banner ad&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</code><br />
	<code>&lt;li class=&quot;ad3&quot;&gt;&lt;a href=&quot;http://www.link3.com&quot;&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/wp-jazz-basic/images/banner125.gif&quot; alt=&quot;banner ad&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</code><br />
	<code>&lt;li class=&quot;ad4&quot;&gt;&lt;a href=&quot;http://www.link4.com&quot;&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/wp-jazz-basic/images/banner125.gif&quot; alt=&quot;banner ad&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</code><br />
<code>&lt;/ul&gt;</code></p>
<blockquote><p><strong>Note 1</strong>: In the above code, you&#8217;ll need to change mysite.com to your own site domain name.</p>
<p><strong>Note 2</strong>: In the img src code above, you may need to change the /wp-jazz-basic/ part to reflect the actual name of your theme folder. </p>
<p>For WP-Jazz Basic version, the img src would be:<br />
<code>&lt;img src=&quot;http://www.mysite.com/wp-content/themes/wp-jazz-basic/images/banner125.gif&quot; alt=&quot;banner ad&quot; /&gt;</code></p>
<p>For WP-Jazz Premium version, the img src would be:<br />
<code>&lt;img src=&quot;http://www.mysite.com/wp-content/themes/wp-jazz-prem/images/banner125.gif&quot; alt=&quot;banner ad&quot; /&gt;</code></p>
<p>For WP-Jazz Developer version, the img src would be:<br />
<code>&lt;img src=&quot;http://www.mysite.com/wp-content/themes/wp-jazz-dev/images/banner125.gif&quot; alt=&quot;banner ad&quot; /&gt;</code></p></blockquote>
<h3>Step 3 &#8211; Replace the Generic Banners and Links With Real Ads</h3>
<p>All you need to do is upload your 125&#215;125 banner image(s) to the /images folder, and change the code above to reflect that.</p>
<p>For example, if you upload a new banner called <strong>ad125.gif</strong>, and you want to link that banner to <strong>www.solostream.com</strong>, you would simply change the code to this:</p>
<p><code>&lt;li class=&quot;ad1&quot;&gt;&lt;a href=&quot;http://www.solostream.com&quot;&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/wp-jazz-basic/images/ad125.gif&quot; alt=&quot;banner ad&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</code></p>
<p>And that&#8217;s it. The Stylesheet is already set up to display the ads correctly.</p>
<img src="http://www.wp-jazz.com/?ak_action=api_record_view&id=54&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wp-jazz.com/tutorial/how-to-add-125x125-banner-ads-to-your-right-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
