<?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; customization</title>
	<atom:link href="http://www.nikynik.com/tag/customization/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>Estetica in Google Adsense</title>
		<link>http://www.nikynik.com/2007/06/26/estetica-in-google-adsense/</link>
		<comments>http://www.nikynik.com/2007/06/26/estetica-in-google-adsense/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 21:06:29 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[presonalizzazione]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/26/06/2007/161/</guid>
		<description><![CDATA[
Eccovi un sito che ci spiega come migliorare esteticamente gli annunci di Google Adsense. I risultati sono esteticamente belli e con un pò di fantasia possiamo adattarli tranquillamente al nostro sito.
Il sito in questione raggruppa 29 esempi per migliorare esteticamente gli annunci di google ma volendo puoi prendere spunto e modificarli a tuo piacimento.
L&#8217;immagine di [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src='http://www.nikynik.com/uploads/2007/06/ads16.PNG' alt='ads16.PNG' /></center><br />
Eccovi un sito che ci spiega come migliorare esteticamente gli annunci di Google Adsense. I risultati sono esteticamente belli e con un pò di fantasia possiamo adattarli tranquillamente al nostro sito.<br />
Il sito in questione raggruppa <a href="http://web2magazine.blogspot.com/2007/06/29-different-google-ads-style.html">29 esempi per migliorare esteticamente gli annunci di google</a> ma volendo puoi prendere spunto e modificarli a tuo piacimento.<br />
L&#8217;immagine di esempio postata sopra riporta i seguenti colori:<br />
<center></p>
<table width="250" border="1">
<tr>
<th scope="col">
<div align="center"><span style="background:#333333;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></div>
</th>
<th scope="col">
<div align="left">Background</div>
</th>
<th scope="col">
<div align="left">      Color:  #333333</div>
</th>
</tr>
<tr>
<td>
<div align="center"><span style="background:#333333;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></div>
</td>
<td><strong>Border</strong></td>
<td><strong>Color: #333333</strong></td>
</tr>
<tr>
<td>
<div align="center"><span style="background:#888888;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></div>
</td>
<td><strong>Text</strong></td>
<td><strong> Color: #888888</strong></td>
</tr>
<tr>
<td>
<div align="center"><span style="background:#FFFFFF;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></div>
</td>
<td><strong>Link</strong></td>
<td><strong>Color: #FFFFFF</strong></td>
</tr>
<tr>
<td>
<div align="center"><span style="background:#888888;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></div>
</td>
<td><strong>URL</strong></td>
<td><strong>Color: #888888</strong></td>
</tr>
</table>
<p></center><br />
[css]#ad_code<br />
{ background:#ffffff<br />
url(images/blackquare.png) center center no-repeat;<br />
width:163px;<br />
height:166px;<br />
padding-top:15px;<br />
text-align:center;<br />
}[/css]<br />
Bene, ora non ci resta che inserire il codice html nella parte della pagina dove visualizzarlo come segue<br />
[html]
<div id="ad_code">
 <!-- Qui va inserito il Codice di google -->
</div>
<p>[/html]</p>
<p>Questo è il risultato finale<br />
<img src='http://www.nikynik.com/uploads/2007/06/ads16.PNG' alt='ads16.PNG' /></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2007/06/26/estetica-in-google-adsense/" 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/06/26/estetica-in-google-adsense/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=161&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2007/06/26/estetica-in-google-adsense/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ABAC new.</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/</link>
		<comments>http://www.nikynik.com/2007/06/19/abac-new/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 16:01:36 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[abac]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/</guid>
		<description><![CDATA[
On request by dipex i have reuploaded ABAC theme without ads and i have corrected some little bug for IE. Please give me some feedback for other errors. Thankx

				
					Abac Theme
					Downloads: 5610 times
				
			
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.nikynik.com/uploads/2007/05/abac.png' alt='abac.png' class='reflect rheight20 ropacity40'/></p>
<p>On request by dipex i have reuploaded ABAC theme without ads and i have corrected some little bug for IE. Please give me some feedback for other errors. Thankx</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/2007/06/19/abac-new/" 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/06/19/abac-new/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=148&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2007/06/19/abac-new/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Testing Citrus beta 0.5</title>
		<link>http://www.nikynik.com/2006/05/23/testing-citrus-beta-05/</link>
		<comments>http://www.nikynik.com/2006/05/23/testing-citrus-beta-05/#comments</comments>
		<pubDate>Tue, 23 May 2006 18:22:55 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[citrus]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[nikynik]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/2006/05/23/testing-citrus-beta-05/</guid>
		<description><![CDATA[Today i have received some comments about my template and i have corrected a little bugs notified by comments and added a function to show only the first post or not. Please send me suggestions.
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Today i have received some comments about my template and i have corrected a little bugs notified by comments and added a function to show only the first post or not. Please send me suggestions.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2006/05/23/testing-citrus-beta-05/" 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/2006/05/23/testing-citrus-beta-05/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=90&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2006/05/23/testing-citrus-beta-05/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Styles</title>
		<link>http://www.nikynik.com/2006/05/22/styles/</link>
		<comments>http://www.nikynik.com/2006/05/22/styles/#comments</comments>
		<pubDate>Mon, 22 May 2006 07:54:02 +0000</pubDate>
		<dc:creator>nikynik</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[citrus]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[nikynik]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikynik.com/2006/05/22/styles/</guid>
		<description><![CDATA[Ok for big request i have decided to put a zip file with the 4 colour of citrus styles. In the zip foleder you can find a header file to replace the original citrus and the 4 styles that you see in my site. Many thanks at gaiorulez for the orange style. If you plan [...]]]></description>
			<content:encoded><![CDATA[<p>Ok for big request i have decided to put a zip file with the 4 colour of citrus styles. In the zip foleder you can find a header file to replace the original citrus and the 4 styles that you see in my site. Many thanks at <a href="http://www.andreaserravezza.it">gaiorulez</a> for the orange style. If you plan to customize other style please respect the directory of files:</p>
<div class="download"><a href="http://www.nikynik.com/downloads/citrus_styles.zip">Download citrus styles from here</a></div>
<p><!--adsense#banner--></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.nikynik.com/2006/05/22/styles/" 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/2006/05/22/styles/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><img src="http://www.nikynik.com/?ak_action=api_record_view&id=85&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nikynik.com/2006/05/22/styles/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
