                                                                                                                                                                                                               <?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/"
	 xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"  xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Get WordPressed &#187; Heather</title>
	<atom:link href=" http://www.getwordpressed.com/author/heather/feed/" rel="self" type="application/rss+xml" />
	<link> http://www.getwordpressed.com</link>
	<description>Get on the Wordpress Bandwagon</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:16:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Upgrading cForms Plugin</title>
		<link> http://www.getwordpressed.com/plug-ins/upgrading-cforms-plugin/</link>
		<comments> http://www.getwordpressed.com/plug-ins/upgrading-cforms-plugin/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:12:37 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Plug-ins]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=115</guid>
		<description><![CDATA[   Tip on some steps: Before creating or editing files such as abspath.php or cforms.js, change your local directory to a folder named after the site you&#8217;re working on. This will help prevent accidental uploading of these edited files for one site onto another, which will cause the forms to stop working. Having these for backup [...]]]></description>
			<content:encoded><![CDATA[   <p><strong>Tip on some steps:</strong> Before creating or editing files such as abspath.php or cforms.js, change your local directory to a folder named after the site you&#8217;re working on. This will help prevent accidental uploading of these edited files for one site onto another, which will cause the forms to stop working. Having these for backup for each site worked on also comes in handy.</p>
<p>1. Before beginning, be sure you have the latest cForms downloaded and unzipped from <a href="http://www.deliciousdays.com/cforms-plugin" target="_blank" rel="nofollow">Delicious Days</a>.</p>
<p>2. FTP to the plugins directory of the site, download a full backup copy of cForms.</p>
<p>3. Do a database backup in the wp-admin, if you haven&#8217;t already done it.</p>
<p>4. Deactivate cForms.</p>
<p>5. Upload the new cforms folder through ftp. (Be sure you are uploading the cforms folder and not the zip file name &#8211; this will cause cforms to have errors and partially work.)</p>
<p>6. Leave the ftp on for now &#8211; activate cForms again.</p>
<p>7. Go to the cForms admin page.</p>
<p>8. Does it say: <em>It appears that cforms was not able to create abspath.php&#8230;</em>?<br />
If it does, start a new text file. Copy the green highlighted code cForms produced.<br />
Looks like: &lt;code&gt;&amp;lt;?php $abspath = &#8216;/home/www/domain-name.com/&#8217;; ?&amp;gt;&lt;/code&gt;<br />
Paste that code into your new text file and save as abspath.php.<br />
Upload that file to the cforms folder.</p>
<p>9. Refresh the cforms admin page to be sure it&#8217;s correct now.</p>
<p>10. If you see more notations at the top, such as upgrade database table, just follow the instructions. This isn&#8217;t as common anymore unless you&#8217;re upgrading a very old installation.</p>
<p>11. Final step: test one of the forms.</p>
<p><strong>Failed tests:</strong></p>
<p>1. Did you add the abspath.php file and is the path on that correct? If the installation is in a sub-directory, check to see that cforms recognized that and the sub-directory is showing at the end of the file path in abspath.php.</p>
<p>2. If cforms didn&#8217;t tell you to add the abspath.php file, check that it&#8217;s actually in the cforms folder anyway. If not, create one using the above code with the correct server path.</p>
<p>3. Is the cforms folder it&#8217;s own? In the plugins directory, when you open the cforms folder, do you see files or another cforms folder? If you see another cforms folder, you will have to open it, select all the files and folders, and drag them up one directory.</p>
<p>4. Follow this path in your ftp: cforms/js/. Download the cforms.js file and open for editing.<br />
Just past the copyright information, look for this line:<br />
&lt;code&gt;var sajax_uri = &#8216;/wp-content/plugins/cforms/lib_ajax.php&#8217;;&lt;/code&gt;</p>
<p>If the wordpress installation is in a sub-directory, add it to the code like this:<br />
&lt;code&gt;var sajax_uri = &#8216;/sub-directory-name/wp-content/plugins/cforms/lib_ajax.php&#8217;;&lt;/code&gt;</p>
<p>Upload the file and re-test the form.</p>
]]></content:encoded>
			<wfw:commentRss> http://www.getwordpressed.com/plug-ins/upgrading-cforms-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and Plugin Upgrade Issues</title>
		<link> http://www.getwordpressed.com/wordpress-glitches/wordpress-and-plugin-upgrade-issues/</link>
		<comments> http://www.getwordpressed.com/wordpress-glitches/wordpress-and-plugin-upgrade-issues/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 16:13:40 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Wordpress Glitches]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=106</guid>
		<description><![CDATA[   If you blog is installed in a sub-directory rather than the root, here is a list of common errors being seen when attempting wordpress upgrades or installation, upgrade, or removing plugins in wordpress versions 2.8+: Unable to locate WordPress Plugin directory. Warning: unlink(/tmp&#8230;. Unable to locate WordPress Content directory (wp-content) How to fix: The best [...]]]></description>
			<content:encoded><![CDATA[   <p>If you blog is installed in a sub-directory rather than the root, here is a list of common errors being seen when attempting wordpress upgrades or installation, upgrade, or removing plugins in wordpress versions 2.8+:</p>
<p><span style="color: #ff0000;"><strong><em>Unable to locate WordPress Plugin directory.</em></strong></span></p>
<p><span style="color: #ff0000;"><strong><em>Warning: unlink(/tmp&#8230;.</em></strong></span></p>
<p><span style="color: #ff0000;"><strong><em>Unable to locate WordPress Content directory (wp-content)</em></strong></span></p>
<p><strong>How to fix:</strong></p>
<p>The best solution is to create a new ftp login that goes directly to the sub-directory rather than to the root. This usually takes care of the problem right away. When you upgrade in the admin area, it normally asks you for this information before continuing.</p>
<p>If you don&#8217;t have control panel access for setting up a new ftp, <a href="http://artyom-sokolov.com/unable-locate-wordpress-content-directory-wp-content" target="_blank">Artyom&#8217;s Blog</a> has a suggestion to try. I&#8217;ve not tested his method since I&#8217;ve had control panel access for all blogs that had issues, so try at your own risk.</p>
<p><strong>Still having issues:</strong></p>
<p><strong><span style="color: #ff0000;"><em>After clicking &#8220;Upgrade Database&#8221; &#8211; Fatal error: Call to undefined function: populate_roles_270() in /your-abspath/blog/wp-admin/includes/upgrade.php on line 904</em></span></strong></p>
<p>For some odd reason, a wordpress file corrupts or does not always upload correct during manual upgrades. This actually resulted in issues through the entire admin. Simple solution was to re-upload the file: <strong>wp-admin/includes/schema.php</strong></p>
<p><strong>Yet one more issue to help:</strong></p>
<p><strong><span style="color: #ff0000;"><em>Any error relating to tmp/anything directory couldn&#8217;t be found.</em></span></strong></p>
<p>Add the following to the end of the wp-config.php file (but before ?&gt;):</p>
<div class="codesnip-container" >//Added the line below to correct issues with failing upgrades<br />
//and inability to add plugins through the admin area.<br />
putenv(&#8216;TMPDIR=&#8217; . ini_get(&#8216;upload_tmp_dir&#8217;));</div>
<p>(I suggest this as a last resort if all else has failed to stop errors, but I have tested this method and it did resolve an issue for one site.)</p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss> http://www.getwordpressed.com/wordpress-glitches/wordpress-and-plugin-upgrade-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Automatic Upgrade Has No Backup</title>
		<link> http://www.getwordpressed.com/plug-ins/wordpress-automatic-upgrade/</link>
		<comments> http://www.getwordpressed.com/plug-ins/wordpress-automatic-upgrade/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 16:40:23 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Wordpress basics]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=87</guid>
		<description><![CDATA[   It may be common knowledge or common sense, but here&#8217;s a quick Q &#38; A on the new built-in upgrade feature of Word Press 2.7 and up. Starting with 2.7 I typically deactivate and delete the automatic upgrade plugin after upgrade. But mostly of curiosity I left one on when upgrading to 2.7.1. Question: Should [...]]]></description>
			<content:encoded><![CDATA[   <p>It may be common knowledge or common sense, but here&#8217;s a quick Q &amp; A on the new built-in upgrade feature of Word Press 2.7 and up.</p>
<p>Starting with 2.7 I typically deactivate and delete the automatic upgrade plugin after upgrade. But mostly of curiosity I left one on when upgrading to 2.7.1.</p>
<p><strong>Question:</strong><br />
Should I definitely deactivate and delete the automatic upgrade plugin once upgrading to 2.7? Will it make a difference leaving it on?</p>
<p><strong>Answer: </strong><br />
Yes. At the least it must be deactivated. It will cause an error during the attempt to auto upgrade if the plugin is still active. This won&#8217;t cause damage to your blog, but the upgrade will not work until you have deactivated the plugin.</p>
<p>This feature now being built-in to Word Press is very nice though. It skips several tedious steps from the the previous automatic upgrade plugin.</p>
<p><strong>No Automatic Backup:</strong><br />
One important thing to remember though, you <strong>definitely</strong> need a database backup plugin now. It no longer takes you through the steps for backup during the upgrade.</p>
<p>I recommend <a rel="nofollow" href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">WordPress Database Backup</a>. It works very well, simple to use, and have used it myself to restore lost or corrupt databases with 100% success. This plugin also has automatic backup, which I highly rercommend taking the few seconds to set.</p>
]]></content:encoded>
			<wfw:commentRss> http://www.getwordpressed.com/plug-ins/wordpress-automatic-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>H1 Hack for WordPress Pages</title>
		<link> http://www.getwordpressed.com/seo/h1-hack-for-wordpress-pages/</link>
		<comments> http://www.getwordpressed.com/seo/h1-hack-for-wordpress-pages/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 19:03:40 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress Code]]></category>
		<category><![CDATA[Wordpress Hack]]></category>
		<category><![CDATA[alternate heading]]></category>
		<category><![CDATA[custom field]]></category>
		<category><![CDATA[H1 tag]]></category>
		<category><![CDATA[heading change]]></category>
		<category><![CDATA[page title]]></category>
		<category><![CDATA[theme editing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=41</guid>
		<description><![CDATA[   WordPress H1 Hack - This allows you to change the H1 tag of the page without affecting the page name, title, and menu title of the page. This has most commonly been used in the page.php file of the WordPress themes only, but can certainly be applied to any page that you would like the [...]]]></description>
			<content:encoded><![CDATA[   <p><strong>WordPress H1 Hack -</strong><br />
This allows you to change the H1 tag of the page without affecting the page name, title, and menu title of the page.</p>
<p>This has most commonly been used in the page.php file of the WordPress themes only, but can certainly be applied to any page that you would like the ability to set the h1 tag (or some cases, if you prefer, the h2 tag). Remember, it is recommended to set the default theme h2 tags displaying the header of the pages to H1 for an SEO advantage.</p>
<p>This documentation will demonstrate applying this hack to page.php in your theme, but can easily be understood from that point on doing the same to your template pages, index.php, single.php, etc.</p>
<p><strong>Step by Step:</strong><br />
1. You will need to be using an installed version of WordPress at least 2.x or greater as this method uses the “Custom Fields” you will find toward the bottom of the page in the admin area as you create or edit pages or posts.</p>
<p>2. In your favorite editor for editing your theme pages, or using the Theme Editor under the Presentation tab of the WordPress admin area, open pages.php for editing.</p>
<p>3. In the default theme of WordPress or the theme you are using, you will see a section toward the top of the file that looks exactly like or similar to this:</p>
<p><img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-pagecode.png" border="0" alt="" width="500" height="275" /></p>
<p>It&#8217;s this line &#8211; <span style="color: #ff0000; font-size: x-small;">&lt;h2&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt; </span> that you will be changing. It may not look exactly the same, but will almost always be enclosed in h2 tags.</p>
<p>You will want to replace the contents inside those tags, but it is highly recommended that if they currently say &lt;h2&gt;&lt;/h2&gt; to change those to h1.</p>
<p>4. Replace that line with the following:</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;">&lt;h1&gt;<span class="kw2">&lt;?php</span> <span class="re0">$thisPost</span> <span class="sy0">=</span> <span class="re0">$post</span> <span class="sy0">-&gt;</span> <span class="me1">ID</span><span class="sy0">;</span> <span class="kw1">if</span> <span class="br0">&#40;</span>get_post_meta<span class="br0">&#40;</span><span class="re0">$thisPost</span><span class="sy0">,</span> changeH1<span class="sy0">,</span> <span class="kw4">true</span><span class="br0">&#41;</span> <span class="sy0">!=</span> <span class="st_h">&#8221;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></p>
<p><span class="kw1">echo</span> <span class="br0">&#40;</span>get_post_meta<span class="br0">&#40;</span><span class="re0">$thisPost</span><span class="sy0">,</span> changeH1<span class="sy0">,</span> <span class="kw4">true</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span> <span class="kw1">else</span> <span class="br0">&#123;</span><br />
the_title<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span><br />
<span class="sy1">?&gt;</span><br />
&lt;/h1&gt;</div>
</div>
<p>So your file should now look similar to this:</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-pagecodeedited.png" border="0" alt="" width="500" height="451" /></span></p>
<p>5.  Save the file and upload it to your theme folder or save the file in the  theme editor.</p>
<p>6. Now you can edit or create new pages and use the custom  fields to change the heading of the page without changing the actual title  of the page.</p>
<p>7. To do this, as an example, let’s create a new page named  “Test”.</p>
<p>8. Publish the page, then view it from your WordPress site.</p>
<p>9. You  can see that not only the title in the browser, in the menu, and the heading  of the page says “Test”.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-test.png" border="0" alt="" width="500" height="204" /></span></p>
<p>10. Now back to the admin area, edit the page  “Test”.<br />
11. Scroll to the bottom of the editing area until you see “Custom  Fields”.<br />
12. You may have to click on the “+” sign to the right to see the  area for editing these fields.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-customfields.png" border="0" alt="" width="400" height="234" /></span></p>
<p>13. Here you will need to add “changeH1” to the key  text box for the first time. Be sure that changeH1 is spelled exactly the  same and the “H” is capitalized.</p>
<p>14. After you have done this the first time, you  will be able to select the changeH1 from the drop-down box under the word  Key instead. It is only necessary to add the key once with a value, and from  that point, it will remain in the drop-down list to be selected easier.</p>
<p>15. Now change the header by typing a new one in  the Value text box to the right. Let’s just test it out by typing “This is  my new heading text”. Then click “Add Custom Field”.</p>
<p>16. Save and continue, or save the page now.</p>
<p>17. Go back to your site and refresh to see the  change.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-testnewheader.png" border="0" alt="" width="500" height="204" /></span></p>
<p>18. Now you can edit any page to display a  different heading just by setting the “changeH1” key in the drop-down list  and typing in the heading you want in value. Don’t forget to click “Add  Custom Field”.</p>
<p>19. If you have already set a heading in a page  using this method, you can also go back to editing the page, and change the  value in the box just above where you set it originally. After making the  change click on “update”.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-alreadyset.png" border="0" alt="" width="500" height="311" /></span></p>
]]></content:encoded>
			<wfw:commentRss> http://www.getwordpressed.com/seo/h1-hack-for-wordpress-pages/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
	</channel>
</rss>
