<?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>web-templates.nuWordpress Plugins  </title>
	<atom:link href="http://www.web-templates.nu/category/wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-templates.nu</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 07 Jun 2009 15:18:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WP Blurb</title>
		<link>http://www.web-templates.nu/2008/09/28/wp-blurb/</link>
		<comments>http://www.web-templates.nu/2008/09/28/wp-blurb/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 17:52:05 +0000</pubDate>
		<dc:creator>jens</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.web-templates.nu/?p=43</guid>
		<description><![CDATA[Want limited meta descriptions? limited sidebar text snippets? limited blog teasers? Maybe you have custom texts you need to limit in length? No problem! This plugin does it all.
Limit posts, pages, categories or your custom text. Limit the number of characters to what you like. You are calling the plugin function from your theme.
Installation

Upload the [...]]]></description>
			<content:encoded><![CDATA[<p>Want limited meta descriptions? limited sidebar text snippets? limited blog teasers? Maybe you have custom texts you need to limit in length? No problem! This plugin does it all.</p>
<p>Limit posts, pages, categories or your custom text. Limit the number of characters to what you like. You are calling the plugin function from your theme.</p>
<h2>Installation</h2>
<ol>
<li>Upload the wp-blurb directory to wp-content/plugins.</li>
<li>Activate the plugin</li>
</ol>
<h2>Usage</h2>
<p>You can use WP Blurb to very many things. Here is just some examples of where you can use this plugin.</p>
<ul>
<li>Automatically display <strong>Meta Descriptions</strong></li>
<li>Automatically display <strong>Blog Teasers</strong></li>
<li>Automatically sidebar <strong>Text Snippets</strong></li>
<li>Display a snippet of a <strong>custom text of your choice</strong></li>
</ul>
<h2>Parameters</h2>
<p><strong>Moretext</strong> (string) &#8211; Text end ([...] is set by default).<br />
<strong>Limit</strong> (int) &#8211; Limit the number of characters, rounded down to whole words (default is unlimited, empty input).<br />
<strong>Custom input</strong> (string) &#8211; Your own text (the_content, the_excerpt and category_description is default).</p>
<h2>Example 1. Meta Description</h2>
<p>Place the code below to create an automated meta description into your posts, pages, categories, archives, index and so on.</p>
<pre>&lt;meta name="Description" content="&lt;?php wp_blurb('[more]', 200); ?&gt;" /&gt;</pre>
<h2>Example 2. Blog teasers</h2>
<p>Within <strong>the loop</strong>, in the <strong>archive.php</strong>, place this code:</p>
<pre>&lt;?php wp_blurb('[...]', 200, get_the_content()); ?&gt;</pre>
<h2>Example 3. Custom Text Snippet</h2>
<p>Use the parameters to control the output. You can even insert your own text.</p>
<pre>&lt;?php wp_blurb('[More]', 10, 'This is my little text.'); ?&gt;</pre>
<h2>Example 4. Advanced usage | Change the output yourself</h2>
<p>Advanced users sometimes like to change things. The output text can be changed with the get_simple_description() function.</p>
<pre>&lt;?php
$my_description = get_blurb();
echo $my_description;
?&gt;</pre>
<h2>Updates</h2>
<h3>0.1</h3>
<ul>
<li>Plugin created</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.web-templates.nu/2008/09/28/wp-blurb/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>WP Smiley Switcher</title>
		<link>http://www.web-templates.nu/2008/09/13/wp-smiley-switcher/</link>
		<comments>http://www.web-templates.nu/2008/09/13/wp-smiley-switcher/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 07:59:27 +0000</pubDate>
		<dc:creator>jens</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.web-templates.nu/?p=38</guid>
		<description><![CDATA[With this plugin you can choose a smiley pack from the settings / options in admin or simply choose your own smiley pack directory.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.web-templates.nu/wp-content/uploads/wp-smiley-switcher.jpg" rel="thumbnail"><img class="alignnone size-medium wp-image-39" title="WP Smiley Switcher" src="http://www.web-templates.nu/wp-content/uploads/wp-smiley-switcher-270x231.jpg" alt="" width="270" height="231" /></a></p>
<h2>Description</h2>
<p>With this plugin you can choose a smiley pack from the settings / options in admin or simply choose your own smiley pack directory.</p>
<h2>Features</h2>
<ul>
<li>- Choose your own smiley pack directory</li>
<li>- Choose from other smileys than Wordpress default smileys</li>
<li>- Enable / disable smileys in posts / pages</li>
<li>- Enable / disable smileys in comments</li>
</ul>
<h2>Updates</h2>
<h3>0.1</h3>
<ul>
<li>- Plugin created</li>
</ul>
<h2>Support this plugin</h2>
<ul>
<li>- Report bugs or give me feedback</li>
<li>- Blog about this plugin</li>
<li>- Spread the word</li>
<li>- Provide me with code or smiley packs to be included with this plugin (if it&#8217;s good enough)</li>
</ul>
<h2>Special thanks to</h2>
<p>I would like to thank <a title="Noktah Hitam" href="http://www.noktahhitam.com">Noktah Hitam</a> for letting me use the <a title="Noktahhitam" href="http://www.noktahhitam.com/emoticon-pack-for-wordpress.html">Noktahhitam smileys</a>.</p>
<p><a title="Download" href="http://www.web-templates.nu/wp-content/uploads/wp-smiley-switcher.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.web-templates.nu/2008/09/13/wp-smiley-switcher/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>WP Extra Template Tags</title>
		<link>http://www.web-templates.nu/2008/08/25/wp-extra-template-tags/</link>
		<comments>http://www.web-templates.nu/2008/08/25/wp-extra-template-tags/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 11:16:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.web-templates.nu/?p=16</guid>
		<description><![CDATA[Template tags is a really good thing i Wordpress. Unfortunately there are some tags missing. I created a plugin to provide Wordpress users with extra template tags. It can be used in themes or plugins.]]></description>
			<content:encoded><![CDATA[<h2>Description</h2>
<p>Template tags is a really good thing i Wordpress. Unfortunately there are some tags missing. I created a plugin to provide Wordpress users with extra template tags. It can be used in themes or plugins.</p>
<p>To prevent future function collisions I&#8217;ve put an underscore before every template tag. The Wordpress team might delvelop these template tags later. If some tag already exist don&#8217;t hesitate to leave a comment.</p>
<h2>Category tags</h2>
<h3>Category ID ( category_ID() / get_category_ID() )</h3>
<p>Displays or returns the numeric ID of the category a post belongs to. This tag must be used within The Loop.<br />
<code>&lt;?php _category_ID(); ?&gt;<br />
&lt;?php echo _get_category_ID(); ?&gt;</code></p>
<h3>Category Parent ID ( category_parent_ID() / get_parent_ID() )</h3>
<p>Displays or returns the numeric parent ID of the category a post belongs to. This tag must be used within The Loop.<br />
<code>&lt;?php _category_parent_ID(); ?&gt;<br />
&lt;?php echo _get_category_parent_ID(); ?&gt;</code></p>
<h3>Category Slug ( category_slug() / get_category_slug() )</h3>
<p>Displays or returns the category slug/nicename of the category a post belongs to. This tag must be used within The Loop.<br />
<code>&lt;?php _category_slug(); ?&gt;<br />
&lt;?php echo _get_category_slug(); ?&gt;</code></p>
<h3>Category Name ( category_name() / get_category_name() )</h3>
<p>Displays or returns the name/title of the category a post belongs to. This tag must be used within The Loop.<br />
<code>&lt;?php _category_name(); ?&gt;<br />
&lt;?php echo _get_category_name(); ?&gt;</code></p>
<h3>Category Count ( category_count() / get_category_count() )</h3>
<p>Displays or returns the number of posts within a category. It can be used with a post ID, post slug / nicename or empty used within The Loop.<br />
<code>&lt;?php _category_count(); ?&gt;<br />
&lt;?php _category_count(3); ?&gt;<br />
&lt;?php _category_count('about'); ?&gt;<br />
&lt;?php echo _get_category_count(); ?&gt;<br />
&lt;?php echo _get_category_count(3); ?&gt;<br />
&lt;?php echo _get_category_count('about'); ?&gt;</code></p>
<h3>Get Category Name By ID ( get_category_name_by_ID() )</h3>
<p>Returns the name/title of the category ID.<br />
<code>&lt;?php echo _get_category_name_by_ID(3); ?&gt;</code></p>
<h3>Get Category ID By Name ( get_category_ID_by_name() )</h3>
<p>Returns the ID of the category slug/nicename.<br />
<code>&lt;?php echo _get_category_ID_by_name('about'); ?&gt;</code></p>
<h2>User tags</h2>
<h3>User ID ( user_id() / get_user_id() )</h3>
<p>Displays or returns the user ID of the logged in user.<br />
<code>&lt;?php _user_id(); ?&gt;<br />
&lt;?php echo _get_user_id(); ?&gt;</code></p>
<h3>User Name ( user_name() / get_user_name() )</h3>
<p>Displays or returns the user name of the logged in user.<br />
<code>&lt;?php _user_name(); ?&gt;<br />
&lt;?php echo _get_user_name(); ?&gt;</code></p>
<h3>User Level ( user_level() / get_user_level() )</h3>
<p>Displays or returns the user level of the logged in user.<br />
<code>&lt;?php _user_level(); ?&gt;<br />
&lt;?php echo _user_level(); ?&gt;</code></p>
<h2>Page tags ( get_ID_by_page_name() )</h2>
<h3>ID by Page Name</h3>
<p>Displays or returns the page ID by page or post slug/nicename.<br />
<code>&lt;?php echo _get_ID_by_page_name('about'); ?&gt;</code></p>
<h3>Name by Page ID ( get_name_by_ID () )</h3>
<p><code>&lt;?php echo _get_name_by_page_ID(3); ?&gt;</code></p>
<h3>Depth ( get_depth() )</h3>
<p>Returns the depth of a page. It can be used with a page ID or empty used within The Loop.<br />
<code>&lt;?php echo _get_depth(); ?&gt;<br />
&lt;?php echo _get_depth(3); ?&gt;</code></p>
<h3>Is Child ( is_child() )</h3>
<p>Returns true if the current page is a child. It can be used with a page ID or empty used within The Loop.<br />
<code>&lt;?php if(_is_child()) { echo 'This is a child page'; } ?&gt;<br />
&lt;?php if(_is_child(3)) { echo 'This is a child page'; } ?&gt;</code></p>
<h3>Is Grandchild ( is_grandchild() )</h3>
<p>Returns true if the current page is a grandchild.<br />
<code>&lt;?php if(_is_grandchild()) { echo 'This is a grandchild page'; } ?&gt;</code></p>
<h2>Posts tags</h2>
<h3>Max Pages ( max_pages() / get_max_pages() )</h3>
<p>Displays or returns the max amount of pages per post. This tag must be used within The Loop.<br />
<code>&lt;?php _max_pages(); ?&gt;<br />
&lt;?php echo _get_max_pages(); ?&gt;</code></p>
<h3>Delete Post Link ( delete_post_link() )</h3>
<p>Displays a link to delete current post or page for logged in administrators. Be careful!<br />
<code>&lt;?php _delete_post_link(); ?&gt;</code></p>
<h3>Get The Content WITH Formatting ( get_the_content_with_formatting() ) </h3>
<p>Returns get_the_content() tag WITH formatting like the_content().<br />
<code>&lt;?php echo _get_the_content_with_formatting(); ?&gt;</code></p>
<h2>Permalink tags</h2>
<h3>Parent Permalink ( parent_permalink() / get_parent_permalink() )</h3>
<p>Displays or returns the parent permalink. This tag must be used within The Loop.<br />
<code>&lt;?php _parent_permalink(); ?&gt;<br />
&lt;?php echo _get_parent_permalink(); ?&gt;</code></p>
<h3>Permalink by Name ( permalink_by_name() / get_permalink_by_name() ) </h3>
<p>Displays or returns the permalink by page or post slug/nicename.<br />
<code>&lt;?php _permalink_by_name('about'); ?&gt;<br />
&lt;?php echo _get_permalink_by_name('about'); ?&gt;</code></p>
<h2>Updates</h2>
<h3>0.4</h3>
<ul>
<li>__category_count() and _get_category_count updated.</li>
</ul>
<h3>0.3</h3>
<ul>
<li>_is_child() tag created.</li>
<li>_is_grandchild() tag created.</li>
<li>_get_depth() tag created.</li>
</ul>
<h3>0.2</h3>
<ul>
<li>_the_content_with_formatting() tag created.</li>
<li>Fixed bug in _delete_post_link() tag</li>
</ul>
<h3>0.1</h3>
<ul>
<li>Plugin created</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.web-templates.nu/2008/08/25/wp-extra-template-tags/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
	</channel>
</rss>
