<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" 	> <channel><title>Comments for travellin&#039; meets real life</title> <atom:link href="http://www.neotrinity.at/comments/feed/" rel="self" type="application/rss+xml" /><link>http://www.neotrinity.at</link> <description>my adventures and everyday&#039;s life</description> <lastBuildDate>Wed, 17 Aug 2011 18:21:01 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <image><url>http://www.neotrinity.at/feeds/favicon.jpg</url><title>travellin' meets real life</title><width>40</width><height>40</height><link>http://www.neotrinity.at/</link></image> <item><title>Comment on WordPress 2.3 &#8211; Tagging Posts and Pages by TagPages review, discussions, does it work, and ratings on Loadwp.com&#160;&#124;&#160;Loadwp.com</title><link>http://www.neotrinity.at/2007/10/06/wordpress-23-tagging-posts-and-pages/#comment-5760</link> <dc:creator>TagPages review, discussions, does it work, and ratings on Loadwp.com&#160;&#124;&#160;Loadwp.com</dc:creator> <pubDate>Wed, 17 Aug 2011 18:21:01 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/2007/10/06/wordpress-23-tagging-posts-and-pages/#comment-5760</guid> <description>[...] plugin is a follow-up to my post which I wrote a few years ago. &#8211; The idea was (and still is) to equip pages with tags and [...]</description> <content:encoded><![CDATA[<p>[...] plugin is a follow-up to my post which I wrote a few years ago. &#8211; The idea was (and still is) to equip pages with tags and [...]</p> ]]></content:encoded> <geo:lat>52.3</geo:lat><geo:long>5.45</geo:long> </item> <item><title>Comment on Projects by DAFTAR WIDGET UNTUK WORDPRESS &#171; Nuraziz Computer</title><link>http://www.neotrinity.at/projects/#comment-5744</link> <dc:creator>DAFTAR WIDGET UNTUK WORDPRESS &#171; Nuraziz Computer</dc:creator> <pubDate>Mon, 13 Sep 2010 18:17:18 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/projects/#comment-5744</guid> <description>[...] GeneralStats – counts the number of users, categories, posts, comments, pages, links, tags, link-c... [...]</description> <content:encoded><![CDATA[]]></content:encoded> <geo:lat>38</geo:lat><geo:long>-97</geo:long> </item> <item><title>Comment on Projects by 给Wordpress添加统计数据</title><link>http://www.neotrinity.at/projects/#comment-5742</link> <dc:creator>给Wordpress添加统计数据</dc:creator> <pubDate>Sun, 05 Sep 2010 03:47:27 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/projects/#comment-5742</guid> <description>[...] 实现这个功能，用到了FireStats和GeneralStats两个插件，FireStats是为了实现访客统计，GeneralStats是为了统计网站的文章，留言等的数量。 [...]</description> <content:encoded><![CDATA[]]></content:encoded> <geo:lat>38</geo:lat><geo:long>-97</geo:long> </item> <item><title>Comment on TagPages &#8211; Tags functionality for pages in WordPress 3.0 by Berny</title><link>http://www.neotrinity.at/2010/08/01/tagpages-tags-functionality-for-pages-in-wordpress-30/#comment-5741</link> <dc:creator>Berny</dc:creator> <pubDate>Sat, 04 Sep 2010 04:24:41 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/?p=894#comment-5741</guid> <description>Hi luxusdisco,
To produce an unordered list of all tags in the sidebar, you could include a call to &lt;code&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Function_Reference/wp_tag_cloud&quot; rel=&quot;nofollow&quot;&gt;wp_tag_cloud&lt;/a&gt;&lt;/code&gt;. If you set &lt;code&gt;format&lt;/code&gt; to &lt;code&gt;list&lt;/code&gt; it will produce an unordered list.
For example: &lt;code&gt;wp_tag_cloud(&#039;format=list&amp;smallest=10&amp;largest=10&#039;);&lt;/code&gt;
If you want to display a pages-list together with your tags you can use &lt;code&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Template_Tags/get_posts&quot; rel=&quot;nofollow&quot;&gt;get_posts&lt;/a&gt;&lt;/code&gt; to retrieve a pages-list outside of the loop and call &lt;code&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Function_Reference/the_tags&quot; rel=&quot;nofollow&quot;&gt;the_tags&lt;/a&gt;&lt;/code&gt; on every iteration after &lt;code&gt;setup_postdata&lt;/code&gt;. Have a look at the examples of &lt;code&gt;get_posts&lt;/code&gt;.
greetz,
Berny</description> <content:encoded><![CDATA[<p>Hi luxusdisco,</p><p>To produce an unordered list of all tags in the sidebar, you could include a call to <code><a
target="_blank" href="http://codex.wordpress.org/Function_Reference/wp_tag_cloud" rel="nofollow">wp_tag_cloud</a></code>. If you set <code>format</code> to <code>list</code> it will produce an unordered list.</p><p>For example: <code>wp_tag_cloud('format=list&#038;smallest=10&#038;largest=10');</code></p><p>If you want to display a pages-list together with your tags you can use <code><a
target="_blank" href="http://codex.wordpress.org/Template_Tags/get_posts" rel="nofollow">get_posts</a></code> to retrieve a pages-list outside of the loop and call <code><a
target="_blank" href="http://codex.wordpress.org/Function_Reference/the_tags" rel="nofollow">the_tags</a></code> on every iteration after <code>setup_postdata</code>. Have a look at the examples of <code>get_posts</code>.</p><p>greetz,<br
/> Berny</p> ]]></content:encoded> <geo:lat>15</geo:lat><geo:long>100</geo:long> </item> <item><title>Comment on TagPages &#8211; Tags functionality for pages in WordPress 3.0 by luxusdisco</title><link>http://www.neotrinity.at/2010/08/01/tagpages-tags-functionality-for-pages-in-wordpress-30/#comment-5740</link> <dc:creator>luxusdisco</dc:creator> <pubDate>Fri, 03 Sep 2010 18:54:59 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/?p=894#comment-5740</guid> <description>I have a little problem, (not with the plugin), but I cant build it to my page well.
I would like to build the tags into my pages list (sidebar/menu).
My idea is:
Pages Menu:
- page 1 (page 1&#039;s tags)
- page 2 (page 2&#039;s tags)
- page 3 (page 3&#039;s tags)
How can I do it?
Could you help me?</description> <content:encoded><![CDATA[<p>I have a little problem, (not with the plugin), but I cant build it to my page well.</p><p>I would like to build the tags into my pages list (sidebar/menu).</p><p>My idea is:</p><p>Pages Menu:<br
/> - page 1 (page 1&#8242;s tags)<br
/> - page 2 (page 2&#8242;s tags)<br
/> - page 3 (page 3&#8242;s tags)</p><p>How can I do it?<br
/> Could you help me?</p> ]]></content:encoded> <geo:lat>47</geo:lat><geo:long>20</geo:long> </item> <item><title>Comment on Projects by Obľúbené moduly Wordpress &#124; Skalova osobná stránka</title><link>http://www.neotrinity.at/projects/#comment-5739</link> <dc:creator>Obľúbené moduly Wordpress &#124; Skalova osobná stránka</dc:creator> <pubDate>Thu, 02 Sep 2010 17:05:01 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/projects/#comment-5739</guid> <description>[...] GeneralStats &#8211; umožní informovať pomocou widgetu o obsahu celej stránky. Ukáže počet užívateľov, kategórií, článkov, komentárov, stránok, odkazov, tag-ov, slov apod. [...]</description> <content:encoded><![CDATA[]]></content:encoded> <geo:lat>49.45</geo:lat><geo:long>15.3</geo:long> </item> <item><title>Comment on Projects by Top 1000 WordPress Plugins &#124; Coramen`s Blog</title><link>http://www.neotrinity.at/projects/#comment-5738</link> <dc:creator>Top 1000 WordPress Plugins &#124; Coramen`s Blog</dc:creator> <pubDate>Wed, 01 Sep 2010 19:58:03 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/projects/#comment-5738</guid> <description>[...] GeneralStats [...]</description> <content:encoded><![CDATA[]]></content:encoded> <geo:lat>38</geo:lat><geo:long>-97</geo:long> </item> <item><title>Comment on Projects by WordPress Plugins &#124; Cuban Nomad</title><link>http://www.neotrinity.at/projects/#comment-5736</link> <dc:creator>WordPress Plugins &#124; Cuban Nomad</dc:creator> <pubDate>Mon, 30 Aug 2010 18:04:34 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/projects/#comment-5736</guid> <description>[...] GeneralStats – This plugin I use internally on my dashboard.&#160; It gives me stats normally not collected such as number of words in all posts, words in all comments and other nerdy stuff.&#160; I tend to be a stats geek so this helps scratch that itch. [...]</description> <content:encoded><![CDATA[]]></content:encoded> <geo:lat>38</geo:lat><geo:long>-97</geo:long> </item> <item><title>Comment on Projects by WordPress eklentileri liste halinde aradıgınız tüm eklentiler &#124; Devletim.org</title><link>http://www.neotrinity.at/projects/#comment-5734</link> <dc:creator>WordPress eklentileri liste halinde aradıgınız tüm eklentiler &#124; Devletim.org</dc:creator> <pubDate>Wed, 18 Aug 2010 19:14:07 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/projects/#comment-5734</guid> <description>[...] Featuring CountComments 0.11 (WordPress blogunuza kayıtlı kullanıcıların yaptıkları yorumları isimlerini numaralandırmaya,saymaya yarayan bir çeşit eklenti) [...]</description> <content:encoded><![CDATA[]]></content:encoded> <geo:lat>52.3</geo:lat><geo:long>5.45</geo:long> </item> <item><title>Comment on Projects by WordPress Eklentileri - Hizirforum</title><link>http://www.neotrinity.at/projects/#comment-5731</link> <dc:creator>WordPress Eklentileri - Hizirforum</dc:creator> <pubDate>Mon, 16 Aug 2010 10:49:33 +0000</pubDate> <guid
isPermaLink="false">http://www.neotrinity.at/projects/#comment-5731</guid> <description>[...] Featuring CountComments 0.11 (WordPress blogunuza kayıtlı kullanıcıların yaptıkları yorumları isimlerini numaralandırmaya,saymaya yarayan bir çeşit eklenti) [...]</description> <content:encoded><![CDATA[]]></content:encoded> <geo:lat>56</geo:lat><geo:long>10</geo:long> </item> </channel> </rss>
