<?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>Nikynik &#187; template</title>
	<atom:link href="http://www.nikynik.com/tag/template/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nikynik.com</link>
	<description>a blog with non sense</description>
	<lastBuildDate>Sun, 30 Aug 2009 10:22:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Come settare un gravatar di default in Wordpress 2.7</title>
		<link>http://www.nikynik.com/2009/02/23/come-settare-un-gravatar-di-default-in-wordpress-27/</link>
		<comments>http://www.nikynik.com/2009/02/23/come-settare-un-gravatar-di-default-in-wordpress-27/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 21:42:50 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/?p=245</guid>
		<description><![CDATA[Con l&#8217;avvento di Wordpress 2.7 molte funzioni sono cambiate. Tra le tante c&#8217;è da notare come sia cambiato il loop dei commenti che oggi si richiama facilmente solamente con l&#8217;inserimento della funzione < ?php wp_list_comments(); ?>.
L&#8217;abilità di impostare un gravatar personalizzato nella nuova versione viene richiamata all&#8217;interno del file function.php del template che dovrà contenere [...]]]></description>
			<content:encoded><![CDATA[<p>Con l&#8217;avvento di Wordpress 2.7 molte funzioni sono cambiate. Tra le tante c&#8217;è da notare come sia cambiato il loop dei commenti che oggi si richiama facilmente solamente con l&#8217;inserimento della funzione <code>< ?php wp_list_comments(); ?></code>.<br />
L&#8217;abilità di impostare un gravatar personalizzato nella nuova versione viene richiamata all&#8217;interno del file function.php del template che dovrà contenere il seguente codice:<br />
<code> < ?php<br />
add_filter( 'avatar_defaults', 'YOURTHEMENAME_addgravatar' );<br />
function YOURTHEMENAME_addgravatar( $avatar_defaults ) {<br />
$myavatar = get_bloginfo('template_directory') . '/images/gravatar.png';<br />
$avatar_defaults[$myavatar] = ‘GRAVATAR NAME DISPLAYED IN WORDPRESS’;<br />
return $avatar_defaults;<br />
}<br />
?></code><br />
Basta semplicemente sostituire NOMEDELTUOTEMA con quello del template ed inserire nel file comments.php il seguente codice per definire la dimensione del gravatar<br />
<code>< ?php wp_list_comments(array('avatar_size'=>70, )); ?></code> ed il gioco è fatto.</p>
<p>Articolo originale di <a href="http://www.kremalicious.com/2008/12/how-to-set-a-custom-gravatar-image-in-wordpress-27/" target="_blank">Kremalicious</a><br />
Esempio di <a href="http://clarktech.no-ip.com/2008/11/wordpress-27-comment-callback-function" target="_blank">call-back di J.Clark</a><br />
Wiki su <a href="http://codex.wordpress.org/Template_Tags/wp_list_comments" target="_blank">wordpress.org</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2009/02/23/come-settare-un-gravatar-di-default-in-wordpress-27/" target="_blank"><img src="http://www.nikynik.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2009/02/23/come-settare-un-gravatar-di-default-in-wordpress-27/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=245&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2009/02/23/come-settare-un-gravatar-di-default-in-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAC reloaded!</title>
		<link>http://www.nikynik.com/2008/01/07/new-title-in-italian-2/</link>
		<comments>http://www.nikynik.com/2008/01/07/new-title-in-italian-2/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 19:34:19 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[abac]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/2008/01/07/new-title-in-italian-2/</guid>
		<description><![CDATA[&#160;&#160; Articolo multilingue / Multilanguage post
submit_url = 'http://www.nikynik.com/2008/01/07/new-title-in-italian-2/';
ABAC revisited and corrected.
Download Now

				
					Abac Theme
					Downloads: 5610 times
				
			
Share on Facebook]]></description>
			<content:encoded><![CDATA[<div class="jLanguage"><a href="?lan=english"><img alt="english" src="http://www.nikynik.com/wp-content/plugins/jLanguage/icons/en.png" border="0"/></a>&nbsp;<a href="?lan=italian"><img alt="italian" src="http://www.nikynik.com/wp-content/plugins/jLanguage/icons/it.png" border="0"/></a>&nbsp; Articolo multilingue / Multilanguage post</div>
<p><div style="margin-left: 10px; margin-top: 5px; float:right;"><script type="text/javascript">submit_url = 'http://www.nikynik.com/2008/01/07/new-title-in-italian-2/';</script><script type="text/javascript" src="http://www.upnews.it/tools/button.php"></script></div><img src="http://www.nikynik.com/uploads/2007/05/abac.png" alt="ABAC" /></p>
<p>ABAC revisited and corrected.<br />
Download Now</p>

				<div class="imp-download">
					<strong><a href="http://www.nikynik.com/?dl=1" title="Abac Theme">Abac Theme</a></strong>
					<small>Downloads: 5610 times</small>
				</div>
			
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2008/01/07/new-title-in-italian-2/" target="_blank"><img src="http://www.nikynik.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2008/01/07/new-title-in-italian-2/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=182&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2008/01/07/new-title-in-italian-2/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Seven bugs.</title>
		<link>http://www.nikynik.com/2007/08/06/seven-bugs/</link>
		<comments>http://www.nikynik.com/2007/08/06/seven-bugs/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 15:02:20 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seven]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/06/08/2007/176/</guid>
		<description><![CDATA[&#160;&#160; Articolo multilingue / Multilanguage post
after some comments i have correct some errors in my template seven and now it&#8217;s ok. I have added some little modification at the css for supportin other plugin. Please if you have downloaded seven before this post, redownload it. Thanks

				
					Seven
					Downloads: 3432 times
				
			
Share on Facebook]]></description>
			<content:encoded><![CDATA[<div class="jLanguage"><a href="?lan=english"><img alt="english" src="http://www.nikynik.com/wp-content/plugins/jLanguage/icons/en.png" border="0"/></a>&nbsp;<a href="?lan=italian"><img alt="italian" src="http://www.nikynik.com/wp-content/plugins/jLanguage/icons/it.png" border="0"/></a>&nbsp; Articolo multilingue / Multilanguage post</div>
<p>after some comments i have correct some errors in my template seven and now it&#8217;s ok. I have added some little modification at the css for supportin other plugin. Please if you have downloaded seven before this post, redownload it. Thanks</p>

				<div class="imp-download">
					<strong><a href="http://www.nikynik.com/?dl=7" title="Seven">Seven</a></strong>
					<small>Downloads: 3432 times</small>
				</div>
			
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2007/08/06/seven-bugs/" target="_blank"><img src="http://www.nikynik.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2007/08/06/seven-bugs/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=176&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2007/08/06/seven-bugs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Download Seven.</title>
		<link>http://www.nikynik.com/2007/08/02/download-seven/</link>
		<comments>http://www.nikynik.com/2007/08/02/download-seven/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 16:41:55 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[seven]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/02/08/2007/173/</guid>
		<description><![CDATA[&#160;&#160; Articolo multilingue / Multilanguage post
Seven is ready for the download. You can find some aspects of my template at the Seven page in the menu where you can find the plugins supported and the relative typography. Seven can be localized.

				
					Seven
					Downloads: 3432 times
				
			
Share on Facebook]]></description>
			<content:encoded><![CDATA[<div class="jLanguage"><a href="?lan=english"><img alt="english" src="http://www.nikynik.com/wp-content/plugins/jLanguage/icons/en.png" border="0"/></a>&nbsp;<a href="?lan=italian"><img alt="italian" src="http://www.nikynik.com/wp-content/plugins/jLanguage/icons/it.png" border="0"/></a>&nbsp; Articolo multilingue / Multilanguage post</div>
<p>Seven is ready for the download. You can find some aspects of my template at the Seven page in the menu where you can find the plugins supported and the relative typography. Seven can be localized.</p>

				<div class="imp-download">
					<strong><a href="http://www.nikynik.com/?dl=7" title="Seven">Seven</a></strong>
					<small>Downloads: 3432 times</small>
				</div>
			
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2007/08/02/download-seven/" target="_blank"><img src="http://www.nikynik.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2007/08/02/download-seven/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=173&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2007/08/02/download-seven/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Seven, Il nuovo template.</title>
		<link>http://www.nikynik.com/2007/07/31/seven-il-nuovo-template/</link>
		<comments>http://www.nikynik.com/2007/07/31/seven-il-nuovo-template/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 16:45:36 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[seven]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/31/07/2007/171/</guid>
		<description><![CDATA[&#160;&#160; Articolo multilingue / Multilanguage post
Finally i have completed my new template for wordpress. I hope you like and very soon i go to publish it, if you find some bug please comment. Thanks.
Share on Facebook]]></description>
			<content:encoded><![CDATA[<div class="jLanguage"><a href="?lan=english"><img alt="english" src="http://www.nikynik.com/wp-content/plugins/jLanguage/icons/en.png" border="0"/></a>&nbsp;<a href="?lan=italian"><img alt="italian" src="http://www.nikynik.com/wp-content/plugins/jLanguage/icons/it.png" border="0"/></a>&nbsp; Articolo multilingue / Multilanguage post</div>
<p><img src='http://www.nikynik.com/uploads/2007/07/seven.png' alt='seven.png' align="right"/><br />Finally i have completed my new template for wordpress. I hope you like and very soon i go to publish it, if you find some bug please comment. Thanks.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2007/07/31/seven-il-nuovo-template/" target="_blank"><img src="http://www.nikynik.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2007/07/31/seven-il-nuovo-template/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=171&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2007/07/31/seven-il-nuovo-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
