<?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>FeedBurner &#8211; Thesis Docs</title>
	<atom:link href="https://diythemes.com/thesis/rtfm/tag/feedburner/feed/" rel="self" type="application/rss+xml" />
	<link>https://diythemes.com/thesis/rtfm</link>
	<description>Documentation, How-tos, and Best Practices for the Thesis WordPress Theme System</description>
	<lastBuildDate>Thu, 18 Jan 2024 16:58:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Thesis Subscriptions Widget</title>
		<link>https://diythemes.com/thesis/rtfm/thesis-subscriptions-widget/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Sat, 05 Dec 2009 15:10:16 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[subscription]]></category>
		<category><![CDATA[widgets]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=567</guid>

					<description><![CDATA[How to display RSS and Email Subscription links in your sidebar.]]></description>
										<content:encoded><![CDATA[<p>Thesis offers a handy Subscription Widget which you can add to your sidebar to display your RSS and Email Subscription links, increasing their visibility to your site&#8217;s visitors.</p>
<p><!--caption id="attachment_94" align="alignright" width="214" caption="Figure 1: Thesis Subscriptions Widget Added to Sidebar"]<img decoding="async" src="http://www.diythemes.com/answers/wp-content/uploads/images/subscription_widget_demo.jpg" alt="Figure 1: Thesis Subscriptions Widget Added to Sidebar" title="subscription_widget_demo" width="214" height="155" class="size-full wp-image-94" />[/caption--></p>
<p>You can use this Widget in addition to, or in place of, the Subscribe Link in your Nav Menu. (See <a href="/thesis/rtfm/customize-style-subscribe-link/">Customize and Style Subscribe Link</a> for more information on adding a Subscribe Link to your Nav Menu.)</p>
<p>To add the widget to your sidebar, go to <strong>Appearance > Widgets</strong>, look for the widget named <em>Subscriptions</em>, and drag it to the desired sidebar on the right. Then, configure your options:</p>
<p><!--caption id="attachment_84" align="alignleft" width="281" caption="Figure 2: Thesis Subscriptions Widget Options"]<img fetchpriority="high" decoding="async" src="http://www.diythemes.com/answers/wp-content/uploads/images/subscription_widget.jpg" alt="Figure 2: Thesis Subscription Widget Options" title="subscription_widget" width="281" height="599" class="size-full wp-image-84" />[/caption--></p>
<ul>
<li><strong>Title</strong>
<p>This is the heading which will appear above the widget in the sidebar.</p>
</li>
<li><strong>Describe your subscription options</strong>
<p>If you&#8217;d like to add some introductory or explanatory text about the subscription options you offer, you can enter it here.</p>
</li>
<li><strong>RSS link text</strong>
<p>Thesis will automatically use the Feed URL you have entered under <strong>Site Options &gt; Document Head &gt; Syndication/Feed URL</strong> for this link, so the only thing you need to enter here is the <strong>text</strong> you want Thesis to use for the link.</p>
<p> (See <a href="/thesis/rtfm/customize-style-subscribe-link/#feed_url">Set Your Feed URL</a> for more information on configuring this option.)</p>
</li>
<li><strong>Email link and text</strong>
<p>If you offer a service where your subscribers can be notified of new posts via Email, you can use this option to display the link for this. Note that you should enter your information in the proper HTML format for creating a link<!--(see example in Figure 2)-->.</p>
</li>
</ul>
<p>If you&#8217;re using <strong>Thesis 1</strong>, small icons should be automatically displayed next to the RSS and Email links. To modify these styles, start with the following code in <code>custom.css</code>:</p>
<pre class="css">
.custom .thesis_widget_subscriptions .sub_rss a {
  padding-left: 20px;
  background: url('../lib/images/icon-rss.gif') 0 50% no-repeat;
}

.custom .thesis_widget_subscriptions .sub_email a {
  padding-left: 20px;
  background: url('../lib/images/icon-email.gif') 0 50% no-repeat;
}
</pre>
<p class="alert"><strong>Attention!</strong> The following instructions are deprecated as of Thesis 2.1.</p>
<p>If you&#8217;re using <strong>Thesis 2</strong>, you&#8217;ll need to deploy your own CSS styles to display the icons. Create a new <em>Single Element Styles</em> CSS Package named <em>Subscriptions</em> (with a <em>Reference</em> of <code>subscriptions</code> and a <em>CSS Selector</em> of <code>.thesis_widget_subscriptions</code>), and then place this code in the <em>Additional CSS</em> tab:</p>
<pre class="css">.thesis_widget_subscriptions .sub_rss a {
  padding-left: 20px;
  background: url('images/icon-rss.gif') 0 50% no-repeat;
}

.thesis_widget_subscriptions .sub_email a {
  padding-left: 20px;
  background: url('images/icon-email.gif') 0 50% no-repeat;
}
</pre>
<p>Save the package; add <strong>&#038;subscriptions</strong> to the Skin CSS; and then click <code>SAVE CSS</code> to compile your changes.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Show FeedBurner Counter Below Subscribe Link</title>
		<link>https://diythemes.com/thesis/rtfm/feedburner-counter-subscribe-link/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:54:54 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[counter]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[subscribe]]></category>
		<category><![CDATA[subscribers]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=511</guid>

					<description><![CDATA[How to display a FeedBurner counter below your Subscribe link.]]></description>
										<content:encoded><![CDATA[<p>Place this code in <code>custom_functions.php</code> (replace FEEDNAME with your feed name):</p>
<pre class="php">
function feed_button() {?&gt;
&lt;span class=&quot;feed_count&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/FEEDNAME&quot;&gt;
&lt;img src=&quot;http://feeds.feedburner.com/~fc/FEEDNAME?bg=2361a1&amp;amp;fg=ffffff&amp;amp;anim=0&quot; height=&quot;26&quot; width=&quot;88&quot; alt=&quot;Feedburner feed counter&quot; /&gt;
&lt;/a&gt;
&lt;/span&gt;
&lt;?
}

add_action('thesis_hook_header', 'feed_button');
</pre>
<p>Then, place this code in <code>custom.css</code>:</p>
<pre class="css">
.custom #header { position:relative; }

.custom .feed_count {
  position:absolute;
  right:0;
  top:0.7em;
}
</pre>
<p><em>You can see an example of what this looks like on the <a href="https://diythemes.com/thesis/" title="Thesis Theme for WordPress">Thesis Theme site</a>.</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Customize and Style Subscribe Link</title>
		<link>https://diythemes.com/thesis/rtfm/customize-style-subscribe-link/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:22:25 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[URL]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=462</guid>

					<description><![CDATA[<ul>
<li>Set Your Feed URL</li>
<li>Customize Feed Link Text</li>
<li>Style Feed Link</li>
<li>Remove 'nofollow' Attribute From Feed Link</li>
</ul>]]></description>
										<content:encoded><![CDATA[<h3 id="feed_url">Set Your Feed URL <a href="#feed_url" title="Link to this section">∞</a></h3>
<p>If you&#8217;re using an service like FeedBurner to manage your RSS feed, Thesis makes it easy to point your feed link to the service&#8217;s URL (instead of using the one which points to the default WordPress feed).</p>
<p>Go to the <strong>Site Options</strong> panel, and expand the &#8220;Syndication/Feed URL&#8221; section (under <em>Document Head</em>).</p>
<p>In the <code>Feed URL</code> field, enter the URL to your preferred feed. Click the Save button.</p>
<h3 id="feed_text">Customize Feed Link Text <a href="#feed_text" title="Link to this section">∞</a></h3>
<p class="alert">The information in this section only applies when &#8220;Thesis nav menu&#8221; has been selected as the Menu Type under <em>Navigation Menu</em>.</p>
<p>By default, Thesis uses the word &#8220;Subscribe&#8221; as the text for your feed link in the Nav Menu. To change this text, go to the <strong>Site Options</strong> panel, and expand the &#8220;Feed Link&#8221; section (under <em>Navigation Menu</em>).</p>
<p>In the <code>Change your feed link text</code> field, enter your desired text to be used for the feed link. Click the Save button.</p>
<h3 id="feed_style">Style Feed Link <a href="#feed_style" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code>, and change to suit your requirements:</p>
<pre class="css">
.custom .rss a {
   color: #111111;
   text-transform: uppercase;
   padding-right: 16px;
   background: url('../lib/images/icon-rss.gif') 100% 50% no-repeat;
}
.custom .rss a:hover {
   color: #111111;
   text-decoration: underline;
}
</pre>
<h3 id="feed_nofollow">Remove &#8216;nofollow&#8217; Attribute From Feed Link <a href="#feed_nofollow" title="Link to this section">∞</a></h3>
<p class="alert">The information in this section only applies when &#8220;Thesis nav menu&#8221; has been selected as the Menu Type under <em>Navigation Menu</em>.</p>
<p>By default, Thesis applies the <code>nofollow</code> attribute to your feed link. To disable this behavior, go to the <strong>Site Options</strong> panel, and expand the &#8220;Feed Link&#8221; section (under <em>Navigation Menu</em>).</p>
<p>Uncheck the <code>Add nofollow to feed link</code> option. Click the Save button.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
