<?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>mad WAHM &#187; How To Do This Blog</title>
	<atom:link href="http://www.madwahm.com/category/how-to-do-this-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madwahm.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Nov 2009 19:30:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 2.8 Automatic Upgrade &#8211; Fatal Error Fix</title>
		<link>http://www.madwahm.com/how-to-do-this-blog/wordpress-2-8-automatic-upgrade-fatal-error-fix/</link>
		<comments>http://www.madwahm.com/how-to-do-this-blog/wordpress-2-8-automatic-upgrade-fatal-error-fix/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 01:21:59 +0000</pubDate>
		<dc:creator>madWAHM</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[How To Do This Blog]]></category>
		<category><![CDATA[Webmaster Stuff]]></category>
		<category><![CDATA[fatal error fix]]></category>
		<category><![CDATA[wordpress fata error fix]]></category>
		<category><![CDATA[wordpress upgrade]]></category>

		<guid isPermaLink="false">http://www.madwahm.com/?p=195</guid>
		<description><![CDATA[WordPress Automatic Upgrade plugins are great, as long as they work!
Now I know why I put this off!&#160; After about having a nervous breakdown the other night with a malfunction when I ran the automatic upgrade to WordPress V 2.8 &#8211; I decided to let others know how to fix this problem.
Save yourself hours of [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress Automatic Upgrade plugins are great, as long as they work!</p>
<p>Now I know why I put this off!&nbsp; After about having a nervous breakdown the other night with a malfunction when I ran the automatic upgrade to WordPress V 2.8 &#8211; I decided to let others know how to fix this problem.</p>
<p>Save yourself hours of going out of your mind with this Fatal Error fix.</p>
<p>This Fatal Error fix works when you can&#8217;t log in to your WordPress admin area.</p>
<p>When I went to log in to my dashboard, I got this error:</p>
<p><strong>Fatal error: Call to undefined function: is_site_admin() in /home/content/b/z/3/br306752/html/wp-content/plugins/sem-google-analytics/sem-google-analytics-admin.php on line 20</strong></p>
<p><strong>How to Fix:</strong></p>
<p><strong>STEP 1</strong>:&nbsp; Access your site via FTP or your Cpanel or however you do it.</p>
<p><strong>STEP 2:</strong>&nbsp; Go to the exact file or php page that&#8217;s throwing the error and simply RENAME it .&nbsp; Mine was the plugins/sem-google-analytics&#8230;&#8230;.&nbsp; .php.&nbsp; I just put temp- in front of the file name.</p>
<p>Once you do this, it will deactivate the plugin that&#8217;s throwing the error.</p>
<p><strong>STEP 3:</strong>&nbsp; Log in your dashboard.&nbsp; It should let you in now.&nbsp;</p>
<p>Worked like a charm for me!&nbsp; Let me know if you have other fixes!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madwahm.com/how-to-do-this-blog/wordpress-2-8-automatic-upgrade-fatal-error-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Edit Plain Text Title to an Image Logo</title>
		<link>http://www.madwahm.com/wordpress/how-to-edit-plain-text-title-to-an-image-logo/</link>
		<comments>http://www.madwahm.com/wordpress/how-to-edit-plain-text-title-to-an-image-logo/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 15:35:56 +0000</pubDate>
		<dc:creator>madWAHM</dc:creator>
				<category><![CDATA[How To Do This Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[BloggingPro Theme]]></category>

		<guid isPermaLink="false">http://www.madwahm.com/notes-to-self/how-i-edited-this-bloggingpro-wordpress-theme-part-2/</guid>
		<description><![CDATA[Instead of plain text in my title and description of this blog, I wanted to use an image logo instead.  This theme doesn&#8217;t have an option where you can select or use an image instead of text.
So, here&#8217;s how I changed the text title header to an image header on this BloggingPro WordPress theme:

Obviously [...]]]></description>
			<content:encoded><![CDATA[<p>Instead of plain text in my title and description of this blog, I wanted to use an image logo instead.  This theme doesn&#8217;t have an option where you can select or use an image instead of text.</p>
<p>So, here&#8217;s how I changed the text title header to an image header on this BloggingPro WordPress theme:</p>
<ol>
<li>Obviously you have to have or create your logo or image, daaaah!</li>
<li>Save it as whatever you want.  I saved mine as:  <em>bloggingpro-header.jpg</em>.</li>
<li>Upload/FTP it to the folder:  <em>content/themes/bloggingpro_wr/images/</em></li>
<li>Log in to your Wordpress admin panel.</li>
<li>Click &#8220;Presentation&#8221; tab.</li>
<li>Click &#8220;Theme Editor&#8221; tab.</li>
<li>Click on theme file &#8220;Stylesheet&#8221; to open &#8220;Editing style.css&#8221;.</li>
<li>Scroll down just a bit, as shown below. <img src="http://www.madwahm.com/images/editstyle1.jpg" alt="Change Text Title Header to Image Header" border="0" height="341" width="402" /></li>
<li>Replace the lines of code in between, exactly as shown above in blue.</li>
<li>If you named your image something else, change it.</li>
<li>Change the image size to the size of your image.</li>
<li>If your image height is greater than 70px, increase the header size in the line just above the first blue line.</li>
<li>Don&#8217;t forget to click on &#8220;Update Options&#8221;!</li>
<li>Go to your admin panel and select &#8220;Options&#8221;.  Remove the text from your Tagline if you don&#8217;t want it interferring with your image and header.</li>
<li>That&#8217;s it &#8211; all done!</li>
</ol>
<p>If you&#8217;re looking for how I added a HOME page link to the top menu in the header of this theme, you&#8217;re lost &#8211; go to: <a href="http://www.madwahm.com/notes-to-self/how-i-edited-this-bloggingpro-wordpress-theme-part-1/" title="How I Edited this BloggingPro WordPress Theme - Part 1">How I Edited this BloggingPro WordPress Theme &#8211; Part 1</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madwahm.com/wordpress/how-to-edit-plain-text-title-to-an-image-logo/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Where to Insert PPP Direct Script</title>
		<link>http://www.madwahm.com/wordpress/where-to-insert-ppp-direct-script/</link>
		<comments>http://www.madwahm.com/wordpress/where-to-insert-ppp-direct-script/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 23:59:48 +0000</pubDate>
		<dc:creator>madWAHM</dc:creator>
				<category><![CDATA[How To Do This Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.madwahm.com/wordpress/where-to-insert-ppp-direct-script/</guid>
		<description><![CDATA[If you&#8217;re doing paid posting through PayPerPost and you want to add one of those &#8220;Hire Me&#8221; badges/buttons to your blog, then you know they won&#8217;t work right if you don&#8217;t have the PPP Direct script properly installed.
The first thing you should do is insert your badge (graphic) code where you want it to appear [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re doing paid posting through <strong><a href="http://tinyurl.com/24ychq" title="PayPerPost" target="_blank">PayPerPost</a></strong> and you want to add one of those &#8220;Hire Me&#8221; badges/buttons to your blog, then you know they won&#8217;t work right if you don&#8217;t have the PPP Direct script properly installed.</p>
<p>The first thing you should do is insert your badge (graphic) code where you want it to appear (usually in a sidebar or widget).  Then, you need to also insert the PPP Direct script.  It&#8217;s two separate steps and codes.</p>
<p>When you have it set up properly &#8211; when a visitor clicks on your badge &#8211; a form will pop up.  You can click on mine below to see what I mean:<br />
<img src="http://tinyurl.com/2p8ufz" onclick="show_direct_form(44232,'http://www.madwahm.com', 'badge_1_blue')" alt="Hire Me Direct" style="cursor: pointer" border="0" /><br />
Now, to get that one line of script code to work right on my WordPress site, I basically inserted it into my footer &#8211; right before the &#8220;&lt;/body&gt;&#8221;.</p>
<p><strong>For a how to step-by-step:</strong></p>
<ol>
<li>Login to your PPP account.</li>
<li>Click on the tab &#8220;PPP Tools&#8221;.</li>
<li>Beside your Blog Name and URL you&#8217;ll see &#8220;PPP Tools Installed&#8221;.  Click on the &#8220;Get Code&#8221; button.</li>
<li>Copy your one-line script code.</li>
<li>Login to your WordPress Admin Panel.</li>
<li>Click on your &#8220;Presentation&#8221; tab and then your &#8220;Theme Editor&#8221; tab.</li>
<li>Click on your &#8220;Footer php&#8221; link to open &#8220;Editing Footer.php&#8221;.</li>
<li>Scroll down to &#8220;&lt;/body&gt; .  On the line <strong>above</strong> this &#8211; paste your PPP Direct script, like this:</li>
</ol>
<p><img src="http://www.madwahm.com/images/ppp-direct.gif" alt="Insert PPP Direct Script" border="0" height="508" width="370" /></p>
<p>Be sure to save by clicking on your &#8220;Update File&#8221; button.</p>
<p>Let me know if you found this helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madwahm.com/wordpress/where-to-insert-ppp-direct-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to &#8211; Social Bookmarks Plugin for WordPress</title>
		<link>http://www.madwahm.com/wordpress/how-to-add-social-bookmarks-plugin/</link>
		<comments>http://www.madwahm.com/wordpress/how-to-add-social-bookmarks-plugin/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 11:47:04 +0000</pubDate>
		<dc:creator>madWAHM</dc:creator>
				<category><![CDATA[How To Do This Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.madwahm.com/wordpress/how-to-add-social-bookmarks-plugin/</guid>
		<description><![CDATA[I have to admit &#8211; I rarely use social bookmarks on other sites I visit &#8211; DO YOU?
Although I&#8217;ve yet to see the benefits of adding social bookmarking icons to the bottom of my posts, it&#8217;s pretty easy to do.
STEP 1.
Download the Social Bookmarks Plugin for WordPress from:
http://www.dountsis.com/projects/social-bookmarks
STEP 2.
Upload (FTP) the plugin to your WordPress plugin directory:
Example:  [...]]]></description>
			<content:encoded><![CDATA[<p>I have to admit &#8211; I rarely use social bookmarks on other sites I visit &#8211; DO YOU?</p>
<p>Although I&#8217;ve yet to see the benefits of adding social bookmarking icons to the bottom of my posts, it&#8217;s pretty easy to do.</p>
<p><strong>STEP 1.<br />
</strong>Download the Social Bookmarks Plugin for WordPress from:<br />
<a target="_blank" href="http://www.dountsis.com/projects/social-bookmarks" title="Social Booksmarks Plugin for WordPress">http://www.dountsis.com/projects/social-bookmarks</a></p>
<p><strong>STEP 2.<br />
</strong>Upload (FTP) the plugin to your WordPress plugin directory:<br />
Example:  <em>&#8230;/wp-content/plugins</em></p>
<p><strong>STEP 3.</strong><br />
Log in to your WordPress Admin Panel.</p>
<p><strong>STEP 4.<br />
</strong>From your Dashboard, select Plugins.  From Plugin Management, select to <strong>Activate</strong> the plugin.</p>
<p><strong>STEP 5.</strong><br />
Again, from your Dashboard, select the <strong>Options</strong> tab.  Now, click on <strong>Social Bookmarks</strong>.</p>
<p><strong>STEP 6.<br />
</strong>Edit your Social Bookmarks Options and Save. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.madwahm.com/wordpress/how-to-add-social-bookmarks-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Related Posts</title>
		<link>http://www.madwahm.com/wordpress/how-to-add-related-posts/</link>
		<comments>http://www.madwahm.com/wordpress/how-to-add-related-posts/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 02:37:47 +0000</pubDate>
		<dc:creator>madWAHM</dc:creator>
				<category><![CDATA[How To Do This Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Related Posts]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://www.madwahm.com/wordpress/how-to-add-related-posts/</guid>
		<description><![CDATA[How to edit this BloggingPro WordPress Theme to add a Related Posts section at the end of my blog posts.
Doing it-my-way, here&#8217;s how to add Related Posts to the end of your posts:
STEP 1.
Download the Similar Posts WordPress Plugin (Version 2.3.6) from http://rmarsh.com/plugins/similar-posts/.
STEP 2.
FTP (upload) it to your Wordpress to folder : /wp-content/plugins.
STEP 3.
Activate.  Log  into [...]]]></description>
			<content:encoded><![CDATA[<p>How to edit this BloggingPro WordPress Theme to add a Related Posts section at the end of my blog posts.</p>
<p>Doing it-my-way, here&#8217;s how to add Related Posts to the end of your posts:</p>
<p><strong>STEP 1.<br />
</strong>Download the Similar Posts WordPress Plugin (Version 2.3.6) from <a href="http://rmarsh.com/plugins/similar-posts/"><strong>http://rmarsh.com/plugins/similar-posts/</strong></a>.</p>
<p><strong>STEP 2.<br />
</strong>FTP (upload) it to your Wordpress to folder : <em>/wp-content/plugins</em>.</p>
<p><strong>STEP 3.<br />
</strong>Activate.  Log  into your Wordpress Site Admin.  Select the Plugins tab.<br />
Under Plugin Management, locate the Similar Posts plugin and select to Activate it.</p>
<p><strong>STEP 4.<br />
</strong>Under your Options tab, select Similar Posts to open your Similar Posts Options.  Edit your Options to your preferences and click on &#8220;Update&#8221; to save.</p>
<p><img border="0" width="396" src="http://www.madwahm.com/images/relatedposts-4.jpg" alt="Edit Similar Posts Plugin Options" height="353" /></p>
<p><strong>STEP 5.<br />
</strong>Under your Presentation tab, select Theme Editor to open your template files.</p>
<p><strong>STEP 6.<br />
</strong>With your Theme Editor, select Single Post to open <em>Editing single.php</em>.  Scroll down to this code:</p>
<p><img border="0" width="400" src="http://www.madwahm.com/images/relatedposts-1.jpg" alt="Find Related Posts Code" height="325" /></p>
<p><strong>STEP 7.<br />
</strong>Replace that code with this code:</p>
<p><img border="0" width="399" src="http://www.madwahm.com/images/relatedposts-2.jpg" alt="Edit Related Posts Code" height="294" /></p>
<p>Update File to save your changes.</p>
<p><strong>STEP 8.<br />
</strong>Again, with your Theme Editor, select Main Index Template to open <em>Editing index.php</em>.  Scroll down and change/edit the same-exact code.  Update File to save your changes.</p>
<p>That&#8217;s it &#8211; done.  If you did it right, it will look like this:</p>
<p><img border="0" width="400" src="http://www.madwahm.com/images/relatedposts-3.jpg" alt="View Related Posts" height="195" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madwahm.com/wordpress/how-to-add-related-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Edit Image Properties</title>
		<link>http://www.madwahm.com/wordpress/how-to-edit-image-properties/</link>
		<comments>http://www.madwahm.com/wordpress/how-to-edit-image-properties/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 20:51:49 +0000</pubDate>
		<dc:creator>madWAHM</dc:creator>
				<category><![CDATA[How To Do This Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Images]]></category>

		<guid isPermaLink="false">http://www.madwahm.com/wordpress/how-to-edit-image-properties/</guid>
		<description><![CDATA[How to edit the image properties in this BloggingPro WordPress Theme: 
I first noticed that I didn&#8217;t like how this theme spaced-out and padded my images when I uploaded my plugin to display my social bookmarking icons at the end of my posts.  They were spaced-out and padded like this:

So, in order to remove the space/padding [...]]]></description>
			<content:encoded><![CDATA[<p>How to edit the image properties in this BloggingPro WordPress Theme: </p>
<p>I first noticed that I didn&#8217;t like how this theme spaced-out and padded my images when I uploaded my plugin to display my social bookmarking icons at the end of my posts.  They were spaced-out and padded like this:</p>
<p><img border="0" width="337" src="http://www.madwahm.com/images/scsimg-a.jpg" alt="Padded images before" height="73" /></p>
<p>So, in order to remove the space/padding &#8211; to instead look like this:</p>
<p><img border="0" width="383" src="http://www.madwahm.com/images/scsimg-b.jpg" alt="Remove image padding" height="68" /></p>
<p>&#8230; here&#8217;s how to do it:</p>
<p><strong>STEP 1.<br />
</strong>Log in to your WordPress &#8211; Site Admin.  Under [ Presentation ], select [ Theme Editor ].  Select to edit your [ Stylesheet (Editing style.css) ].</p>
<p><strong>STEP 2.<br />
</strong>Under [ Editing style.css ], scroll down to [ /* Central Column - Single Pages */ ].  Now, go down a bit further to:  [ .SCS img ] &#8230;</p>
<p><img border="0" width="399" src="http://www.madwahm.com/images/scsimg-1.jpg" alt="SCS img" height="296" /></p>
<p><strong>STEP 3.<br />
</strong>Now, change the padding, border and margin pixel dimensions to these&#8230;.</p>
<p><img border="0" width="400" src="http://www.madwahm.com/images/scsimg-2.jpg" alt="Edit image properties" height="91" /></p>
<p><strong>STEP 4.</strong><br />
Scoll down to [ .PostContent ] and make the same changes to [ .PostContent img ], like this:</p>
<p><img border="0" width="391" src="http://www.madwahm.com/images/scsimg-3.jpg" alt="Edit PostContent Image Properties" height="252" /></p>
<p><strong>STEP 5.<br />
</strong>Update File to save your changes.  That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madwahm.com/wordpress/how-to-edit-image-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add the PayPal Donate Button on Sidebar</title>
		<link>http://www.madwahm.com/wordpress/the-paypal-donate-button-on-sidebar/</link>
		<comments>http://www.madwahm.com/wordpress/the-paypal-donate-button-on-sidebar/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 01:23:45 +0000</pubDate>
		<dc:creator>madWAHM</dc:creator>
				<category><![CDATA[How To Do This Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PayPal Donation Button]]></category>

		<guid isPermaLink="false">http://www.madwahm.com/wordpress/the-paypal-donate-button-on-sidebar/</guid>
		<description><![CDATA[BTW, I didn&#8217;t use one of those &#8220;Buy Me A Beer&#8221; plugin scripts.  It&#8217;s not a plugin at all.
Here&#8217;s how I put that &#8220;Like madWAHM? Help pay my shrink&#8230; PayPal Donate Button box&#8221; on my sidebar:
Doing it my way &#8211; first, using Microsoft Frontpage, I created the box (table width &#8211; 140 pix) with my [...]]]></description>
			<content:encoded><![CDATA[<p>BTW, I didn&#8217;t use one of those &#8220;Buy Me A Beer&#8221; plugin scripts.  It&#8217;s not a plugin at all.</p>
<p>Here&#8217;s how I put that &#8220;Like madWAHM? Help pay my shrink&#8230; PayPal Donate Button box&#8221; on my sidebar:</p>
<p>Doing it my way &#8211; first, using Microsoft Frontpage, I created the box (table width &#8211; 140 pix) with my PayPal Donate button in it, like this:</p>
<p><img border="0" width="449" src="http://www.madwahm.com/images/pp1.jpg" alt="Create table" height="222" /></p>
<p>Next, I logged into my WordPress panel.  Under the &#8220;Presentation&#8221; tab, I went to &#8220;Widgets&#8221;.  I added a new &#8220;Text&#8221; widget and moved it my SidebarLeft &#8211; at the top.</p>
<p>Last, I copied and pasted my HTML code from my Frontpage box (table) I made&#8230;</p>
<p><img border="0" width="460" src="http://www.madwahm.com/images/pp2.jpg" alt="Copy and Paste HTML into Widget" height="315" /></p>
<p>&#8230;into my Widget box, like this:</p>
<p><img border="0" width="379" src="http://www.madwahm.com/images/pp3.jpg" alt="Paste HTML into Text Widget and Save" height="199" /></p>
<p>Be sure to &#8220;Save Changes&#8221;!  Otherwise, you&#8217;re going to have to do it all over again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madwahm.com/wordpress/the-paypal-donate-button-on-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Insert Google Adsense Ads in Sidebar Widget</title>
		<link>http://www.madwahm.com/wordpress/how-to-insert-google-adsense-ads-in-sidebar-widget/</link>
		<comments>http://www.madwahm.com/wordpress/how-to-insert-google-adsense-ads-in-sidebar-widget/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 05:22:44 +0000</pubDate>
		<dc:creator>madWAHM</dc:creator>
				<category><![CDATA[How To Do This Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google Adsense]]></category>

		<guid isPermaLink="false">http://www.madwahm.com/how-to-do-this-blog/how-i-put-google-adsense-ads-on-this-blog/</guid>
		<description><![CDATA[Please tell me you&#8217;re not copying and pasting your Adsense codes directly into all of your blog posts and pages!  It&#8217;s not like I didn&#8217;t use to.
First, since this theme comes with widgets (which I&#8217;m still trying to figure out how to use properly), here&#8217;s how I put the 160&#215;600 text links Adsense block into [...]]]></description>
			<content:encoded><![CDATA[<p>Please tell me you&#8217;re not copying and pasting your Adsense codes directly into all of your blog posts and pages!  <em>It&#8217;s not like I didn&#8217;t use to.</em></p>
<p>First, since this theme comes with widgets <em>(which I&#8217;m still trying to figure out how to use properly),</em> here&#8217;s how I put the 160&#215;600 text links Adsense block into my sidebar:</p>
<ol>
<li>Login in to your WP admin panel.</li>
<li>Click on the &#8220;Presentation&#8221; tab.</li>
<li>Click on the &#8220;Widgets&#8221; tab.</li>
<li>Drag your &#8220;Text 1&#8243; widget to &#8220;SidebarLeft&#8221;</li>
<li>Click on your &#8220;Text 1&#8243; widget to configure.</li>
<li>Copy and Paste your Google Adsense code into the blank space.  (I left the title blank).</li>
<li>Click &#8220;Save Changes&#8221;.</li>
<li>That&#8217;s it &#8211; all done with that one.</li>
</ol>
<p>Second, here&#8217;s how I put the 468&#215;60 text link Adsense ad blocks (blue with the rounded corners) that display at the top of my pages:</p>
<ol>
<li>Login to your WP admin panel.</li>
<li>Click on the &#8220;Presentation&#8221; tab.</li>
<li>Click on the &#8220;Theme Editor&#8221; tab.</li>
<li>Click on &#8220;Main Index Template&#8221; to open &#8220;Editing index.php&#8221;.</li>
<li>To insert, Copy and Paste your Adsense code here: <img border="0" width="414" src="http://www.madwahm.com/images/editindex1.jpg" alt="Insert Adsense Code" height="373" /></li>
<li><strong>Click on &#8220;Update File&#8221;!</strong></li>
</ol>
<blockquote><p>Now, before I forget &#8212; I&#8217;ve read on other sites where people are worrying about too many adsense ad blocks showing up on one page and how it&#8217;s against Google&#8217;s TOS and people are worried about getting axed, banned and whatever.</p>
<p>Here&#8217;s what I know, or what I think because of what I&#8217;ve learned.  <em>Yeah, that made sense!</em>  Anyways,  none of that stuff will happen!  What happens when you have more than Google&#8217;s allowed amounts of ad blocks running on your pages is that the ones that are over the limit simply won&#8217;t run &#8211; or just won&#8217;t show up.</p>
<p>In fact, now that I&#8217;m thinking about it, I&#8217;m sure I even heard or read that&#8230;somewhere.  Does anyone know the facts on this?  Reliable resources please help me to clear this up!  As a last resort, I suppose I could take extreme measures into my own hands and go on over to Google and <em>read</em> their TOS&#8230;.hmmmmm????</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.madwahm.com/wordpress/how-to-insert-google-adsense-ads-in-sidebar-widget/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Add a Home Page Link to Header</title>
		<link>http://www.madwahm.com/wordpress/how-to-add-a-home-page-link-to-header/</link>
		<comments>http://www.madwahm.com/wordpress/how-to-add-a-home-page-link-to-header/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 03:00:44 +0000</pubDate>
		<dc:creator>madWAHM</dc:creator>
				<category><![CDATA[How To Do This Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Edit WordPress Theme]]></category>

		<guid isPermaLink="false">http://www.madwahm.com/talking-to-myself/how-i-edited-this-bloggingpro-wordpress-theme/</guid>
		<description><![CDATA[In case you don&#8217;t know or haven&#8217;t noticed, the folks at BloggingPro.com made their WordPress blog theme available for free &#8211; so don&#8217;t think I&#8217;m trying to steal or copy.
Now, because I can&#8217;t just be happy with the fact that someone else already went through the trouble of creating, designing and even offering their works [...]]]></description>
			<content:encoded><![CDATA[<p>In case you don&#8217;t know or haven&#8217;t noticed, the folks at BloggingPro.com made their WordPress blog theme available for free &#8211; so don&#8217;t think I&#8217;m trying to steal or copy.</p>
<p>Now, because I can&#8217;t just be happy with the fact that someone else already went through the trouble of creating, designing and even offering their works for free, as usual &#8211; I have to create more work for myself by changing, adding and editing things.</p>
<p>Anyways, since I usually forget how I did something and later drive myself nuts trying to remember and/or figure out what/how I did it, I came up with the brilliant idea of posting it.  Hmmm&#8230;, now I&#8217;ll just have to remember where I put it.</p>
<p>Okay, so, first &#8212; this template does not come with a HOME page link at the top &#8211; in the header.  Why?  Who knows, but if you&#8217;re like me and not smart enough to click on the logo image &#8211; you&#8217;ll play hell getting HOME.  Here&#8217;s how I did it:</p>
<ol>
<li>Login to Wordpress admin panel.</li>
<li>Click &#8220;Presentation&#8221; tab.</li>
<li>Click &#8220;Theme Editor&#8221; tab.</li>
<li>Click on theme file &#8220;Header&#8221; to open &#8220;Editing header.php&#8221;.</li>
<li>Scroll down to where it starts with &#8220;TopMenu&#8221; and you see this: <img border="0" width="483" src="http://www.madwahm.com/images/editheader1a.jpg" height="230" /></li>
<li>See the blue cursor and black arrow above?  Now, using your keyboard, hit &#8220;Enter&#8221; once, so you&#8217;ll create a new line.</li>
<li>Add the following new line of code that is highlighted in blue, as shown below: <img border="0" width="494" src="http://www.madwahm.com/images/editheader2.jpg" height="230" /></li>
<li>Once you&#8217;re done, don&#8217;t forget to click on &#8220;Update File&#8221;!</li>
<li>Wa-la, that&#8217;s it &#8211; now everyone can find HOME.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.madwahm.com/wordpress/how-to-add-a-home-page-link-to-header/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
