<?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>DiscussingHow.com &#187; Blogging Tips</title>
	<atom:link href="http://www.discussinghow.com/en/blogging/feed" rel="self" type="application/rss+xml" />
	<link>http://www.discussinghow.com</link>
	<description>Quick and Easy Solutions to Everyday Technology!</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:06:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to put Adsense ads block after first paragraph in WordPress Posts</title>
		<link>http://www.discussinghow.com/how-to-put-adsense-ads-block-after-first-paragraph-in-wordpress-posts-58.html</link>
		<comments>http://www.discussinghow.com/how-to-put-adsense-ads-block-after-first-paragraph-in-wordpress-posts-58.html#comments</comments>
		<pubDate>Sun, 19 Jul 2009 09:44:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Making Money]]></category>

		<guid isPermaLink="false">http://www.discussinghow.com/?p=58</guid>
		<description><![CDATA[I just wanted to post this quick tips article as I am sure it will be helpful to other webmasters. If you are looking for a way to put adsense ads after the first paragraph of each entry in your &#8230; <a href="http://www.discussinghow.com/how-to-put-adsense-ads-block-after-first-paragraph-in-wordpress-posts-58.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just wanted to post this quick tips article as I am sure it will be helpful to other webmasters. If you are looking for a way to put adsense ads after the first paragraph of each entry in your wordpress blog OR if you want to place an adsense ad block after second or third paragraph of each entry, then here is what you can do.</p>
<p>The following need some simple code editing in wordpress template file (<span style="color: #800000;"><strong>single.php</strong></span>)</p>
<p><strong>1. Find the php file &#8211; single.php in your wordpress blog themes folder.</strong><br />
<strong> 2. search for the code: <code><span style="color: #800000;">&lt;?php the_content(); ?&gt;</span></code></strong><br />
<strong> 3. Replace the above code with the following:</strong><br />
<code><span style="color: #800000;"> &lt;?php<br />
$paragraphAfter= 1; //display after the first paragraph<br />
$content = apply_filters('the_content', get_the_content());<br />
$content = explode("&lt;/p&gt;", $content);<br />
for ($i = 0; $i &lt;count($content); $i++) {<br />
if ($i == $paragraphAfter) { ?&gt;</span><span style="color: #800000;"></span><br />
<span style="color: #800000;">&lt;div&gt;</span></p>
<p><span style="color: #800000;">Your add code here</span></p>
<p><span style="color: #800000;">&lt;/div&gt;</span><br />
<span style="color: #800000;">&lt;?php<br />
}<br />
echo $content[$i] . "&lt;/p&gt;";<br />
} ?&gt;</span></code></p>
<p><strong>You can now place your adsense ad code into the place where it is written &#8220;Your ad code here&#8221;. You can also change the number of paragraph after which you would like your adsense ad to appear. This can be done by replacing the number in the code <code><span style="color: #800000;"><strong>$paragraphAfter= 1 </strong></span></code> with the paragraph number after which you want the ad to be seen. I sure hope this is helpful.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.discussinghow.com/how-to-put-adsense-ads-block-after-first-paragraph-in-wordpress-posts-58.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Intellilinks Links Missing &#8211; How to solve it</title>
		<link>http://www.discussinghow.com/intellilinks-links-missing-how-to-solve-it-3.html</link>
		<comments>http://www.discussinghow.com/intellilinks-links-missing-how-to-solve-it-3.html#comments</comments>
		<pubDate>Fri, 27 Mar 2009 13:48:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[how to solve link missing]]></category>
		<category><![CDATA[intellilinks links missing]]></category>
		<category><![CDATA[intellilinks not working]]></category>
		<category><![CDATA[intellilinks widget problem]]></category>

		<guid isPermaLink="false">http://discussinghow.com/?p=3</guid>
		<description><![CDATA[If you are working with Intellilinks, sometimes you may find a message in your email inbox with the subject line &#8220;Important: Link Missing&#8221;. Well, first time when I saw the message I panicked. But you don&#8217;t need to, because it&#8217;s &#8230; <a href="http://www.discussinghow.com/intellilinks-links-missing-how-to-solve-it-3.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are working with <strong>Intellilinks</strong>, sometimes you may find a message in your email inbox with the subject line &#8220;Important: Link Missing&#8221;. Well, first time when I saw the message I panicked. But you don&#8217;t need to, because it&#8217;s easy to solve the problem.</p>
<p>Well, there can be two reasons why the Links are missing from your website:</p>
<ol>
<li>The <strong>plugin</strong> is not working properly.</li>
<li>The theme you are using is not <strong>widget enabled</strong>.</li>
</ol>
<p>So, check if the Intellilinks plugin has been installed properly. You may opt to download a new plugin and install it all over again. That way you can make sure the plugin is working right.</p>
<p>The next thing will be to check if the WordPress Template you are using is Widget-enabled. The widget feature is already present in your wordpress install, so you don&#8217;t need to install any widget plugin. The only thing is you need to make sure that your blog theme is widget-enabled. To check that, go to your wordpress theme management console and click the Widget tab there. If everything is working properly, you should see something like this:</p>
<p><img class="aligncenter size-full wp-image-8" title="Wordpress Widget Enabled" src="http://discussinghow.com/wp-content/uploads/2009/03/wordpress_widget_enabled.gif" alt="Wordpress Widget Enabled" width="481" height="242" /></p>
<p>If your theme is not Widget enabled, based on the version of WordPress you have installed, you will find a message there, something like the one shown below.</p>
<p><img class="aligncenter size-full wp-image-11" title="Wordpress widget not enabled" src="http://discussinghow.com/wp-content/uploads/2009/03/wordpress_widget_not_enable1.gif" alt="Wordpress widget not enabled" width="475" height="145" /></p>
<p>Now in the same widget error message, there is a link to instructions on how to widget-enable your wordpress template. You can follow the link and read the instructions. Oh yeah, that article may be confusing if you are not okay with PHP or html. Here is <a title="How to Widget-Enable WordPress Themes in 3 Easy Steps" href="http://www.quickonlinetips.com/archives/2007/11/how-to-widget-enable-wordpress-themes-in-3-easy-steps/">another article</a> that may be of help in widget enabling your wordpress template. Check it out.</p>
<p><strong>BUT, BUT, BUT&#8230;<br />
</strong></p>
<p>Before you try widget-enabling your wordpress theme, getting your hands dirty, you should check whether a <strong>new version</strong> of the template that you are using is available on the <strong>template developer&#8217;s website</strong>. Of course, this is for those who are using free or premium wordpress templates available on the internet. If you have got a custom template designed, then the solution is already given above. Hope it was helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.discussinghow.com/intellilinks-links-missing-how-to-solve-it-3.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

