<?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>Kriesi.at - Wordpress Themes and HTML Templates &#187; WordPress Plugins</title>
	<atom:link href="http://www.kriesi.at/archives/category/wordpress-plugins/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kriesi.at</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:25:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress Plugin: Simple Breadcrumb Navigation</title>
		<link>http://www.kriesi.at/archives/wordpress-plugin-simple-breadcrumb-navigation</link>
		<comments>http://www.kriesi.at/archives/wordpress-plugin-simple-breadcrumb-navigation#comments</comments>
		<pubDate>Wed, 05 Nov 2008 10:09:38 +0000</pubDate>
		<dc:creator>Kriesi</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.kriesi.at/?p=525</guid>
		<description><![CDATA[A very lightweight breadcrumb navigation that supports nested categories and pages.]]></description>
			<content:encoded><![CDATA[<p>Since I am using WordPress mainly as a CMS and wasn&#8217;t very satisified  with the availaible plugins (too bloated, too many options to my mind) I  decided to code my very own lightweight version.</p>
<p><span id="more-525"></span></p>
<p>If you do create websites with WordPress, that go beyond the scope of  normal blog pages, you should consider to include a breadcrumb  navigation for advanced usability. If you want a very lightweight breadcrumb navigation that supports nested categories and pages, doesn&#8217;t need many database queries, and if you don&#8217;t need any crazy options this might be your breadcrumb plugin of choice.</p>
<h3>Usage</h3>
<p>Just upload the simple_breadcrumb.php file to your plugins folder and activate it in your WordPress backend.</p>
<p>To display the navigation add this line of code to the template file of your choice:</p>
<pre>&lt;?php if (class_exists('simple_breadcrumb')) { $bc = new simple_breadcrumb; } ?&gt;</pre>
<h3>Example</h3>
<p>You can find a working example at my newest WordPress Theme <a href="http://www.kriesi.at/demos/index.php?wptheme=Javazine">Javazine</a><br />
(I excluded the Breadcrumb Navigation from the front page, just open a post/page or a categorie to display it)</p>
<h3>Download</h3>
<div class="download"><a title="download Zip File" href="http://www.kriesi.at/wp-content/uploads/2008/11/simple_breadcrumbphp.zip">Download</a><br />
Last Update: November 05th 2008, Version: 1.0</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kriesi.at/archives/wordpress-plugin-simple-breadcrumb-navigation/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Plugin updated: My Favorite Posts</title>
		<link>http://www.kriesi.at/archives/plugin-updated-my-favorite-posts</link>
		<comments>http://www.kriesi.at/archives/plugin-updated-my-favorite-posts#comments</comments>
		<pubDate>Fri, 10 Oct 2008 13:17:15 +0000</pubDate>
		<dc:creator>Kriesi</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kriesi.at/?p=421</guid>
		<description><![CDATA[Because of popular demand I recently updated the favorite posts plugin I created a while ago. Since I do not have much time to spare, I wasn&#8217;t able to include all features that were suggeste by my readers, but I could implement two that were highly demanded: The plugin comes with widget support now You [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts"><img class="size-thumbnail wp-image-237 alignright" src="http://www.kriesi.at/wp-content/uploads/2008/06/plugin1.jpg" alt="" width="100" height="100" /></a>Because of popular demand I recently updated the <a href="http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts">favorite posts plugin</a> I created a while ago. Since I do not have much time to spare, I wasn&#8217;t able to include all features that were suggeste by my readers, but I could implement two that were highly demanded:</p>
<ul>
<li>The plugin comes with widget support now</li>
<li>You can display other peoples favorite posts now (for example on an authors page to display his or her favorite posts)</li>
</ul>
<p>To take a glimpse how it works you can create an account on my <a href="http://www.kriesi.at/demos/index.php?wptheme=Communizine">wordpress test installation</a>.<br />
If you like the theme presented there head over to <a href="http://themeforest.net/item/communizine/19178?ref=kriesi">themeforest</a> and download it for a small fee.<br />
Plugin Download is, of course for free, <a href="http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kriesi.at/archives/plugin-updated-my-favorite-posts/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My first Plugin: &quot;my favorite posts&quot;</title>
		<link>http://www.kriesi.at/archives/my-first-plugin-my-favorite-posts</link>
		<comments>http://www.kriesi.at/archives/my-first-plugin-my-favorite-posts#comments</comments>
		<pubDate>Thu, 05 Jun 2008 01:09:54 +0000</pubDate>
		<dc:creator>Kriesi</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[favorite posts]]></category>

		<guid isPermaLink="false">http://www.kriesi.at/?p=231</guid>
		<description><![CDATA[After writing several plugins (for my own website as well as some for my clients) which where rather limited in terms of flexibility and usefulness outside of the different projects, I decided to give something back to the WordPress community and write one available to the public. I made this decision some time ago but [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Plugin Page" href="http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts"><img class="alignleft size-full wp-image-236" src="http://www.kriesi.at/wp-content/uploads/2008/06/plug.jpg" alt="" width="100" height="100" /></a>After writing several plugins (for my own website as well as some for my clients) which where rather limited in terms of flexibility and usefulness outside of the different projects, I decided to give something back to the WordPress community and write one available to the public. I made this decision some time ago but didn&#8217;t know what to create.</p>
<p>Until now. Some days ago one of my readers (Noura from <a href="http://www.noupe.com/">noupe.com</a> &#8211; great site if you are looking for inspiration) asked me if there is a simple way of giving each logged in user the opportunity to create a list of his or her favorite posts.</p>
<p>Since I couldn&#8217;t find any plugin that covered the topic I started programing one and  now, &#8220;some&#8221; hours later I present you, without further ado, my first plugin: &#8220;<a title="Plugin" href="http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts">my favorite posts&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kriesi.at/archives/my-first-plugin-my-favorite-posts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: My favorite posts</title>
		<link>http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts</link>
		<comments>http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts#comments</comments>
		<pubDate>Wed, 04 Jun 2008 20:41:23 +0000</pubDate>
		<dc:creator>Kriesi</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kriesi.at/?p=228</guid>
		<description><![CDATA["My favorite posts" is a WordPress plugin which allows logged in users to add posts they like to a favorite post list.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-237" src="http://www.kriesi.at/wp-content/uploads/2008/06/plugin1.jpg" alt="" width="100" height="100" /><strong>&#8220;My favorite posts&#8221;</strong> is a WordPress plugin which allows logged in users to add posts they like to a private favorite post list.</p>
<p>This post will teach you how to use the plugin.</p>
<p><strong>Current Version:</strong> 1.2<br />
<strong>Last Update:</strong> October 10th 2008</p>
<h3>Download</h3>
<p>First of all you need do download the zip file, unzip it and place the fav_me.php file at your server at /wp-content/plugins/.</p>
<div class="download"><a title="download Zip File" href="http://www.kriesi.at/wp-content/uploads/2008/10/fav_mephp.zip">Download</a><br />
Last Update: October 10th 2008, Version: 1.2</div>
<h3>Installation</h3>
<p>Installation is rather easy: just activate the plugin, it will create the database table it needs to work on its own.<br />
<img class="fullsize size-full wp-image-234" src="http://www.kriesi.at/wp-content/uploads/2008/06/plugin_install.jpg" alt="" width="500" height="77" /></p>
<h3>Using the Plugin</h3>
<p>We leave the no-brainer part to learn something interesting now: how to implement the plugin in your theme.<br />
Basically all you need are 2 functions:</p>
<ol>
<li>mfp_the_link();</li>
<li>mfp_display();</li>
</ol>
<p><strong>mfp_the_link </strong>will display an <strong>&#8220;Add this post to your favorite post list&#8221;</strong> link wherever you call it. Best practice of course is to add the function anywhere INSIDE your <a title="WordPress Loop" href="http://codex.wordpress.org/The_Loop">WordPress loop</a>. That will create the add link for each post.</p>
<p><img class="fullsize size-full wp-image-232" src="http://www.kriesi.at/wp-content/uploads/2008/06/plugin_1.jpg" alt="" width="500" height="190" /></p>
<p>You can pass up to two parameters when calling mfp_the_link().<br />
These are: <strong>add_link</strong> and <strong>remove_link</strong>.<br />
The syntax is euqal to many wordpress core functions:</p>
<pre>mfp_the_link("add_link=add me please&amp;remove_link=remove me please");</pre>
<p>This will replace the default link names with the ones you provide. If you want you can add markup as well:</p>
<pre>mfp_the_link("add_link=&lt;span class='add_this'&gt;add me please&lt;/span&gt;");</pre>
<p><strong>mfp_display</strong> will display the list of favorite posts anywhere you like. No WordPress loop required here.<br />
So you can put the list in your sidebar, footer, main content area etc.</p>
<p><img class="fullsize size-full wp-image-233" src="http://www.kriesi.at/wp-content/uploads/2008/06/plugin_2.jpg" alt="" width="500" height="190" /></p>
<p>Of course you can pass parameters here as well. Calling the function without parameters will create an unordered list: each list item will contain a link to the post and a &#8220;remove link&#8221;.<br />
The default classes added are:</p>
<ul>
<li> ul class: mfp_favorites</li>
<li>link class:  mfp_link</li>
<li>remove link class: mfp_remove_link</li>
</ul>
<p>So you don&#8217;t like my classes? Or you want to display the items in &lt;div&gt; and &lt;p&gt; instead of &lt;ul&gt; and &lt;li&gt;?<br />
Here are the parameters you may change:</p>
<ul>
<li><strong>title</strong> : Default is no title</li>
<li><strong>display</strong> : Default is &#8220;list&#8221; -&gt; you may change it to &#8220;div&#8221;</li>
<li><strong>remove_link</strong> : Text for remove link, Default is &#8220;remove&#8221;</li>
<li><strong>class</strong> : Class for ul/div , defaul is &#8220;mfp_favorites&#8221;</li>
<li><strong>link_class </strong>: Class for the post link, default is &#8220;mfp_link&#8221;</li>
<li><strong>remove_link_class</strong> : Class for remove link, default is &#8220;mfp_remove_link&#8221;</li>
<li><strong>order_by</strong> : Order of items, default is ID, you can change that to any field name of the wp_posts table: some examples would be &#8220;post_title&#8221;, &#8220;post_author&#8221;, &#8220;post_date&#8221;. Get the full list at the <a title="WordPress Posts Table" href="http://codex.wordpress.org/Database_Description/2.3#Table:_wp_posts">WordPress Codex</a>.</li>
</ul>
<p><strong>Some examples:</strong></p>
<pre>// Add a h3 title
mfp_display("title=&lt;h3&gt;Favorite Posts&lt;/h3&gt;")

// Display as Div with different class names
mfp_display("display=div&amp;class=class_1&amp;link_class=class_2");

// Order by post Title &amp; different remove link text
mfp_display("order_by=post_title&amp;remove_link=up up and away");</pre>
<p>Another option is to pass the ID of a user to the function. This way it will display another users favorite post list. you can do that by apending the ID as a seperate parameter. The following example would retrieve the posts of user 13 from the database:</p>
<pre>mfp_display("order_by=post_title",13);</pre>
<p>One of the best options to use this function would be to show it on the authors page of a user. Just insert the ID of the user dynamically <img src='http://www.kriesi.at/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Another option to display the posts is through the widget added in version 1.2.</p>
<p>Thats it. If you encounter any problems, please tell me via <a href="http://www.kriesi.at/contact">contact form</a> or comments. I would also be glad to hear suggestions for improvements, be it in functionality, usability or code wise.</p>
<p>Have a nice day <img src='http://www.kriesi.at/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Version History:</h2>
<p>v.1.0: 03.06.2008<br />
v.1.1: 04.06.2008 (major code change, increased flexibility)<br />
v.1.1.1: 10.06.2008 (minor bug fix: broken &lt;a/&gt; tag &amp; php notice)<br />
v.1.2: 10.08.2008 (added widget support and possibility to display other peoples favorite posts)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts/feed</wfw:commentRss>
		<slash:comments>150</slash:comments>
		</item>
	</channel>
</rss>
