<?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>WordPressHelp &#187; Richard</title>
	<atom:link href="http://wordpresshelp.org/author/richard/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpresshelp.org</link>
	<description>Making WordPress Even Easier to Use!</description>
	<lastBuildDate>Thu, 03 Jun 2010 22:58:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to get an edit post or edit page link</title>
		<link>http://wordpresshelp.org/2008/02/29/how-to-get-an-edit-post-or-edit-page-link/</link>
		<comments>http://wordpresshelp.org/2008/02/29/how-to-get-an-edit-post-or-edit-page-link/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 17:33:29 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[BLOG]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wordpresshelp.org/2008/02/29/how-to-get-an-edit-post-or-edit-page-link/</guid>
		<description><![CDATA[Some themes do not include an &#8216;edit post&#8217; or &#8216;edit page&#8217; link! It&#8217;s hard to believe that such a simple addition can be forgotten and it&#8217;s so useful! A small snippet of code rectifies the problem easily. Here&#8217;s how you do it &#8230; Login and go to Admin&#62;presentation&#62;theme editor Open file &#8216;Single.php&#8217; Single post file [...]


Related posts:<ol><li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
<li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwordpresshelp.org%252F2008%252F02%252F29%252Fhow-to-get-an-edit-post-or-edit-page-link%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20get%20an%20edit%20post%20or%20edit%20page%20link%22%20%7D);"></div>
<p>Some themes do not include an &#8216;edit post&#8217; or &#8216;edit page&#8217; link!</p>
<p>It&#8217;s hard to believe that such a simple addition can be forgotten and it&#8217;s so useful!</p>
<p>A small snippet of code rectifies the problem easily. Here&#8217;s how you do it &#8230;</p>
<ul>
<li>Login and go to Admin&gt;presentation&gt;theme editor</li>
<li>Open file &#8216;Single.php&#8217; Single post file in the list</li>
<li>You can enter the edit link wherever you think best</li>
<li>example; find the line</li>
</ul>
<pre>&lt;?php the_content('&lt;p&gt;Read the rest of this entry Â»&lt;/p&gt;'); ?&gt;</pre>
<p>and add beneath it</p>
<pre>&lt;?php edit_post_link('(Edit Post)', '', ''); ?&gt;</pre>
<ul>
<li>Save the page and refresh a full blog post page to see your edit link under the post</li>
<li>Repeat the same process for a page by editing the &#8216;Page template&#8217; file in the same way</li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpresshelp.org/2008/02/12/wordpresshelporg-features/"  rel="bookmark" class="crp_title">WordPressHelp.org features</a></li><li><a href="http://wordpresshelp.org/2008/02/11/using-mimbo-theme/"  rel="bookmark" class="crp_title">Using Mimbo theme</a></li><li><a href="http://wordpresshelp.org/2009/04/19/security/"  rel="bookmark" class="crp_title">WordPress Security</a></li><li><a href="http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/"  rel="bookmark" class="crp_title">Tomboy to WordPress (ATOM)</a></li><li><a href="http://wordpresshelp.org/2008/02/10/wordpress-as-a-wiki/"  rel="bookmark" class="crp_title">WordPress as a wiki?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/" >Contextual Related Posts</a></li></ul></div>


<p>Related posts:<ol><li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
<li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/02/29/how-to-get-an-edit-post-or-edit-page-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TreeMagic Cypress</title>
		<link>http://wordpresshelp.org/2008/02/14/treemagic-cypress/</link>
		<comments>http://wordpresshelp.org/2008/02/14/treemagic-cypress/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 20:14:30 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Cypress]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[follow]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rabideau]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[treemagic]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpresshelp]]></category>

		<guid isPermaLink="false">http://wordpresshelp.org/2008/02/14/treemagic-cypress/</guid>
		<description><![CDATA[TreeMagic Cypress is a new lightweight browser plugin for WordPress. Install, configure, then double click any word, or select a group of words on the page. On mouse-up a small popup appears adjacent to the selected text that gives you instant access to define, expand and explore related resources. It does not replace or interfere [...]


Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwordpresshelp.org%252F2008%252F02%252F14%252Ftreemagic-cypress%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22TreeMagic%20Cypress%20%22%20%7D);"></div>
<p>TreeMagic Cypress is a new lightweight browser plugin for WordPress. Install, configure, then double click any word, or select a group of words on the page. On mouse-up a small popup appears adjacent to the selected text that gives you instant access to define, expand and explore related resources. It does not replace or interfere with existing hyperlinks, but adds an instant and powerful reference compliment to all your texts, regardless of formatting and styles.<br />
<span id="more-24"></span>The plugin can be configured to any external Internet  website, as well as connecting to your own  data, or network. TreeMagic Cypress is available as a free download from the downloads section of this site</p>
<p>The popup has a list of links that is configurable from the plugin administration section. The idea is that when you double click or select a group of words on a page, the popup is invoked adjacent to the word(s) allowing you to rapidly select a web site from the list. Typical examples of this are search engines, Wikipedia, Refdesk and similar knowledge-base sites. After selecting a site, the word(s) you have selected become part of a search string that returns results in a smaller separate popup window. You can of course keep your query results &#8216;on site&#8217; such as searching your own content, help files or related resources. Because the query URLs are completely configurable in administration, you have total control over the searches, including opening the results page in a resized new window or using the existing target.</p>
<p>TreeMagic Cypress is not new technology and utilizes a small javascript and css to provide the fastest possible way to show extended meaning, content and relationship for text on a page. Once installed every text word on your site, that is not a hyperlink is potentially active. It does not interfere with any other mouse click functions and is totally unintrusive in use. Installation is simple, via a standard WordPress plugin. There are no database changes and the plugin adds negligible overhead to your HTML.</p>
<p>The broad concept is to provide the visitor greater freedom to take diversions from interesting cues in the text, but not taking them from your site in the process. Too many turns in the road and too many temptations to explore, can take your focus away from the content on a page. Most of us have come to realize that it is all too easy to be a &#8216;browser butterfly&#8217; taking detours from hyperlinks and searches that often leave you marooned and lost in hyperspace. TreeMagic Cypress addresses the need to explore and supplement page content from other resources, but keeps your visitors safely focused on your website.</p>
<p>Searches can be configured for anything from a dictionary definition, translations, image searches to a full blown encyclopedia expositions. Following further links within the results &#8216;new window&#8217; allows readers to explore in a separate browser page, while keeping your website in view when they want to return. Because we use a new window to display content, all your usual browser tools are available such as page saves and bookmarking your excursions for future returns.</p>
<p>As a web master, you have a simple administration interface that gives options for adding and deleting your website search strings, also the results window target and size. We have included a few samples to get you started, but the choice is up to you to provide the most suitable supplementary content for your website. There are numerous types of applications available for this tool and because you can manage your own reference links, you can offer a variety of offsite or internal content. All you need to do is track down your reference site and discover the correct query string.</p>
<p><img src="http://treemagic.org/images/TM-Cypress.jpg" alt="TreeMagic Cypress" height="439" width="564" /></p>
<p><strong>Some typical examples of sites are as follows:</strong></p>
<p>Google search<br />
&#8211;Images<br />
&#8211;News<br />
&#8211;Maps<br />
Wikipedia search<br />
Currency converter<br />
whois /IP lookup<br />
answers.com<br />
dictionary.com<br />
Clusty.com<br />
Translation<br />
&#8211;en-fr<br />
&#8211;en-ge<br />
&#8211;en-it<br />
Currency conversions<br />
&#8211;Â£-$<br />
&#8211;$-Â£<br />
Navigation<br />
&#8211;Home<br />
&#8211;Contact us<br />
&#8211;Help!<br />
&#8211;Site map<br />
&#8211;Site search</p>
<p><strong>Do you need TreeMagic Cypress?</strong></p>
<p>One of the main considerations with WordPress is choosing carefully which plugins to use. Too many and your website can suffer with decreased performance. Because of the tiny script footprint, this plugin will not add any significant processing burden to the database or page loads. It&#8217;s simple to use and will add some great features to your web page texts with the minimum of setup. The features and benefits are only limited by your imagination.</p>
<h2><a href="http://wordpresshelp.org/downloads/"  title="Download TreeMagic Cypress">Download here &#8230;</a></h2>
<p><a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license"><br />
</a></p>
<p align="center"><a href="http://creativecommons.org/licenses/by-sa/3.0/"  rel="license"> <img src="http://creativecommons.org/images/public/somerights20.png" alt="Creative Commons License" style="border-width: 0pt" /></a><br />
<a href="http://creativecommons.org/licenses/by-sa/3.0/"  rel="license"> </a></p>
<p align="center">This work is licensed under a<br />
<a href="http://creativecommons.org/licenses/by-sa/3.0/"  rel="license">Creative Commons Licence</a>.</p>
<p><a href="http://www.registeredcommons.org/grid/RC-01-LIZ0000000494-6" ><img alt="Registered at RegisteredCommons.org" style="border-width:0" src="http://www.registeredcommons.org/rc.gif"/></a></p>
<div style="display:none">
  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/" property="dc:title" rel="dc:type">TreeMagic- Cypress</span><br />
  was created by <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Mark Rabideau</span><br />
  on <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:date">2008-02-16</span>.<br />
  License: <a href="http://creativecommons.org/licenses/by/3.0/" rel="license" > http://creativecommons.org/licenses/by/3.0/ </a>.<br />
  Description: <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:description">TreeMagic Cypress is a new lightweight browser plugin for wordpress. Install, configure, then double click any word, or select a group of words on the page. On mouse-up a small popup appears adjacent to the selected text that gives you instant access to define, expand and explore related resources. It does not replace or interfere with existing hyperlinks, but adds an instant and powerful reference compliment to all your texts, regardless of formatting and styles.</span>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpresshelp.org/2008/02/24/treemagic-banyan-enabled/"  rel="bookmark" class="crp_title">TreeMagic-Banyan Enabled.</a></li><li><a href="http://wordpresshelp.org/2008/02/12/wordpresshelporg-features/"  rel="bookmark" class="crp_title">WordPressHelp.org features</a></li><li><a href="http://wordpresshelp.org/2008/02/10/wordpress-as-a-wiki/"  rel="bookmark" class="crp_title">WordPress as a wiki?</a></li><li><a href="http://wordpresshelp.org/2008/03/18/wordpress-information-central/"  rel="bookmark" class="crp_title">WordPress Information Central!</a></li><li><a href="http://wordpresshelp.org/2008/03/03/design-pointers/"  rel="bookmark" class="crp_title">Design Pointers</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/" >Contextual Related Posts</a></li></ul></div>


<p>Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/02/14/treemagic-cypress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressHelp.org features</title>
		<link>http://wordpresshelp.org/2008/02/12/wordpresshelporg-features/</link>
		<comments>http://wordpresshelp.org/2008/02/12/wordpresshelporg-features/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 12:36:10 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[BLOG]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Cypress]]></category>
		<category><![CDATA[follow]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[treemagic]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpresshelp]]></category>

		<guid isPermaLink="false">http://wordpresshelp.org/2008/02/12/wordpresshelporg-features/</guid>
		<description><![CDATA[WordPressHelp offers several handy features to authors and readers. We have selected a few plugins that help to create increased readability and connectivity within the post contents. Here is a brief summary of plugins used, what they do and how to use them 1- aLinks. This plugin automatically links keywords both systematically and automatically. It&#8217;s [...]


Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwordpresshelp.org%252F2008%252F02%252F12%252Fwordpresshelporg-features%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22WordPressHelp.org%20features%22%20%7D);"></div>
<p>WordPressHelp offers several handy features to authors and readers. We have selected a few plugins that help to create increased readability and connectivity within the post contents. Here is a brief summary of plugins used, what they do and how to use them<span id="more-19"></span></p>
<p><strong>1- aLinks. </strong>This plugin automatically links keywords both systematically and automatically. It&#8217;s a complex plugin that uses algorithms to search and match kewords you input to relevancy on the page. Thats the automatic part, once you enter a keyword in the admin section of the plugin. This &#8216;search and match&#8217; is based on a scoring method and the top match is used in the link. This match changes, as posts get added, because it&#8217;s a dynamic action that gets passed to the database as the page is being rendered. The actual links, don&#8217;t exist, until the page is displayed. Additionally, the &#8216;search and match&#8217; is restricted to a maximum of 30 days previous posts, to make the process as fast as possible in the database scans.</p>
<p>The other option of this plugin is to create a keyword with a specific URL for it to go to if the keyword is found in any post. This is more deterministic and the link to that URL remains indefinitly. My guess is there is less processing involved and no DB scans are involved.</p>
<p>Alinks also has an Amazon associate section, that searches amazon items according to keywords. We don&#8217;t use this function in our context.</p>
<p>If we DON&#8217;T like the automatic linking, via scoring of posts content, but prefer to hard link a post to a specific keyword, we should consider a simpler (with less overheads) plugin called SH-Autolink. (this is already installed) This plugin has no scoring system, but only offers a &#8216;keyword to specific URL option&#8217;. The only downside is that it matches EVERY occurance of a word in all posts, where as aLinks only matches the first occurrance of a keyword per post, to avoid link saturation.</p>
<p><em><strong>Do we have a preference as to which method we prefer?</strong></em></p>
<p>The other WPH author features are more straight forward and easy.</p>
<p><strong>1- Footnotes. </strong>This is a neat plugin that lets authors add footnotes really easily to their posts. The footnote is linked (anchored) from a numbered superscript character to the actual footnote on the page. The footnotes have a &#8216;return&#8217; link that takes you back. Here&#8217;s how you use it. Any text, link or content that you want to be a footnote is created inline with your page text as follows. ((This is my footnote)) yep, 2 curly braces round your content makes a numbered footnote. Make sure you leave a space between the start and end braces!</p>
<p><strong>2- Snippet Highlight.</strong> Great plugin that renders code in well formatted lined snippets for easy reading and copying. Simply enclose any code snippet with &lt;pre&gt; &lt;/pre&gt; to render full html, php, etc unparsed on the page.</p>
<p><strong>3- Image Caption Easy.</strong> Transforms the alt text of an image into a caption which can be controlled through css. When you insert an image into a post you can make a caption and a nice genle border round the image. To make a caption, the ALT tag must be entered and this becomes the text in the caption. No ALT tag and no caption is created. I&#8217;ve asked the developer to add an option of allowing an ALT tag, but not transforming this to a caption to make images xhtml compliant. He&#8217;s agreed. This plugin allows nice captioning for diagrams, charts, images etc.</p>
<p><strong>WPH also has some other connectivity features that work in the background. These are designed to create a &#8216;thick website&#8217; of interlinks and related content. These are listed as follows:</strong></p>
<p><strong>1- Simple Tags.</strong> Extended Tagging for WordPress 2.3. Auto-completion, Suggested Tags, Tag Cloud Widgets, Related Posts, Mass edit tags.  One of the best available tagging system for 2.3 after UTW. This tagging plugin produces rich cross referencing and auto -suggests tags in posts creation.</p>
<p><strong>2- Yet Another Related Posts Plugin.</strong> Returns a list of the related entries based on keyword matches, limited by a certain relatedness threshold. The list is conveniently situated below the full post. It can be configured for matching thresholds.</p>
<p><strong>3- TreeMagic-Cypress. </strong>Provides instant queries against any word or phrase on the page. Query resources are configurable and provide highly focused, non-intrusive supplementary information for the user.</p>
<p><strong>WPH posts management features.</strong><br />
<strong>1- Audit Trail.</strong> Keep a log of exactly what is happening behind the scenes of your WordPress blog. This needs to be accessed in the website admin section. Although it does not allow for conventional &#8216;rollback&#8217; to a version previously, versions can be viewed and re-saved, or data salvaged.</p>
<p><strong>2-WP Admin Bar Reloaded.</strong> Adds a small admin bar to the top of every page. Simple and fast access to admin sections through this discreet addition to the header of every page. Seen by logged in users only and permission based for the available links.<br />
<strong><br />
3- WP-DownloadManager.</strong> Adds a simple download manager to your WordPress blog.</p>
<p><strong>4-</strong> <strong>User Permissions</strong>. <strong> </strong> Provides user read/ write permissions on a per post basis. Easily set from a block in the editor write page. If we trust this &#8230; it&#8217;s useful for internal  posts not for public consumption</p>
<p><strong>5- Subscribe to Comments</strong>. Allows readers to receive notifications of new comments that are posted to an entry.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpresshelp.org/2008/02/10/wordpress-as-a-wiki/"  rel="bookmark" class="crp_title">WordPress as a wiki?</a></li><li><a href="http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/"  rel="bookmark" class="crp_title">WordPress for Genealogy</a></li><li><a href="http://wordpresshelp.org/2008/03/18/wordpress-information-central/"  rel="bookmark" class="crp_title">WordPress Information Central!</a></li><li><a href="http://wordpresshelp.org/2008/02/11/using-mimbo-theme/"  rel="bookmark" class="crp_title">Using Mimbo theme</a></li><li><a href="http://wordpresshelp.org/2009/04/17/seo-visibility-and-usability/"  rel="bookmark" class="crp_title">SEO, Visibility, and Usability</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/" >Contextual Related Posts</a></li></ul></div>


<p>Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/02/12/wordpresshelporg-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to recover a dead WordPress site</title>
		<link>http://wordpresshelp.org/2008/02/11/how-to-recover-a-dead-wordpress-site/</link>
		<comments>http://wordpresshelp.org/2008/02/11/how-to-recover-a-dead-wordpress-site/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 13:22:48 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[follow]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wordpresshelp.org/?p=16</guid>
		<description><![CDATA[I discovered this by accident and it worked! I had a blank white page on my local WP test site after installing a plugin or maybe another problem, who knows? I could not even login, as the admin pages were just stuck loading. Any way if you append your base URL with this â€œwp-admin/plugins.php?deactivate-all=trueâ€ it [...]


Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwordpresshelp.org%252F2008%252F02%252F11%252Fhow-to-recover-a-dead-wordpress-site%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20recover%20a%20dead%20WordPress%20site%22%20%7D);"></div>
<p> I discovered this by accident and it worked! I had a blank white page on my local WP test site after installing a plugin or maybe another problem, who knows? I could not even login, as the admin pages were just stuck loading.</p>
<p>Any way if you append your base <acronym title="Uniform Resource Locator">URL</acronym> with this â€œwp-admin/plugins.php?deactivate-all=trueâ€ it allows you to deactivate all plugins from the outside of admin. I did this and now my site is functional again. Of course you get the login screen first, to authenticate the call</p>
<p>Prior to this, I could not get past the login screen even to disable stuff in admin in the usual way.</p>
<p>The full url call looks like this on my machine. <a href="http://localhost/wordpress/wp-admin/plugins.php?deactivate-all=true"  class="urlextern" title="http://localhost/wordpress/wp-admin/plugins.php?deactivate-all=true" rel="nofollow">http://localhost/wordpress/wp-admin/plugins.php?deactivate-all=true</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpresshelp.org/2008/02/11/how-to-move-a-wordpress-site/"  rel="bookmark" class="crp_title">How to move a WordPress site</a></li><li><a href="http://wordpresshelp.org/2008/02/11/using-mimbo-theme/"  rel="bookmark" class="crp_title">Using Mimbo theme</a></li><li><a href="http://wordpresshelp.org/2009/04/19/security/"  rel="bookmark" class="crp_title">WordPress Security</a></li><li><a href="http://wordpresshelp.org/2008/02/29/how-to-get-an-edit-post-or-edit-page-link/"  rel="bookmark" class="crp_title">How to get an edit post or edit page link</a></li><li><a href="http://wordpresshelp.org/2008/04/25/wordpress-site-performance/"  rel="bookmark" class="crp_title">WordPress Site Performance</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/" >Contextual Related Posts</a></li></ul></div>


<p>Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/02/11/how-to-recover-a-dead-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Mimbo theme</title>
		<link>http://wordpresshelp.org/2008/02/11/using-mimbo-theme/</link>
		<comments>http://wordpresshelp.org/2008/02/11/using-mimbo-theme/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 11:35:24 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[follow]]></category>
		<category><![CDATA[mimbo]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wordpresshelp.org/?p=15</guid>
		<description><![CDATA[Writing and manging content in Worpress using Mimbo theme - Required: WordPress 2.3 &#8211; Mimbo theme installed, active and configured. &#8211; Image manager plugin installed and configured. &#8211; Basic image resizer software such as PhotoFiltre The Mimbo theme makes extensive use of front page images. It does this by utilizing the powerful wordpress &#8216;custom fields&#8217; [...]


Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwordpresshelp.org%252F2008%252F02%252F11%252Fusing-mimbo-theme%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Using%20Mimbo%20theme%22%20%7D);"></div>
<p><a title="writing_and_manging_content_in_worpress_using_mimbo_theme" name="writing_and_manging_content_in_worpress_using_mimbo_theme" id="writing_and_manging_content_in_worpress_using_mimbo_theme"></a><strong>Writing and manging content in Worpress using Mimbo theme</strong></p>
<p class="level2">  <em>- Required: WordPress 2.3  &#8211; Mimbo theme installed, active and configured.  &#8211; Image manager plugin installed and configured. &#8211; Basic image resizer software such as PhotoFiltre</em></p>
<p>The Mimbo theme makes extensive use of front page images. It does this by utilizing the powerful wordpress &#8216;custom fields&#8217; feature to add exclusive images to excepts displayed in the front page of the site. There is no auto-resize feature in this process and in order for the page to look presentable, these images need to be correctly prepared and optimized to load quickly and fit into the layout dimensions of the template. Image preparation can be done locally using an ordinary and free image/photo manipulation software such as the gimp or <a href="http://photofiltre.free.fr/"  class="urlextern" title="http://photofiltre.free.fr/" rel="nofollow">http://photofiltre.free.fr/</a> In addition, WordPress has an excellent browser based image manager <a href="http://www.soderlind.no/archives/2006/01/03/imagemanager-20/"  class="urlextern" title="http://www.soderlind.no/archives/2006/01/03/imagemanager-20/" rel="nofollow">http://www.soderlind.no/archives/2006/01/03/imagemanager-20/</a> that provides all the cropping, resizing, compression and formatting required. We will make extensive use of this tool, as it simplifies the whole process.</p>
<p><strong>NOTE</strong> If you are going to use pictures generated from original high quality digital photos or artwork, you do need to add an extra step in the process. High quality images usually provide excellent resolution and dimensions. This is essential for print and artwork display, but is quite unsuitable for website use. A web page has to display images by transferring digital information to your browser. Put simply, the more digital information the image has, the longer it will take to render that image in the browser. Original digital images are often many megabytes in size, which is way too big and would take several seconds to load on a page. Likewise their dimensions are often far to large for the web page template. Many people make the mistake of resizing their images into a smaller dimension, without optimizing the digital data. This means, the images are still too large and render slowly on the page.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpresshelp.org/2008/02/11/how-to-move-a-wordpress-site/"  rel="bookmark" class="crp_title">How to move a WordPress site</a></li><li><a href="http://wordpresshelp.org/2008/02/12/wordpresshelporg-features/"  rel="bookmark" class="crp_title">WordPressHelp.org features</a></li><li><a href="http://wordpresshelp.org/2008/03/03/style-tips/"  rel="bookmark" class="crp_title">Style Tips</a></li><li><a href="http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/"  rel="bookmark" class="crp_title">WordPress for Genealogy</a></li><li><a href="http://wordpresshelp.org/2008/02/10/wordpress-as-a-wiki/"  rel="bookmark" class="crp_title">WordPress as a wiki?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/" >Contextual Related Posts</a></li></ul></div>


<p>Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/02/11/using-mimbo-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to move a WordPress site</title>
		<link>http://wordpresshelp.org/2008/02/11/how-to-move-a-wordpress-site/</link>
		<comments>http://wordpresshelp.org/2008/02/11/how-to-move-a-wordpress-site/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 10:43:57 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[follow]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wordpresshelp.org/?p=14</guid>
		<description><![CDATA[This applies to moving the site within your own webspace, or if you want to move it to another host server. I have read a few versions of how to this and many details have been missed that are important. Notes When moving a site you have to consider if you have ever modified (hacked) [...]


Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwordpresshelp.org%252F2008%252F02%252F11%252Fhow-to-move-a-wordpress-site%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20move%20a%20WordPress%20site%22%20%7D);"></div>
<p>  <strong>This applies to moving the site within your own webspace, or if you want to move it to another host server. I have read a few versions of how to this and many details have been missed that are important. </strong></p>
<p><strong>Notes</strong></p>
<ol>
<li class="level1">
<p class="li"> When moving a site you have to consider if you have ever modified (hacked) any core files in wordpress</p>
</li>
<li class="level1">
<p class="li"> If you have and you want to maintain the functionality you must copy these over to the new installation</p>
</li>
<li class="level1">
<p class="li"> WordPress stores all user data in the wp-content folder and sub-directories and its database. This means all plugins, themes, images and other added fies will be in wp-content folder. NOTE. Some plugins DO put files elsewhere. Be aware!</p>
</li>
<li class="level1">
<p class="li"> If your file mods/ hacks are in the wp-content folder then carry on as below.</p>
</li>
<li class="level1">
<p class="li"> If you have hacked/modified files anywhere else, these must be copied over separately.</p>
</li>
<li class="level1">
<p class="li"> If you have no special mods/hacks, simple ignore the above.</p>
</li>
</ol>
<p><strong>Preparation on the old site</strong></p>
<ol>
<li class="level1">
<p class="li"> log into the original site as admin</p>
</li>
<li class="level1">
<p class="li"> Deactivate all cache settings and cache plugins. Make sure all cache files are cleared/ deleted.</p>
</li>
<li class="level1">
<p class="li"> If you have Askimet installed make sure you delete any spam comments in the moderation queue.</p>
</li>
<li class="level1">
<p class="li"> Log in to the <acronym title="File Transfer Protocol">FTP</acronym> account and copy the wp-content folder and config.php to your desktop.</p>
</li>
<li class="level1">
<p class="li"> Copy any other files from other locations if they have been modified! (see notes above)</p>
</li>
<li class="level1">
<p class="li"> Some plugins are poor at removing their database tables and configs from the database. Login to phpMyadmin and delete any tables that are no longer being used by your existing activated plugins.</p>
</li>
<li class="level1">
<p class="li"> Now optimize your database using the cpanel or other utility</p>
</li>
<li class="level1">
<p class="li"> Make a database backup, using cpanel, phpmyadmin, db backup, or some other utility.</p>
</li>
</ol>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpresshelp.org/2008/02/11/using-mimbo-theme/"  rel="bookmark" class="crp_title">Using Mimbo theme</a></li><li><a href="http://wordpresshelp.org/2008/02/11/how-to-recover-a-dead-wordpress-site/"  rel="bookmark" class="crp_title">How to recover a dead WordPress site</a></li><li><a href="http://wordpresshelp.org/2008/08/24/database-admin-tool/"  rel="bookmark" class="crp_title">Database Admin Tool</a></li><li><a href="http://wordpresshelp.org/2009/01/02/ubuntu-desktop-environment/"  rel="bookmark" class="crp_title">Ubuntu Desktop Environment</a></li><li><a href="http://wordpresshelp.org/2008/02/10/wordpress-as-a-wiki/"  rel="bookmark" class="crp_title">WordPress as a wiki?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/" >Contextual Related Posts</a></li></ul></div>


<p>Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/02/11/how-to-move-a-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress as a wiki?</title>
		<link>http://wordpresshelp.org/2008/02/10/wordpress-as-a-wiki/</link>
		<comments>http://wordpresshelp.org/2008/02/10/wordpress-as-a-wiki/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 23:46:23 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Ambient Webs]]></category>
		<category><![CDATA[BLOG]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Cypress]]></category>
		<category><![CDATA[follow]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[treemagic]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wordpresshelp.org/?p=13</guid>
		<description><![CDATA[WordPress for Wiki prototype

The following 'Tarski' theme has been used for its minimalist style and comprehensive layout options.

Why wordpress as a wiki?
Put simply, WordPress is probably the finest Internet publication system available. It efficiently broadcasts posts to search engines and social networking services and provides excellent visibility, both in design, code structure and connectivity. To combine these well established features and the collaboration qualities of a wiki like setup produces a good combination of high visibility and group authoring requirements.


Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwordpresshelp.org%252F2008%252F02%252F10%252Fwordpress-as-a-wiki%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22WordPress%20as%20a%20wiki%3F%22%20%7D);"></div>
<h2>WordPress for Wiki prototype</h2>
<p>According to Wikipedia:</p>
<blockquote><p>A <strong>wiki</strong> is <a rel="nofollow" href="http://en.wikipedia.org/wiki/Computer_software"  title="Computer software">software</a> that allows users to create, edit, and <a rel="nofollow" href="http://en.wikipedia.org/wiki/Hyperlink"  title="Hyperlink">link</a> web pages easily. Wikis are often used to create <a rel="nofollow" href="http://en.wikipedia.org/wiki/Collaborative"  title="Collaborative">collaborative</a> <a rel="nofollow" href="http://en.wikipedia.org/wiki/Website"  title="Website">websites</a> and to power community websites. These wiki websites are often also referred to as <em>wikis</em>; for example, <a rel="nofollow" href="http://en.wikipedia.org/wiki/Wikipedia"  title="Wikipedia">Wikipedia</a> is one of the best known wikis.<sup id="_ref-Britannica_0" class="reference"><a rel="nofollow" href="http://en.wikipedia.org/wiki/Wiki#_note-Britannica" >[1]</a></sup> Wikis are being installed by businesses to provide affordable and effective <a rel="nofollow" href="http://en.wikipedia.org/wiki/Intranet"  title="Intranet">Intranets</a> and for <a rel="nofollow" href="http://en.wikipedia.org/wiki/Knowledge_Management"  title="Knowledge Management">Knowledge Management</a>. <a rel="nofollow" href="http://en.wikipedia.org/wiki/Ward_Cunningham"  title="Ward Cunningham">Ward Cunningham</a>, developer of the first wiki, <a rel="nofollow" href="http://en.wikipedia.org/wiki/WikiWikiWeb"  title="WikiWikiWeb">WikiWikiWeb</a>, originally described it as &#8220;the simplest online database that could possibly work&#8221;.<sup id="_ref-0" class="reference"><a rel="nofollow" href="http://en.wikipedia.org/wiki/Wiki#_note-0" >[2]</a></sup></p></blockquote>
<p><strong>Why wordpress as a wiki?</strong><br />
Put simply, WordPress is probably the finest Internet publication system available. It efficiently broadcasts posts to search engines and social networking services and provides excellent visibility, both in design, code structure and connectivity. To combine these well established features and the collaboration qualities of a wiki like setup produces a good combination of high visibility and group authoring requirements.</p>
<p><span id="more-13"></span></p>
<p>The following plugins have been chosen to emulate a wiki-like feature set. Most wiki features have been accomplished with these carefully selected plugins. We will evaluate this setup and refine/adjust as required. Most of these plugins have been selected to provide &#8216;connectivity&#8217; between subjects, topics, keywords and meta information.</p>
<p>0. Awsom News Announcement: Allows you to post news announcements in the area above your posts on the index page (or anywhere else you want). By Harknell.<br />
1. Audit Trail: Keep a log of exactly what is happening behind the scenes of your WordPress blog. By John Godley<br />
2. Autolink tags for content: This plugin automatically checks out your posts to add tag links for the tag text in the posts. By Kelvin Xu.<br />
3. Image Caption Easy: Transforms the alt text of an image into a caption which can be controlled through css. By Mark W. B. Ashcroft<br />
4. SH-Autolink: In posts and comments, it transforms predefined words automatically into hyperlinks. By Stevie.<br />
5. Snippet Highlight: embedd code between &lt;pre&gt; &lt;/pre&gt; tags. apply code language as css class: php, css, js etc. By Roland Rust.<br />
6. Subscribe2: Notifies an email list when new entries are posted. By Matthew Robinson.<br />
7. TreeMagic-Cypress: Way of making Internet and Intranet information easily accessible. By Ambient Webs LLC<br />
8. Upload+: Secure, cleaner and customized file names for uploaded files. By Pixline<br />
9. User Permissions: Per-post user permissions By John Godley.<br />
10 WP-DownloadManager: Adds a simple download manager to your WordPress blog. By Lester &#8216;GaMerZ&#8217; Chan.<br />
11 WP-Footnotes: Allows a user to easily add footnotes to a post. By Simon Elvery.<br />
12 WYSI-WordPress: This plugin adds a more advanced WYSIWYG editor to the WordPress post editing screen. It includes advanced image handling, including on-the-fly thumbnail resizing and compression. It also includes Martin ChlupÃ¡câ€™s excellent Iimage Manager v 1.4.1. By MudBomb.com.<br />
13 Yet Another Related Posts Plugin: Returns a list of the related entries based on keyword matches, limited by a certain relatedness threshold. Like the tried and true Related Posts pluginsâ€”just better! By mitcho (Michael Yoshitaka Erlewine).</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpresshelp.org/2008/02/12/wordpresshelporg-features/"  rel="bookmark" class="crp_title">WordPressHelp.org features</a></li><li><a href="http://wordpresshelp.org/2008/03/03/design-resources/"  rel="bookmark" class="crp_title">Design Resources</a></li><li><a href="http://wordpresshelp.org/2008/03/03/web-specifications/"  rel="bookmark" class="crp_title">Web Specifications</a></li><li><a href="http://wordpresshelp.org/2008/02/14/treemagic-cypress/"  rel="bookmark" class="crp_title">TreeMagic Cypress</a></li><li><a href="http://wordpresshelp.org/2008/03/02/web-standards-checklist/"  rel="bookmark" class="crp_title">Web Standards Checklist</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/" >Contextual Related Posts</a></li></ul></div>


<p>Related posts:<ol><li><a href='http://wordpresshelp.org/2009/10/13/wordpress-for-genealogy/' rel='bookmark' title='Permanent Link: WordPress for Genealogy'>WordPress for Genealogy</a> <small>For those of you out there interested in seeing a...</small></li>
<li><a href='http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/' rel='bookmark' title='Permanent Link: Tomboy to WordPress (ATOM)'>Tomboy to WordPress (ATOM)</a> <small>If you are a Linux user like I am (Ubuntu...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/02/10/wordpress-as-a-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
