<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[plugins - All your code are belong to us]]></title><description><![CDATA[Thoughts, stories and ideas on code and technology in general.<br>Blog title inspired by <a href="https://en.wikipedia.org/wiki/All_your_base_are_belong_to_us" target="_blank">this meme</a>]]></description><link>https://allurcode.com/</link><image><url>https://allurcode.com/favicon.png</url><title>plugins - All your code are belong to us</title><link>https://allurcode.com/</link></image><generator>Ghost 4.48</generator><lastBuildDate>Tue, 09 Jun 2026 12:11:40 GMT</lastBuildDate><atom:link href="https://allurcode.com/tag/plugins/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Add Google AdSense to WordPress without plugins]]></title><description><![CDATA[<!--kg-card-begin: markdown--><p>I wanted to add Google AdSense to my blog just to see how easy it is to do. I&#x2019;ve googled a bit and found a handful of plugins that claim to do it all for you. I couldn&#x2019;t decide which one to choose and started thinking</p>]]></description><link>https://allurcode.com/add-google-adsense-to-wordpress-without-plugins/</link><guid isPermaLink="false">5b7b0aa2b52b43084c9ea146</guid><category><![CDATA[adsense]]></category><category><![CDATA[Google]]></category><category><![CDATA[plugins]]></category><category><![CDATA[wordpress]]></category><dc:creator><![CDATA[Wojtek]]></dc:creator><pubDate>Sun, 15 Jan 2012 20:25:00 GMT</pubDate><content:encoded><![CDATA[<!--kg-card-begin: markdown--><p>I wanted to add Google AdSense to my blog just to see how easy it is to do. I&#x2019;ve googled a bit and found a handful of plugins that claim to do it all for you. I couldn&#x2019;t decide which one to choose and started thinking from a different angle. It turns out that you don&#x2019;t need any plugins to install Google AdSense on your site and what&#x2019;s most important <strong>you don&#x2019;t even need any programming knowledge</strong>! The whole process will take you no more than 5 minutes.</p>
<ol>
<li>Log in to your blog&#x2019;s admin panel.</li>
<li>Click on <code>Appearance</code>.</li>
<li>Click on <code>Widgets</code>.</li>
<li>Find a <code>Text</code> widget and drag it to the <code>Sidebar</code> (or any other place where you want the AdSesnse to appear).</li>
<li>Enter title. I&#x2019;ve used &quot;Interesting Links&quot;.</li>
<li>Paste your Google AdSense code into widget&#x2019;s content area. My code looks like this:<pre><code class="language-javascript">&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
google_ad_client = &quot;ca-pub-4589490261258499&quot;;
/* allurcode */ google_ad_slot = &quot;2642741863&quot;;
google_ad_width = 300; google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;
</code></pre>
</li>
<li>Click <code>Save</code>.</li>
</ol>
<p>That&#x2019;s it, we&#x2019;re done! Go to your blog&#x2019;s homepage and smile &#x1F642;<br>
Note, allow a few minutes for Google to create the adds before they actually show up.</p>
<!--kg-card-end: markdown-->]]></content:encoded></item></channel></rss>