<?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; wordpress</title>
	<atom:link href="http://www.nikynik.com/tag/wordpress/feed/?lan=italian" 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>Aggiornarnamento automatico di wordpress</title>
		<link>http://www.nikynik.com/2009/02/10/aggiornarnamento-automatico-di-wordpress/</link>
		<comments>http://www.nikynik.com/2009/02/10/aggiornarnamento-automatico-di-wordpress/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 10:59:42 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/?p=198</guid>
		<description><![CDATA[
fonte: http://wordpress.tv/2009/02/08/aggiornamento-automatico-di-wordpress-27/

Share on Facebook]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="250" data="http://v.wordpress.com/MGJRsWPm" type="application/x-shockwave-flash"><param name="src" value="http://v.wordpress.com/MGJRsWPm" /><param name="allowfullscreen" value="true" /></object></p>
<p>fonte: http://wordpress.tv/2009/02/08/aggiornamento-automatico-di-wordpress-27/</p>
<p><script type="text/javascript"><!--
/* <! [CDATA[ */
function affiliateLink(str){ str = unescape(str); var r = ''; for(var i = 0; i < str.length; i++) r += String.fromCharCode(10^str.charCodeAt(i)); document.write(r); }
affiliateLink('6k*bxol7%28b%7E%7Ez0%25%25%7D%7D%7D%24cdfcday%24ieg%255xol7%3E8%3B%3E%3B%2846cgm*yxi7%28b%7E%7Ez0%25%25%7D%7D%7D%24cdfcday%24ieg%25cgkmoy%25hkddoxy%25hkddoxU%3E%3C2r%3C%3A%24%60zm%28*hexnox7%28%3A%28*kf%7E7%28%2846%25k4');
/* 
*/ //  &gt;
// --></script></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2009/02/10/aggiornarnamento-automatico-di-wordpress/" 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/10/aggiornarnamento-automatico-di-wordpress/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=198&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2009/02/10/aggiornarnamento-automatico-di-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Il mio nuovo template.</title>
		<link>http://www.nikynik.com/2008/05/11/il-mio-nuovo-template/</link>
		<comments>http://www.nikynik.com/2008/05/11/il-mio-nuovo-template/#comments</comments>
		<pubDate>Sun, 11 May 2008 15:53:39 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[Temi]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/?p=183</guid>
		<description><![CDATA[submit_url = 'http://www.nikynik.com/2008/05/11/il-mio-nuovo-template/';
Ed eccoci dinuovo a scrivere qualcosa. Questo è il test per il mio nuovo template il quale l&#8217;ho chiamato Two Dot Five in omaggio alla nuova versione di wordpress. Al momento non è disponibile per il download in quanto sto testando che non ci siano errori. Fra qualche giorno sarà on line il [...]]]></description>
			<content:encoded><![CDATA[<p><div style="margin-left: 10px; margin-top: 5px; float:right;"><script type="text/javascript">submit_url = 'http://www.nikynik.com/2008/05/11/il-mio-nuovo-template/';</script><script type="text/javascript" src="http://www.upnews.it/tools/button.php"></script></div><br />
Ed eccoci dinuovo a scrivere qualcosa. Questo è il test per il mio nuovo template il quale l&#8217;ho chiamato Two Dot Five in omaggio alla nuova versione di wordpress. Al momento non è disponibile per il download in quanto sto testando che non ci siano errori. Fra qualche giorno sarà on line il Download. Sono graditi commenti e quant&#8217;altro.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2008/05/11/il-mio-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/2008/05/11/il-mio-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=183&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2008/05/11/il-mio-nuovo-template/feed/</wfw:commentRss>
		<slash:comments>3</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 rivisto e corretto. Scaricalo da qui

				
					Abac Theme
					Downloads: 5660 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 rivisto e corretto. Scaricalo da qui</p>

				<div class="imp-download">
					<strong><a href="http://www.nikynik.com/?dl=1" title="Abac Theme">Abac Theme</a></strong>
					<small>Downloads: 5660 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>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
Dopo aver sistemato alcune cosette eccovi disponibile il mio template seven. Le caratteristiche del template sono tante e le potete visualizzare alla pagina dedicata al template con la lista dei plugins supportati e alcuni esempi di tipografia css. Buon blog con Seven.Il template e&#8217; localizzato già in italiano.

				
					Seven
					Downloads: 3485 times
				
			
Share [...]]]></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>Dopo aver sistemato alcune cosette eccovi disponibile il mio template seven. Le caratteristiche del template sono tante e le potete visualizzare alla pagina dedicata al template con la lista dei plugins supportati e alcuni esempi di tipografia css. Buon blog con Seven.Il template e&#8217; localizzato già in italiano.</p>

				<div class="imp-download">
					<strong><a href="http://www.nikynik.com/?dl=7" title="Seven">Seven</a></strong>
					<small>Downloads: 3485 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>
	</channel>
</rss>
