<?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>Dellanio Alencar</title>
	<atom:link href="http://www.dellanio.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dellanio.com</link>
	<description>- Dicas WordPress</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:10:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problema com PDO do PostgreSql no Wamp Server</title>
		<link>http://www.dellanio.com/problema-com-pdo-do-postgresql-no-wamp-server/</link>
		<comments>http://www.dellanio.com/problema-com-pdo-do-postgresql-no-wamp-server/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:09:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[noticias]]></category>
		<category><![CDATA[postgreSql]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=529</guid>
		<description><![CDATA[Olá todos, esses dias me deparei com um probleminha chato no Wamp. Em meu notebook uso Windows + Wamp e ao tentar rodar uma aplicação Zend com banco PostGreSql, não [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/problema-com-pdo-do-postgresql-no-wamp-server/&amp;text=Problema com PDO do PostgreSql no Wamp Server&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Olá todos, esses dias me deparei com um probleminha chato no Wamp. Em meu notebook uso Windows + Wamp e ao tentar rodar uma aplicação Zend com banco PostGreSql, não conseguia. Depois de debugar a aplicação descobri que o problema estava no Wamp. Ao tentar carregar o driver PDO do PostGres, mesmo o módulo estando ativado no WAMP e a dll presente na pasta de extensões, o wamp simplesmente não conseguia.</p>
<p>Assim, pra quem utiliza no Wamp + PHP 5.3.9 vai a dica que encontrei em alguns forums e que resolveu o meu caso.</p>
<p>Adicione as seguintes linhas no seu httpd.conf (geralmente localizado em C:\wamp\bin\apache\Apache2.2.11\conf):</p>
<p>PHPIniDir &#8220;Caminho completo para o diretório do PHP (ex: C:\wamp\bin\php\php5.3.0) adicionando no final a barra -> /&#8221;<br />
Loadfile &#8220;Caminho completo para o diretório do PHP (ex: C:\wamp\bin\php\php5.3.0) adicionando no final /php5ts.dll&#8221;<br />
Loadfile &#8220;Caminho completo para o diretório do PHP (ex: C:\wamp\bin\php\php5.3.0) adicionando no final a barra -> /libpq.dll&#8221;</p>
<p>Antes da linha que carrega os módulos (LoadModule), adicione:</p>
<p>LoadModule php5_module &#8220;Caminho completo para o diretório do PHP (ex: C:\wamp\bin\php\php5.3.0) adicionando no final /php5apache2_2.dll&#8221;</p>
<p>Após alterar o http.conf, reinicie seu wamp e pronto =)</p>
<p>Ps. lembrar de ativar as extensões necessárias para o PostGres no PHP.ini (é só descomentar a linha ou via interface wamp clica no menu de opções em PHO -> PHP Extensions -> php_pdo_pqsql)</p>
<p>As linhas no PHI.ini:<br />
extension=php_pdo_pgsql.dll<br />
extension=php_pdo_sqlite.dl</p>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/problema-com-pdo-do-postgresql-no-wamp-server/&amp;text=Problema com PDO do PostgreSql no Wamp Server&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/problema-com-pdo-do-postgresql-no-wamp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traduzir as Mensagens de Erro do Zend_Form para português pt_BR</title>
		<link>http://www.dellanio.com/traduzir-as-mensagens-de-erro-do-zend_form-para-portugues-pt_br/</link>
		<comments>http://www.dellanio.com/traduzir-as-mensagens-de-erro-do-zend_form-para-portugues-pt_br/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 20:44:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[noticias]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=523</guid>
		<description><![CDATA[Uma dos recursos mais poderosos do Zend Framework, o Zend_Forms possui uma vasta biblioteca para utilização de formulários, incluindo marcação filtros e validação. Neste artigo vou apresentar uma dica rápida [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/traduzir-as-mensagens-de-erro-do-zend_form-para-portugues-pt_br/&amp;text=Traduzir as Mensagens de Erro do Zend_Form para português pt_BR&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Uma dos recursos mais poderosos do Zend Framework, o Zend_Forms possui uma vasta biblioteca para utilização de formulários, incluindo marcação filtros e validação. Neste artigo vou apresentar uma dica rápida para quem deseja utilizar os validadores e traduzir as suas mensagens de erro para o português do Brasil (pt_BR).</p>
<p>De forma rápida, os validadores de um formulário entram em ação quando um campo do formulário é preenchido incorretamente. Ao submeter o formulário incorretamente os validadores informam a presença dos erros através de uma mensagem que é renderizada abaixo do campo referente. Toda a programação e validação está a cargo do Zend Framework e o programador precisa somente informar quais validadores devem ser utilizados.</p>
<p>Inicialmente devemos baixar o <a href="http://www.dellanio.com/wp-content/uploads/2012/01/Zend_Validate.zip">arquivo de tradução do Zend_Validate</a>, (que também pode ser encontrado na pasta “resources/languages” caso você tenha efetuado o download do zend via http://framework.zend.com/download/latest) .</p>
<p>Após o download , crie na sua pasta <strong>application</strong> a estrutura de pastas (<strong>languages/pt_BR</strong>) [2 pastas Doh!]  e copie o arquivo Zend_Validate.php para dentro desta pasta.</p>
<p>Por fim no seu arquivo Bootstrap.php, insira o seguinte método.</p>
<pre class="brush: php; title: ;">
protected function _initTranslate()
{
   try {
     $translate = new Zend_Translate('Array', APPLICATION_PATH . '/languages/pt_BR/Zend_Validate.php', 'pt_BR');
     Zend_Validate_Abstract::setDefaultTranslator($translate);
   } catch(Exception $e) {
     die($e-&gt;getMessage());
  }
}
</pre>
<p><strong>Dica rápida:</strong> ao iniciar o metodo com o prefixo (_init) ele será automaticamente chamado em seu bootstrap.</pre>
<p>Dessa forma todas as mensagens de erros de seus formulários serão exibidas no idioma português.</p>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/traduzir-as-mensagens-de-erro-do-zend_form-para-portugues-pt_br/&amp;text=Traduzir as Mensagens de Erro do Zend_Form para português pt_BR&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/traduzir-as-mensagens-de-erro-do-zend_form-para-portugues-pt_br/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curso de WordPress Profissional &#8211; João Pessoa PB</title>
		<link>http://www.dellanio.com/curso-de-wordpress-profissional-joao-pessoa-pb/</link>
		<comments>http://www.dellanio.com/curso-de-wordpress-profissional-joao-pessoa-pb/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 12:49:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[noticias]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=516</guid>
		<description><![CDATA[Depois de algum tempo planejando,  finalmente lançei um curso sobre WordPress em parceria com a CoreSoft . Acredito eu que um dos pioneiros na Paraíba. O curso abordará dos pontos [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/curso-de-wordpress-profissional-joao-pessoa-pb/&amp;text=Curso de WordPress Profissional &#8211; João Pessoa PB&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="https://docs.google.com/spreadsheet/viewform?formkey=dEVNSDBwSE50R016UDdNbnBZOFJZS1E6MA"><img class="aligncenter size-full wp-image-517" title="CURSO-WP" src="http://www.dellanio.com/wp-content/uploads/2011/09/CURSO-WP.jpg" alt="" width="530" height="749" /></a></p>
<p>Depois de algum tempo planejando,  finalmente lançei um curso sobre WordPress em parceria com a CoreSoft . Acredito eu que um dos pioneiros na Paraíba.</p>
<p>O curso abordará dos pontos iniciais até avançados, tais como o desenvolvimento de temas, plugins e configuração do WordPress visando performance e segurança.</p>
<p>Também será emitido certificação para os alunos, acredito eu uma das primeiras da Paraíba em WordPress!</p>
<p>Ps. Também será ofertada uma vaga de estágio remunerado para o melhor aluno do curso</p>
<p><strong>Inscrições:</strong> <a href="http://verd.in/5g43" target="_blank">http://verd.in/5g43</a></p>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/curso-de-wordpress-profissional-joao-pessoa-pb/&amp;text=Curso de WordPress Profissional &#8211; João Pessoa PB&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/curso-de-wordpress-profissional-joao-pessoa-pb/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Como registrar um domínio do Registro.br como Addon Domain no BlueHost</title>
		<link>http://www.dellanio.com/como-registrar-um-dominio-do-registro-br-como-addon-domain-no-bluehost/</link>
		<comments>http://www.dellanio.com/como-registrar-um-dominio-do-registro-br-como-addon-domain-no-bluehost/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 01:15:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hospedagem]]></category>
		<category><![CDATA[noticias]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=512</guid>
		<description><![CDATA[Hoje ao passar por um problema muito chato, achei essa solução na Internet para quem usa a hospedagem da Bluehost (Diga-se de passagem uma das melhores, mas com algumas burocracias [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/como-registrar-um-dominio-do-registro-br-como-addon-domain-no-bluehost/&amp;text=Como registrar um domínio do Registro.br como Addon Domain no BlueHost&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Hoje ao passar por um problema muito chato, achei essa solução na Internet para quem usa a hospedagem da Bluehost (Diga-se de passagem uma das melhores, mas com algumas burocracias intrigantes como essa a seguir).</p>
<p>O texto abaixo foi copiado do site de <a href="http://blog.brunofontes.net" target="_blank">Bruno Fontes</a></p>
<p>Todo mundo que já tentou associar um domínio do <a title="Registro BR" href="http://registro.br/" target="_blank"><strong>Registro.br</strong></a> como <strong>Addon Domain</strong> no <a title="Hospedagem BlueHost" href="http://www.bluehost.com/track/brunofontes" target="_blank"><strong>BlueHost</strong></a> sabe o drama que é:</p>
<div><em>O <strong>Registro.br</strong> só aceita apontar o servidor <strong>DNS</strong> para o <strong>BlueHost</strong> se ele já estiver configurado para o domínio correto e o <strong>BlueHost</strong> só deixa configurar o domínio se você apontar o <strong>DNS</strong> do <strong>Registro.br</strong> para ele.</em></div>
<p>Ok, há ainda 2 outras formas de configurar o BlueHost sem a necessidade  de alterar o DNS no Registro.br. Mas uma delas é adicionando um arquivo  com nome específico no domínio (impossível se você não tem uma  hospedagem configurada) e a outra é tentando enviar um e-mail para a  conta cadastrada como dono do domínio, porém ele sempre acredita  fielmente que o seu e-mail é o cert@cert.br…</p>
<div>
<div id="attachment_598"><a href="http://www.bluehost.com/track/brunofontes" target="_blank"><img title="cert" src="http://blog.brunofontes.net/wp-content/uploads/2011/01/cert.png" alt="" width="417" height="130" /></a><em>Para o BlueHost, até o oglobo.com usa o e-mail do cert@cert.br&#8230;</em></p>
</div>
</div>
<p>Porém, com a adição de serviço DNS no Registro.br a coisa ficou muito  mais fácil. Para configurar o seu domínio, faça o seguinte  procedimento:</p>
<ol>
<li>Entre no <strong>BlueHost</strong>, e em <strong>Domain Manager</strong> adicione um <strong>Addon Domain</strong>;</li>
<li>Digite o endereço do seu domínio do <strong>Registro.br</strong>, ele vai pedir para você apontar o seu <strong>DNS</strong> para ele;</li>
<li>Entre nas configurações de registro <strong>DNS</strong> do seu domínio no <strong>Registro.br</strong>;</li>
<li>Marque a caixa com a opção para <strong>usar o DNS do próprio Registro.br</strong>;</li>
<li>Clique no botão <strong>Salvar</strong>;</li>
<li>Ao terminar de salvar, o Registro.br vai indicar que o seu domínio está atualizando e disponibilizará um botão <strong>Alterar e Salvar</strong>, clique nele;</li>
<li>Na tela que abrir, clique no botão <strong>Avançado</strong>;</li>
<li>Adicione um Registro “A” apontando para <strong>66.147.244.191*;<br />
</strong></li>
<li>Salve e espere que os servidores <strong>DNS</strong> atualizem;</li>
<li>Volte na página do <a title="Hospedagem BlueHost" rel="nofollow" href="http://www.bluehost.com/track/brunofontes" target="_blank"><strong>BlueHost</strong></a>, apague e digite novamente o domínio que você quer;</li>
<li>Neste momento o domínio será reconhecido como seu. Clique em <strong>Add Domain</strong> para salvar.<em>
<p>Se quiser, pode parar neste passo, ou…</em></li>
<li>Volte no <strong>Registro.br</strong> e altere o <strong>DNS</strong> para os do <a title="Hospedagem BlueHost" rel="nofollow" href="http://www.bluehost.com/track/brunofontes" target="_blank"><strong>BlueHost</strong></a>, que são:
<p>Master: <strong>ns1.bluehost.com </strong><br />
Slave 1: <strong>ns2.bluehost.com</strong></li>
<li>Agora é só aguardar a replicação nos servidores DNS e aproveitar! <img src="http://blog.brunofontes.net/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></li>
</ol>
<p><strong>*</strong> – Confirme o endereço IP no BlueHost. Ele fica na tela de adicionar Addon Domain, no <em>Step 2: Verify Ownership</em>.</p>
<p>Desculpem-me o <strong>passo-a-passo</strong> não muito bem feito.  Fiz o procedimento mais cedo e não consegui voltar nas telas para saber  exatamente o nome do todos os botões, mas resumindo tudo, o que fiz foi o  seguinte:</p>
<p>Configurei o domínio do Registro.br para usar o DNS dele mesmo. Tendo  este DNS configurado, adicionei um “A” Record apontando para o  BlueHost, assim ele me reconheceu como dono do domínio e permitiu a  adição. Então voltei no Registro.br, agora que o BlueHost já estava  configurado e pude alterar novamente o DNS, mas desta vez para o  endereço do BlueHost.</p>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/como-registrar-um-dominio-do-registro-br-como-addon-domain-no-bluehost/&amp;text=Como registrar um domínio do Registro.br como Addon Domain no BlueHost&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/como-registrar-um-dominio-do-registro-br-como-addon-domain-no-bluehost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como remover o submenu editor do menu Aparência (Appearance)</title>
		<link>http://www.dellanio.com/como-remover-o-submenu-editor-do-menu-aparencia-appearance/</link>
		<comments>http://www.dellanio.com/como-remover-o-submenu-editor-do-menu-aparencia-appearance/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 13:31:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[noticias]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=498</guid>
		<description><![CDATA[Diferentemente dos demais menus/submenus do WordPress, o submenu &#8220;editor&#8221; de aparência é um caso a parte, pois ele não responde à função unset() geralmente utilizada. Assim para removê-lo do menu, [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/como-remover-o-submenu-editor-do-menu-aparencia-appearance/&amp;text=Como remover o submenu editor do menu Aparência (Appearance)&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Diferentemente dos demais menus/submenus do WordPress, o submenu <strong>&#8220;editor&#8221;</strong> de aparência é um caso a parte, pois ele não responde à função unset() geralmente utilizada.</p>
<p>Assim para removê-lo do menu, temos que remover a action que o exibe. Para tanto, utilizaremos a seguinte função:</p>
<pre class="brush: php; title: ;">
function remove_editor_menu() {

remove_action('admin_menu','_add_themes_utility_last',101);
}
add_action('_admin_menu', 'remove_editor_menu', 1);
</pre>
<p style="text-align: center;"><img class="aligncenter" title="23-06_disable_editor" src="http://www.dellanio.com/wp-content/uploads/2011/06/23-06_disable_editor.jpg" alt="" width="180" height="189" /> </p>
<p>Para excluir os demais submenus do WordPress dashboard, você poderá utilizar o seguinte código:</p>
<pre class="brush: php; title: ;">

function remove_submenus() {

global $submenu;
  unset($submenu['index.php'][10]); &lt;strong&gt;// Removes 'Updates'.&lt;/strong&gt;
  unset($submenu['themes.php'][5]); &lt;strong&gt;// Removes 'Themes'.&lt;/strong&gt;
  unset($submenu['options-general.php'][15]); &lt;strong&gt;// Removes 'Writing'.&lt;/strong&gt;
  unset($submenu['options-general.php'][25]); &lt;strong&gt;// Removes 'Discussion'.&lt;/strong&gt;
  unset($submenu['edit.php'][16]); &lt;strong&gt;// Removes 'Tags'.  &lt;/strong&gt;
}

add_action('admin_menu', 'remove_submenus');
</pre>
<p>Fica a Dica!</p>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/como-remover-o-submenu-editor-do-menu-aparencia-appearance/&amp;text=Como remover o submenu editor do menu Aparência (Appearance)&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/como-remover-o-submenu-editor-do-menu-aparencia-appearance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como adicionar novos campos (fields) as Configurações Gerais do WordPress</title>
		<link>http://www.dellanio.com/como-adicionar-novos-campos-fields-as-configuracoes-gerais-do-wordpress/</link>
		<comments>http://www.dellanio.com/como-adicionar-novos-campos-fields-as-configuracoes-gerais-do-wordpress/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 13:17:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[noticias]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=492</guid>
		<description><![CDATA[Em alguns projetos, você poderá se deparar com a necessidade de acrescentar algum campo para configurar alguma informação adicional em seu site. Assim nada melhor que usar o próprio painel [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/como-adicionar-novos-campos-fields-as-configuracoes-gerais-do-wordpress/&amp;text=Como adicionar novos campos (fields) as Configurações Gerais do WordPress&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-493" title="configuracoes-gerais" src="http://www.dellanio.com/wp-content/uploads/2011/06/configuracoes-gerais.jpg" alt="" width="575" height="239" /></p>
<p>Em alguns projetos, você poderá se deparar com a necessidade de acrescentar algum campo para configurar alguma informação adicional em seu site.</p>
<p>Assim nada melhor que usar o próprio painel de configurações gerais do WordPress, caso suas modificações sejam de carater geral como em uma instalação MU. De outra forma,  recomendo desenvolver um painel prórprio para o seu tema através do <strong>controlpanel.php</strong></p>
<p>O código abaixo adiciona um input do tipo text na página de Configurações Gerais, neste caso para resgatar a logomarca de um blog na rede MU.</p>
<pre class="brush: php; title: ;">

$new_general_setting = new new_general_setting();

class new_general_setting {
 function new_general_setting( ) {
 add_filter( 'admin_init' , array( &amp;$this , 'register_fields' ) );
 }
 function register_fields() {
 register_setting( 'general', 'site_logo', 'esc_attr' );
 add_settings_field('fav_color', '&lt;label for=&quot;site_logo&quot;&gt;'.__('Logomarca do Blog' , 'site_logo' ).'&lt;/label&gt;' , array(&amp;$this, 'fields_html') , 'general' );
 }
 function fields_html() {
 $value = get_option( 'site_logo', '' );
 echo '&lt;input id=&quot;site_logo&quot; name=&quot;site_logo&quot; value=&quot;' . $value . '&quot; type=&quot;text&quot; size=&quot;75&quot;&gt;';
 echo '&lt;p&gt;&lt;small&gt;Digite a URL para a logo do blog.&lt;/small&gt;&lt;/p&gt;';
 }
}
</pre>
<p>Para o código ficar mais limpo e elegante, você poderá incluir a classe new_general_setting em uma subpasta de classes próprias suas e fazer o require_once.</p>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/como-adicionar-novos-campos-fields-as-configuracoes-gerais-do-wordpress/&amp;text=Como adicionar novos campos (fields) as Configurações Gerais do WordPress&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/como-adicionar-novos-campos-fields-as-configuracoes-gerais-do-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Como selecionar apenas posts com thumbnail</title>
		<link>http://www.dellanio.com/wordpress-como-selecionar-apenas-posts-com-thumbnail/</link>
		<comments>http://www.dellanio.com/wordpress-como-selecionar-apenas-posts-com-thumbnail/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:01:40 +0000</pubDate>
		<dc:creator>dellanio</dc:creator>
				<category><![CDATA[noticias]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=471</guid>
		<description><![CDATA[Esta semana venho apresentar mais uma dica considerada uma &#8220;Mão na roda&#8221; para quem trabalha com WordPress.O código abaixo representa um loop que seleciona apenas posts com Post thumbnails cadastrados. [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/wordpress-como-selecionar-apenas-posts-com-thumbnail/&amp;text=WordPress &#8211; Como selecionar apenas posts com thumbnail&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-483" title="mao-na-roda-wp" src="http://www.dellanio.com/wp-content/uploads/2011/05/mao-na-roda-wp1.jpg" alt="" width="500" height="230" /></p>
<p>Esta semana venho apresentar mais uma dica considerada uma &#8220;Mão na roda&#8221; para quem trabalha com WordPress.O código abaixo representa um loop que seleciona apenas posts com Post thumbnails cadastrados. Neste código pode ser visto também outro atributo interessante que é o <strong>&#8216;category__in&#8217; =&gt; array(1,2). </strong>O category__in especifica quais categorias de posts devem ser retornados, neste caso fictício escolhi as categorias 1 e 2.</p>
<pre class="brush: php; title: ;">
&lt;?php
 $myposts = get_posts(array('numberposts' =&gt; 5, 'category__in' =&gt; array(1, 2), 'offset' =&gt; 0,
'post_status' =&gt; 'publish', 'orderby' =&gt; 'post_date', 'meta_key' =&gt; '_thumbnail_id', 'meta_value' =&gt; 1,
 'meta_compare' =&gt; '&gt;='));

foreach( $myposts as $post ) : setup_postdata($post);
   the_tile();
endforeach;

?&gt;
</pre>
<p>O código que faz &#8220;tudo acontecer&#8221; é o</p>
<pre class="brush: php; title: ;">'meta_key' =&gt; '_thumbnail_id', 'meta_value' =&gt; 1, 'meta_compare' =&gt; '&gt;=' </pre>
<p>, onde indicamos que devemos selecionar apenas os posts que possuam um meta_key = <strong>_thumbnail_id </strong> (_thumbnail_id representa o id de um post do tipo attachment que contém a imagem do thumbnail cadastrada e associada ao post pai que é a nossa notícia normal) e o <strong>&#8216;meta_compare&#8217; =&gt; &#8216;&gt;=&#8217; </strong>que faz a comparação com o valor 1 (do meta_value) indicando quem possuir um ou mais de 1 thumbnails.</p>
<p>Espero que tenham entendido, quaisquer dúvidas é só postar nos comentários.</p>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/wordpress-como-selecionar-apenas-posts-com-thumbnail/&amp;text=WordPress &#8211; Como selecionar apenas posts com thumbnail&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/wordpress-como-selecionar-apenas-posts-com-thumbnail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lista com os melhores sites sobre WordPress</title>
		<link>http://www.dellanio.com/lista-com-os-melhores-sites-sobre-wordpress/</link>
		<comments>http://www.dellanio.com/lista-com-os-melhores-sites-sobre-wordpress/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 22:25:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[noticias]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=448</guid>
		<description><![CDATA[Retirado do http://www.wordpressthemeshock.com/ , a lista abaixo contém os melhores sites sobre WordPress da Internet. Acredito que é a mais completa sobre WP que vi até hoje. Vale a pena [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/lista-com-os-melhores-sites-sobre-wordpress/&amp;text=Lista com os melhores sites sobre WordPress&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Retirado do http://www.wordpressthemeshock.com/ , a lista abaixo contém os melhores sites sobre WordPress da Internet. Acredito que é a mais completa sobre WP que vi até hoje.</p>
<p>Vale a pena conferir pelo menos 50% dos sites abaixo se você está estudando ou tem alguma dúvida sobre o WordPress.</p>
<h2>WordPress related blogs, 110+ best</h2>
<div>
<div><img title="bestWordPress00A" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress00A3.jpg" alt="bestWordPress00A" width="630" height="621" /></div>
</div>
<p>Mastering WordPress has a lot of trial and error, and to  help you in that process we have compiled a huge list with more than 100  places where you can find the latest WordPress updates, awesome  tutorials and download useful freebies.</p>
<p>WordPress is certainly of the most  popular Open Source Content Management System (CMS). Released by Matt  Mullenweg in 2003, this CMS is often utilized as a blog publishing  application. Powered by PHP and MySQL, WordPress offers many features  including a plug-in architecture and a great template system. <strong>On  this showcase, we will include a grand list of top websites where you  will be able to find WordPress-related contents, including plugins,  tutorials, articles and more</strong> resources that will help you improve your WordPress experience.</p>
<h6>Our top selection</h6>
<p>To honor this year that’s just beginning, we decided to handpick the  most relevant WordPress blogs following different parameters, including  PR and Alexa. Let’s see what you guys think about our top contenders  before you start scrolling through the rest of this entry where you will  find more useful WordPress-related websites.</p>
<h3><a href="http://planet.wordpress.org/" target="_blank">WordPress Planet</a></h3>
<p><a href="http://planet.wordpress.org/" target="_blank"></a></p>
<div>
<div><a href="http://planet.wordpress.org/" target="_blank"><img title="bestWordPress101" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress101.jpg" border="0" alt="bestWordPress101" width="630" height="385" /></a></div>
</div>
<p>WordPress Planet is a conglomeration of the best WordPress-related  blogs around the world, you will find all the important news about WP  without leaving this page, so think of this as a custom WordPress RSS,  with high quality subscribed websites, if you have a web design blog  where people can find useful information regarding WordPress, then you  can contact Matt via email and see if your blog gets incorporated on  this useful page.</p>
<h3><a href="http://wpengineer.com/" target="_blank">WP Engineer</a></h3>
<p><a href="http://wpengineer.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpengineer.com/" target="_blank"><img title="bestWordPress79" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress79.jpg" border="0" alt="bestWordPress79" width="630" height="420" /></a></div>
</div>
<p>On this site you will always find a brand new tip to help you make  WordPress a little bit more flexible and easier to handle through dozens  of tips and little secrets that not everybody is aware of. This site is  definitely an excellent addition to this countdown and is certainly one  of the greatest sources of high quality WordPress data.</p>
<p>RSS feed: <a title="http://wpengineer.com/feed/" href="http://wpengineer.com/feed/">http://wpengineer.com/feed/</a></p>
<p>Twitter profile: <a title="http://twitter.com/wpengineer" href="http://twitter.com/wpengineer">http://twitter.com/wpengineer</a></p>
<p><span id="more-448"></span></p>
<h3><a href="http://www.wpcandy.com/" target="_blank">WPCandy</a></h3>
<p><a href="http://www.wpcandy.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpcandy.com/" target="_blank"><img title="bestWordPress31" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress31.jpg" border="0" alt="bestWordPress31" width="630" height="503" /></a></div>
</div>
<p>A big place to find all different kinds of WP resources, including  articles, tutorials, freebies and beautiful premium themes ready for  download.</p>
<p>RSS feed: <a title="http://wpcandy.com/feed/" href="http://wpcandy.com/feed/">http://wpcandy.com/feed/</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/WPCandy/154858201194228" href="http://www.facebook.com/pages/WPCandy/154858201194228">http://www.facebook.com/pages/WPCandy/154858201194228</a></p>
<p>Twitter profile: <a title="http://twitter.com/wpcandy/" href="http://twitter.com/wpcandy/">http://twitter.com/wpcandy/</a></p>
<h3><a href="http://www.digwp.com/" target="_blank">Digging Into WordPress</a></h3>
<p><a href="http://www.digwp.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.digwp.com/" target="_blank"><img title="bestWordPress77" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress77.jpg" border="0" alt="bestWordPress77" width="630" height="475" /></a></div>
</div>
<p>Chris Coyier and Jeff Starr are the powerful minds behind Digging  Into WordPress, a website dedicated to provide high quality WordPress  resources and tricks that is complemented by a printed edition where you  will find all the most important information to help you become a  WordPress veteran along with the help of this blog.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/DiggingIntoWordpress" href="http://feeds2.feedburner.com/DiggingIntoWordpress">http://feeds2.feedburner.com/DiggingIntoWordpress</a></p>
<h3><a href="http://weblogtoolscollection.com/" target="_blank">Weblog Tools Collection</a></h3>
<p><a href="http://weblogtoolscollection.com/" target="_blank"></a></p>
<div>
<div><a href="http://weblogtoolscollection.com/" target="_blank"><img title="bestWordPress84" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress84.jpg" border="0" alt="bestWordPress84" width="630" height="519" /></a></div>
</div>
<p>Weblog Tools Collection is the effort of a group of guys with a  common love for everything WordPress. On their site you will find the  latest WP news, useful plugins and themes and basically useful  information that every WP user needs to know about, as you can easily  notice by browsing across the tag cloud at the footer.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/weblogtoolscollection/UXMP" href="http://feeds2.feedburner.com/weblogtoolscollection/UXMP">http://feeds2.feedburner.com/weblogtoolscollection/UXMP</a></p>
<h3><a href="http://www.wprecipes.com/" target="_blank">WPRecipes</a></h3>
<p><a href="http://www.wprecipes.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wprecipes.com/" target="_blank"><img title="bestWordPress64" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress64.jpg" border="0" alt="bestWordPress64" width="630" height="527" /></a></div>
</div>
<p>From the Cats Who Code team, WP Recipes delivers some of the most  awesome WordPress tricks and secrets that will definitely help you  master WP.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/Wprecipes" href="http://feeds2.feedburner.com/Wprecipes">http://feeds2.feedburner.com/Wprecipes</a></p>
<p>Twitter profile: <a title="http://www.twitter.com/catswhocode" href="http://www.twitter.com/catswhocode">http://www.twitter.com/catswhocode</a></p>
<h3><a href="http://publisherblog.automattic.com/" target="_blank">WordPress Publisher Blog</a></h3>
<p><a href="http://publisherblog.automattic.com/" target="_blank"></a></p>
<div>
<div><a href="http://publisherblog.automattic.com/" target="_blank"><img title="bestWordPress98" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress98.jpg" border="0" alt="bestWordPress98" width="630" height="438" /></a></div>
</div>
<p>The main purpose of this blog is to provide publishers with the  latest WordPress news and help them get the most out of this powerful  tool. You will find information about new plugins, themes and many ways  to extend WordPress’ functionality along with constant articles about  WordPress-based websites that are a great example for every web designer  out there.</p>
<p>RSS feed: <a title="http://publisherblog.automattic.com/feed/" href="http://publisherblog.automattic.com/feed/">http://publisherblog.automattic.com/feed/</a></p>
<h3><a href="http://wpmu.org/" target="_blank">WPMU</a></h3>
<p><a href="http://wpmu.org/" target="_blank"></a></p>
<div>
<div><a href="http://wpmu.org/" target="_blank"><img title="bestWordPress96" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress96.jpg" border="0" alt="bestWordPress96" width="630" height="452" /></a></div>
</div>
<p>One of the best WordPress Multiuser websites where you can find the  latest WPMU plugins, fancy themes, SEO tips, quick tips and many more  great resources to help every person that wants to know a little bit  more about WPMU. Definitely one of the most relevant sites talking about  WordPress that every designer must keep within their bookmarks.</p>
<p>RSS feed: <a title="http://wpmu.org/feed/" href="http://wpmu.org/feed/">http://wpmu.org/feed/</a></p>
<p>Facebook page: <a title="http://www.facebook.com/wpmudev" href="http://www.facebook.com/wpmudev">http://www.facebook.com/wpmudev</a></p>
<p>Twitter profile: <a title="http://twitter.com/wpmuorg/" href="http://twitter.com/wpmuorg/">http://twitter.com/wpmuorg/</a></p>
<h3><a href="http://bavotasan.com/" target="_blank">Bavotasan</a></h3>
<p><a href="http://bavotasan.com/" target="_blank"></a></p>
<div>
<div><a href="http://bavotasan.com/" target="_blank"><img title="bestWordPress88" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress88.jpg" border="0" alt="bestWordPress88" width="630" height="430" /></a></div>
</div>
<p>Although the only think that we can actually know about C.Bavota is  that this is not his real name and that he’s originally from Canada, we  must really appreciate what he’s been doing on this site, providing  permanent articles about programming, blogging and web design. Here you  will find many good information to engage your WordPress experience.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/bavotasan" href="http://feeds.feedburner.com/bavotasan">http://feeds.feedburner.com/bavotasan</a></p>
<p>Twitter profile: <a title="http://twitter.com/bavotasan" href="http://twitter.com/bavotasan">http://twitter.com/bavotasan</a></p>
<h3><a href="http://wordpress.tv/" target="_blank">WordPress.tv</a></h3>
<p><a href="http://wordpress.tv/" target="_blank"></a></p>
<div>
<div><a href="http://wordpress.tv/" target="_blank"><img title="bestWordPress99" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress99.jpg" border="0" alt="bestWordPress99" width="630" height="366" /></a></div>
</div>
<p>If you’re that kind of person who prefers to see everything instead  of just reading it, then WordPress.tv is your place. By visiting this  website you will have access to tons of visual resources talking about  everything around WordPress. You will spend a lot of time before you end  up watching a repeated video, so we can assure you that you will really  enjoy this site.</p>
<h3><a href="http://wpdevel.wordpress.com/" target="_blank">WordPress Development Updates</a></h3>
<p><a href="http://wpdevel.wordpress.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpdevel.wordpress.com/" target="_blank"><img title="bestWordPress107" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress107.jpg" border="0" alt="bestWordPress107" width="630" height="400" /></a></div>
</div>
<p>The official blog for the core development team of the WordPress open  source project, this blog will give you all the latest news regarding  WP development. You can think of this site as the mini Twitter for all  the WordPress developers.</p>
<p>RSS feed: <a title="http://wpdevel.wordpress.com/feed/" href="http://wpdevel.wordpress.com/feed/" target="_blank">http://wpdevel.wordpress.com/feed/</a></p>
<h3><a href="http://alexking.org/" target="_blank">Alex King</a></h3>
<p><a href="http://alexking.org/" target="_blank"></a></p>
<div>
<div><a href="http://alexking.org/" target="_blank"><img title="bestWordPress102" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress102.jpg" border="0" alt="bestWordPress102" width="630" height="427" /></a></div>
</div>
<p>Alex King is a web developer currently living on the US and the  mastermind behind this website. On his site you will find besides  personal information, several resources and articles about WordPress,  including plugins, themes, and custom scripts that can really help you  out to have a much better WordPress experience.</p>
<p>RSS feed: <a title="http://alexking.org/blog/feed" href="http://alexking.org/blog/feed">http://alexking.org/blog/feed</a></p>
<h3><a href="http://www.wordpressthemeshock.com/" target="_blank">WordPressThemeShock</a></h3>
<p><a href="http://www.wordpressthemeshock.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wordpressthemeshock.com/" target="_blank"><img title="bestWordPress114" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress114.jpg" alt="" width="630" height="550" /></a></div>
</div>
<p>In ThemeShock you will find awesome freebies for your blog, including  CSS3 elements, Photoshop freebies and more. The site has also an useful  blog to find little WP tricks that can make your life easier.</p>
<p>RSS feed: <a href="http://feeds.feedburner.com/themeshock" target="_blank">http://feeds.feedburner.com/themeshock</a></p>
<p>Facebook page: <a href="http://www.facebook.com/pages/ThemeShock/152096704818343" target="_blank">http://www.facebook.com/pages/ThemeShock/152096704818343</a></p>
<p>Twitter profile: <a href="http://twitter.com/themeshock" target="_blank">http://twitter.com/themeshock</a></p>
<h3><a href="http://wpshout.com/" target="_blank">WPShout</a></h3>
<p><a href="http://wpshout.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpshout.com/" target="_blank"><img title="bestWordPress74" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress74.jpg" border="0" alt="bestWordPress74" width="630" height="505" /></a></div>
</div>
<p>WPshout is a great blog about WordPress development where you can  find tips, good practices and just good articles to read on your free  times.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/nometech" href="http://feeds2.feedburner.com/nometech">http://feeds2.feedburner.com/nometech</a></p>
<p>Twitter profile: <a title="http://twitter.com/alexdenning" href="http://twitter.com/alexdenning">http://twitter.com/alexdenning</a></p>
<h6>More useful blogs</h6>
<p>And now you will find all the other blogs that we found during our  research, probably you will realize that some of these sites are  actually more helpful for your specific needs than the ones we placed in  our Top Selection, so we invite you to take a look and enjoy the rest  of this amazing showcase.</p>
<h3><a href="http://www.pingable.org/" target="_blank">Pingable</a></h3>
<p><a href="http://www.pingable.org/" target="_blank"></a></p>
<div>
<div><a href="http://www.pingable.org/" target="_blank"><img title="bestWordPress105" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress105.jpg" border="0" alt="bestWordPress105" width="630" height="400" /></a></div>
</div>
<p>Pingable is a WordPress-dedicated website where you can find themes,  plugins, applications, websites, resources and more. The site was  founded by Simon Ward back in 2007 and since them it has become one of  the favorite WordPress sites for many people.</p>
<p>RSS page: <a title="http://feeds.feedburner.com/pingableorg" href="http://feeds.feedburner.com/pingableorg" target="_blank">http://feeds.feedburner.com/pingableorg</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/Pingable/145942655472849" href="http://www.facebook.com/pages/Pingable/145942655472849" target="_blank">http://www.facebook.com/pages/Pingable/145942655472849</a></p>
<p>Twitter profile: <a title="http://www.twitter.com/pingable" href="http://www.twitter.com/pingable" target="_blank">http://www.twitter.com/pingable</a></p>
<h3><a href="http://lorelle.wordpress.com/" target="_blank">Lorelle on WordPress</a></h3>
<p><a href="http://lorelle.wordpress.com/" target="_blank"></a></p>
<div>
<div><a href="http://lorelle.wordpress.com/" target="_blank"><img title="bestWordPress81" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress81.jpg" border="0" alt="bestWordPress81" width="630" height="420" /></a></div>
</div>
<p>Lorelle VanFossen is the main editor of this blog, a place where you  can find lots of information about everything WordPress, blogging, and  social media. You will be surprised by the amount of useful data and  resources that this photography lover is willing to provide to all the  rest of the community, while she hangs out with his husband and take  pictures together in some scenery out there.</p>
<p>RSS feed: <a title="http://lorelle.wordpress.com/feed/" href="http://lorelle.wordpress.com/feed/">http://lorelle.wordpress.com/feed/</a></p>
<p>Facebook page: <a title="http://www.facebook.com/profile.php?id=735937238" href="http://www.facebook.com/profile.php?id=735937238">http://www.facebook.com/profile.php?id=735937238</a></p>
<p>Twitter profile: <a title="http://www.twitter.com/lorelleonwp/" href="http://www.twitter.com/lorelleonwp/">http://www.twitter.com/lorelleonwp/</a></p>
<h3><a href="http://www.way2wp.com/tag/wordpress">Way2Wp</a></h3>
<p><a href="http://www.way2wp.com/tag/wordpress" target="_blank"></a></p>
<div>
<div><a href="http://www.way2wp.com/tag/wordpress" target="_blank"><img title="bestWordPress06" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress06.jpg" border="0" alt="bestWordPress06" width="630" height="438" /></a></div>
</div>
<p>Useful website to find tips, new plugins, beautiful themes, SEO tips  and just anything that may possibly help you become a much better  blogger and WordPress user.</p>
<p>RSS feed: <a title="http://www.way2wp.com/feed" href="http://www.way2wp.com/feed">http://www.way2wp.com/feed</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/Way2wpcom/158863244153643" href="http://www.facebook.com/pages/Way2wpcom/158863244153643">http://www.facebook.com/pages/Way2wpcom/158863244153643</a></p>
<p>Twitter profile: <a title="http://twitter.com/way2wp" href="http://twitter.com/way2wp">http://twitter.com/way2wp</a></p>
<h3><a href="http://wpapprentice.com/" target="_blank">WordPress Training</a></h3>
<p><a href="http://wpapprentice.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpapprentice.com/" target="_blank"><img title="bestWordPress02" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress02.jpg" border="0" alt="bestWordPress02" width="630" height="462" /></a></div>
</div>
<p>On this place you will find several written and on video tutorials to  help you learn WordPress or increase your knowledge about this subject.</p>
<p>RSS feed: <a title="http://wpapprentice.com/feed/" href="http://wpapprentice.com/feed/">http://wpapprentice.com/feed/</a></p>
<h3><a href="http://qoate.com/tag/wordpress/" target="_blank">WordPress DannyvanKooten</a></h3>
<p><a href="http://qoate.com/tag/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://qoate.com/tag/wordpress/" target="_blank"><img title="bestWordPress03" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress03.jpg" border="0" alt="bestWordPress03" width="630" height="462" /></a></div>
</div>
<p>Useful blog where you will find relevant articles about WordPress,  PHP and more programming and web development contents.</p>
<p>RSS feed: <a title="http://dannyvankooten.com/feed/" href="http://dannyvankooten.com/feed/">http://dannyvankooten.com/feed/</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/DannyvanKootencom/141379649214982" href="http://www.facebook.com/pages/DannyvanKootencom/141379649214982">http://www.facebook.com/pages/DannyvanKootencom/141379649214982</a></p>
<h3><a href="http://cleverwp.com/category/wordpress/" target="_blank">Clever WordPress</a></h3>
<p><a href="http://cleverwp.com/category/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://cleverwp.com/category/wordpress/" target="_blank"><img title="bestWordPress04" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress04.jpg" border="0" alt="bestWordPress04" width="630" height="452" /></a></div>
</div>
<p>Among the many things that you will find on this blog you will  obviously encounter great WordPress tips and hacks to help you make a  better use of this tool.</p>
<p>RSS feed: <a title="http://cleverwp.com/feed/" href="http://cleverwp.com/feed/">http://cleverwp.com/feed/</a></p>
<p>Twitter profile: <a title="http://www.twitter.com/CleverWordPress" href="http://www.twitter.com/CleverWordPress">http://www.twitter.com/CleverWordPress</a></p>
<h3><a href="http://trishussey.com/category/wordpress/" target="_blank">TrisHusseyDotCom</a></h3>
<p><a href="http://trishussey.com/category/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://trishussey.com/category/wordpress/" target="_blank"><img title="bestWordPress05" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress05.jpg" border="0" alt="bestWordPress05" width="630" height="438" /></a></div>
</div>
<p>Social media and WordPress are the two main subjects on this website  developed by Tris Hussey. You will find his opinions and suggestions on  how to make a much better appropriation of WordPress and social  networks.</p>
<p>RSS feed: <a title="http://trishussey.com/feed/" href="http://trishussey.com/feed/">http://trishussey.com/feed/</a></p>
<p>Facebook page: <a title="http://facebook.trishussey.com/" href="http://facebook.trishussey.com/">http://facebook.trishussey.com/</a></p>
<p>Twitter profile: <a title="http://twitter.trishussey.com/" href="http://twitter.trishussey.com/">http://twitter.trishussey.com/</a></p>
<h3><a href="http://www.wpzine.com/" target="_blank">Wpzine</a></h3>
<p><a href="http://www.wpzine.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpzine.com/" target="_blank"><img title="bestWordPress07" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress07.jpg" border="0" alt="bestWordPress07" width="630" height="438" /></a></div>
</div>
<p>Great online journal to find all the latest news and resources for  WordPress fans, including not only scripts and implementations but  exclusive interviews with world class WordPress developers.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/gowpzine" href="http://feeds.feedburner.com/gowpzine">http://feeds.feedburner.com/gowpzine</a></p>
<p>Facebook page: <a title="http://www.facebook.com/wpzine" href="http://www.facebook.com/wpzine">http://www.facebook.com/wpzine</a></p>
<p>Twitter profile: <a title="http://twitter.com/gowpzine" href="http://twitter.com/gowpzine">http://twitter.com/gowpzine</a></p>
<h3><a href="http://idratherbewriting.com/tag/wordpress/" target="_blank">I’d Rather Be Writing</a></h3>
<p><a href="http://idratherbewriting.com/tag/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://idratherbewriting.com/tag/wordpress/" target="_blank"><img title="bestWordPress08" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress08.jpg" border="0" alt="bestWordPress08" width="630" height="431" /></a></div>
</div>
<p>Not only you will find useful information about WordPress on this  site but also some social media tips and of course the author’s personal  reliefs.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/TomJohnson" href="http://feeds.feedburner.com/TomJohnson">http://feeds.feedburner.com/TomJohnson</a></p>
<p>Facebook page: <a title="http://www.facebook.com/profile.php?id=1142152389" href="http://www.facebook.com/profile.php?id=1142152389">http://www.facebook.com/profile.php?id=1142152389</a></p>
<p>Twitter profile: <a title="http://twitter.com/tomjohnson" href="http://twitter.com/tomjohnson">http://twitter.com/tomjohnson</a></p>
<h3><a href="http://www.primothemes.com/category/blog/" target="_blank">Primo Themes</a></h3>
<p><a href="http://www.primothemes.com/category/blog/" target="_blank"></a></p>
<div>
<div><a href="http://www.primothemes.com/category/blog/" target="_blank"><img title="bestWordPress09" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress09.jpg" border="0" alt="bestWordPress09" width="630" height="425" /></a></div>
</div>
<p>Although the main purpose of this website is to sell custom WP  themes, they launched a blog section where you will not only find self  branding articles but a few good WP articles once in a while.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/primothemes" href="http://feeds.feedburner.com/primothemes">http://feeds.feedburner.com/primothemes</a></p>
<p>Twitter profile: <a title="http://twitter.com/PriMoThemes" href="http://twitter.com/PriMoThemes">http://twitter.com/PriMoThemes</a></p>
<h3><a href="http://wprockers.com/" target="_blank">WordPress Rockers</a></h3>
<p><a href="http://wprockers.com/" target="_blank"></a></p>
<div>
<div><a href="http://wprockers.com/" target="_blank"><img title="bestWordPress10" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress10.jpg" border="0" alt="bestWordPress10" width="630" height="425" /></a></div>
</div>
<p>Looking for WordPress assistance?, this site may help you with that  theme that is just not letting you do things the way you want and those  couple of plugins that are just not working.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/wprockers" href="http://feeds2.feedburner.com/wprockers">http://feeds2.feedburner.com/wprockers</a></p>
<p>Twitter profile: <a title="http://twitter.com/wprockers" href="http://twitter.com/wprockers">http://twitter.com/wprockers</a></p>
<h3><a href="http://www.wp-ologist.com/" target="_blank">WP-Ologist</a></h3>
<p><a href="http://www.wp-ologist.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wp-ologist.com/" target="_blank"><img title="bestWordPress11" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress11.jpg" border="0" alt="bestWordPress11" width="630" height="416" /></a></div>
</div>
<p>A deep study on the WordPress matter, this website provides useful  tips regarding social media, blogging and of course WP tips that every  designer will be thankful for.</p>
<h3><a href="http://www.wplift.com/" target="_blank">WPlift</a></h3>
<p><a href="http://www.wplift.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wplift.com/" target="_blank"><img title="bestWordPress12" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress12.jpg" border="0" alt="bestWordPress12" width="630" height="416" /></a></div>
</div>
<p>A huge library of quality tips and articles about WordPress, this  site was released just a few months ago and has already become one of  the most helpful sites for every WP fan.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/Wplift" href="http://feeds.feedburner.com/Wplift">http://feeds.feedburner.com/Wplift</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/WPLift/126840314035581" href="http://www.facebook.com/pages/WPLift/126840314035581">http://www.facebook.com/pages/WPLift/126840314035581</a></p>
<p>Twitter profile: <a title="http://twitter.com/wplift" href="http://twitter.com/wplift">http://twitter.com/wplift</a></p>
<h3><a href="http://wphey.com/" target="_blank">WordPress Hey</a></h3>
<p><a href="http://wphey.com/" target="_blank"></a></p>
<div>
<div><a href="http://wphey.com/" target="_blank"><img title="bestWordPress13" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress13.jpg" border="0" alt="bestWordPress13" width="630" height="416" /></a></div>
</div>
<p>Everything that you may possibly want to know about WordPress is  covered on this site, from blogging to good practices, this site is for  certain a good WP news source.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/WpHey" href="http://feeds.feedburner.com/WpHey">http://feeds.feedburner.com/WpHey</a></p>
<p>Facebook page: <a title="http://www.facebook.com/wphey" href="http://www.facebook.com/wphey">http://www.facebook.com/wphey</a></p>
<p>Twitter profile: <a title="http://twitter.com/wphey" href="http://twitter.com/wphey">http://twitter.com/wphey</a></p>
<h3><a href="http://wordpresstips.googlethem.com/" target="_blank">WordPress Tips and Tricks</a></h3>
<p><a href="http://wordpresstips.googlethem.com/" target="_blank"></a></p>
<div>
<div><a href="http://wordpresstips.googlethem.com/" target="_blank"><img title="bestWordPress14" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress14.jpg" border="0" alt="bestWordPress14" width="630" height="484" /></a></div>
</div>
<p>Another great blog where you can find resourceful WordPress tips and just a lot of information that never hurts a web designer.</p>
<p>RSS feed: <a title="http://wordpresstips.googlethem.com/feed/" href="http://wordpresstips.googlethem.com/feed/">http://wordpresstips.googlethem.com/feed/</a></p>
<h3><a href="http://www.wpsecuritylock.com/" target="_blank">WP Security Lock</a></h3>
<p><a href="http://www.wpsecuritylock.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpsecuritylock.com/" target="_blank"><img title="bestWordPress15" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress15.jpg" border="0" alt="bestWordPress15" width="630" height="484" /></a></div>
</div>
<p>Inside this blog you will encounter many WP news, latest plugins and important information for all the WordPress fans around.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/wpsecuritylock" href="http://feeds.feedburner.com/wpsecuritylock">http://feeds.feedburner.com/wpsecuritylock</a></p>
<p>Facebook page: <a title="http://facebook.com/wpsecuritylock" href="http://facebook.com/wpsecuritylock">http://facebook.com/wpsecuritylock</a></p>
<p>Twitter profile: <a title="http://twitter.com/wpsecuritylock" href="http://twitter.com/wpsecuritylock">http://twitter.com/wpsecuritylock</a></p>
<h3><a href="http://www.agentwp.com/" target="_blank">Agent WordPress</a></h3>
<p><a href="http://www.agentwp.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.agentwp.com/" target="_blank"><img title="bestWordPress16" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress16.jpg" border="0" alt="bestWordPress16" width="630" height="484" /></a></div>
</div>
<p>This webpage can provide you all the assistance you might possibly  need to create your own WordPress-based website, along with reviews,  latest news and many more relevant information for all the web  developers looking to rock in WordPress.</p>
<p>RSS feed: <a title="http://www.agentwp.com/feed/rss" href="http://www.agentwp.com/feed/rss">http://www.agentwp.com/feed/rss</a></p>
<p>Facebook page: <a title="http://www.facebook.com/mayur.somani" href="http://www.facebook.com/mayur.somani">http://www.facebook.com/mayur.somani</a></p>
<p>Twitter profile: <a title="http://twitter.com/agentwordpress" href="http://twitter.com/agentwordpress">http://twitter.com/agentwordpress</a></p>
<h3><a href="http://wpcrowd.com/" target="_blank">WP Crowd</a></h3>
<p><a href="http://wpcrowd.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpcrowd.com/" target="_blank"><img title="bestWordPress18" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress18.jpg" border="0" alt="bestWordPress18" width="630" height="468" /></a></div>
</div>
<p>Alexandru Vornicescu and Vasile Carazanu are the creators of WP  Crowd, a place to find quality WP articles and resources that can  definitely make life much easier for any web designer and developer.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/wpcrowd" href="http://feeds.feedburner.com/wpcrowd">http://feeds.feedburner.com/wpcrowd</a></p>
<p>Twitter profile: <a title="http://twitter.com/wpcrowd" href="http://twitter.com/wpcrowd">http://twitter.com/wpcrowd</a></p>
<h3><a href="http://wpmash.com/" target="_blank">WP Mash</a></h3>
<p><a href="http://wpmash.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpmash.com/" target="_blank"><img title="bestWordPress19" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress19.jpg" border="0" alt="bestWordPress19" width="630" height="468" /></a></div>
</div>
<p>Every day you will encounter new WordPress articles, brand new themes  and plugins and all those little things that happen daily inside the WP  world.</p>
<p>RSS feed: <a title="http://wpmash.com/feed/" href="http://wpmash.com/feed/">http://wpmash.com/feed/</a></p>
<p>Twitter profile: <a title="http://twitter.com/NewWpThemes" href="http://twitter.com/NewWpThemes">http://twitter.com/NewWpThemes</a></p>
<h3><a href="http://www.wp-tutorials.org/" target="_blank">WordPress Tutorials</a></h3>
<p><a href="http://www.wp-tutorials.org/" target="_blank"></a></p>
<div>
<div><a href="http://www.wp-tutorials.org/" target="_blank"><img title="bestWordPress20" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress20.jpg" border="0" alt="bestWordPress20" width="630" height="424" /></a></div>
</div>
<p>Only tutorials, this site cannot be skipped by layman people, as it  is a huge well of high quality WordPress tuts to help people learn all  the WP basics and more advanced techniques.</p>
<p>RSS feed: <a title="http://www.wp-tutorials.org/feed/" href="http://www.wp-tutorials.org/feed/">http://www.wp-tutorials.org/feed/</a></p>
<p>Twitter profile: <a title="http://twitter.com/wp_tutorials" href="http://twitter.com/wp_tutorials">http://twitter.com/wp_tutorials</a></p>
<h3><a href="http://www.press75.com/blog/" target="_blank">Press75</a></h3>
<p><a href="http://www.press75.com/blog/" target="_blank"></a></p>
<div>
<div><a href="http://www.press75.com/blog/" target="_blank"><img title="bestWordPress21" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress21.jpg" border="0" alt="bestWordPress21" width="630" height="424" /></a></div>
</div>
<p>Founded in June of 2008 by Jason Schuller, this site has been  permanently posting really useful WordPress tips and articles ever  since.</p>
<p>Twitter profile: <a title="http://www.twitter.com/press75" href="http://www.twitter.com/press75">http://www.twitter.com/press75</a></p>
<h3><a href="http://www.binarymoon.co.uk/" target="_blank">Binary Moon</a></h3>
<p><a href="http://www.binarymoon.co.uk/" target="_blank"></a></p>
<div>
<div><a href="http://www.binarymoon.co.uk/" target="_blank"><img title="bestWordPress106" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress106.jpg" border="0" alt="bestWordPress106" width="630" height="400" /></a></div>
</div>
<p>Hosted by Ben Gillbanks, BinaryMoon talks about WordPress, blogging, videogames and many tech-related topics.</p>
<p>RSS feed: <a title="http://www.binarymoon.co.uk/feed/" href="http://www.binarymoon.co.uk/feed/" target="_blank">http://www.binarymoon.co.uk/feed/</a></p>
<p>Twitter profile: <a title="http://twitter.com/binarymoon" href="http://twitter.com/binarymoon" target="_blank">http://twitter.com/binarymoon</a></p>
<h3><a href="http://www.wpseonews.com/" target="_blank">WP SEO News</a></h3>
<p><a href="http://www.wpseonews.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpseonews.com/" target="_blank"><img title="bestWordPress22" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress22.jpg" border="0" alt="bestWordPress22" width="630" height="424" /></a></div>
</div>
<p>Almost every WordPress blogs focuses on teaching how to properly  develop a WP site, from the programming to implementing plugins. This  site on the other hand decided to also provide information regarding how  to make a proper SEO for WordPress-based blogs.</p>
<p>RSS feed: <a title="http://www.wpseonews.com/feed/" href="http://www.wpseonews.com/feed/">http://www.wpseonews.com/feed/</a></p>
<h3><a href="http://wordpressuniversity.com/" target="_blank">WordPress University</a></h3>
<p><a href="http://wordpressuniversity.com/" target="_blank"></a></p>
<div>
<div><a href="http://wordpressuniversity.com/" target="_blank"><img title="bestWordPress23" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress23.jpg" border="0" alt="bestWordPress23" width="630" height="424" /></a></div>
</div>
<p>Although the site’s name may seem a little cocky, the truth is that  you can find tons of WordPress resources, plugins, themes and of course  quality articles on this website.</p>
<p>RSS feed: <a title="http://wordpressuniversity.com/feed/" href="http://wordpressuniversity.com/feed/">http://wordpressuniversity.com/feed/</a></p>
<h3><a href="http://www.wpcookies.com/" target="_blank">WPCookies</a></h3>
<p><a href="http://www.wpcookies.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpcookies.com/" target="_blank"><img title="bestWordPress24" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress24.jpg" border="0" alt="bestWordPress24" width="630" height="424" /></a></div>
</div>
<p>Tasteful recipes made with a little bit of code, another bit of  inspiration and the rest pure WordPress, this site is a complete  shelving of great WP articles and resources.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/wpcookies" href="http://feeds.feedburner.com/wpcookies">http://feeds.feedburner.com/wpcookies</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/WPCookies/291515763555" href="http://www.facebook.com/pages/WPCookies/291515763555">http://www.facebook.com/pages/WPCookies/291515763555</a></p>
<p>Twitter profile: <a title="http://twitter.com/WPCookies" href="http://twitter.com/WPCookies">http://twitter.com/WPCookies</a></p>
<h3><a href="http://tipsforwordpress.com/" target="_blank">WordPress Tips</a></h3>
<p><a href="http://tipsforwordpress.com/" target="_blank"></a></p>
<div>
<div><a href="http://tipsforwordpress.com/" target="_blank"><img title="bestWordPress25" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress25.jpg" border="0" alt="bestWordPress25" width="630" height="424" /></a></div>
</div>
<p>This site was created by <a href="http://westondeboer.com/">Weston Deboer</a> and here you will find all his shares and tips on how to make a much better use of WordPress.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/tipsforwordpress" href="http://feeds.feedburner.com/tipsforwordpress">http://feeds.feedburner.com/tipsforwordpress</a></p>
<h3><a href="http://wordpressplanet.com/" target="_blank">WordPress Planet</a></h3>
<p><a href="http://wordpressplanet.com/" target="_blank"></a></p>
<div>
<div><a href="http://wordpressplanet.com/" target="_blank"><img title="bestWordPress26" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress26.jpg" border="0" alt="bestWordPress26" width="630" height="390" /></a></div>
</div>
<p>Find great articles, plugins, themes and even a submit section to send your own WordPress designs so everybody can see them.</p>
<p>RSS feed: <a title="http://wordpressplanet.com/feed" href="http://wordpressplanet.com/feed">http://wordpressplanet.com/feed</a></p>
<h3><a href="http://www.wpexplorer.com/blog.html" target="_blank">WPExplorer</a></h3>
<p><a href="http://www.wpexplorer.com/blog.html" target="_blank"></a></p>
<div>
<div><a href="http://www.wpexplorer.com/blog.html" target="_blank"><img title="bestWordPress27" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress27.jpg" border="0" alt="bestWordPress27" width="630" height="417" /></a></div>
</div>
<p>You will not only encounter beautiful WordPress themes ready for  download but also a complete section of helpful articles, tutorials and  news about WP.</p>
<h3><a href="http://www.wordpressguy.com/" target="_blank">WPGuy</a></h3>
<p><a href="http://www.wordpressguy.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wordpressguy.com/" target="_blank"><img title="bestWordPress28" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress28.jpg" border="0" alt="bestWordPress28" width="630" height="417" /></a></div>
</div>
<p>One more place is never harmful when it comes to learning WordPress,  so this site might be a good addition to your already extended bookmarks  library.</p>
<h3><a href="http://wpluxe.com/category/blog/" target="_blank">WPLuxe</a></h3>
<p><a href="http://wpluxe.com/category/blog/" target="_blank"></a></p>
<div>
<div><a href="http://wpluxe.com/category/blog/" target="_blank"><img title="bestWordPress29" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress29.jpg" border="0" alt="bestWordPress29" width="630" height="408" /></a></div>
</div>
<p>Good articles, tutorials and promotions to spoil all those WP fans  that are feeling abandoned during these first days of the year.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/wpluxe" href="http://feeds2.feedburner.com/wpluxe">http://feeds2.feedburner.com/wpluxe</a></p>
<p>Twitter profile: <a title="http://twitter.com/premiumgal/" href="http://twitter.com/premiumgal/">http://twitter.com/premiumgal/</a></p>
<h3><a href="http://www.justintadlock.com/" target="_blank">Justin Tadlock</a></h3>
<p><a href="http://www.justintadlock.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.justintadlock.com/" target="_blank"><img title="bestWordPress89" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress89.jpg" border="0" alt="bestWordPress89" width="630" height="403" /></a></div>
</div>
<p>Justin Tadlock is a young English teacher with a huge passion for  WordPress. On his blog you will find a lot of information regarding how  to properly use this beautiful tool and also a few tools to help you  become a better blogger. This site is a great supplier of news, themes  and plugin references, all of them based of course in WordPress.</p>
<p>RSS feed: <a title="http://justintadlock.com/feed" href="http://justintadlock.com/feed">http://justintadlock.com/feed</a></p>
<h3><a href="http://forthelose.org/" target="_blank">For The Lose</a></h3>
<p><a href="http://forthelose.org/" target="_blank"></a></p>
<div>
<div><a href="http://forthelose.org/" target="_blank"><img title="bestWordPress30" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress30.jpg" border="0" alt="bestWordPress30" width="630" height="408" /></a></div>
</div>
<p>Well you can either decide to simply order a custom work from their  team or actually visit their blog where they post useful WordPress  articles once in a while.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/forthelose" href="http://feeds2.feedburner.com/forthelose">http://feeds2.feedburner.com/forthelose</a></p>
<h3><a href="http://wphacks.com/" target="_blank">WordPress Hacks</a></h3>
<p><a href="http://wphacks.com/" target="_blank"></a></p>
<div>
<div><a href="http://wphacks.com/" target="_blank"><img title="bestWordPress32" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress32.jpg" border="0" alt="bestWordPress32" width="630" height="503" /></a></div>
</div>
<p>In case you haven’t had enough until this point, we want to present  you another WP blog where you can find good articles and material.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/HackWordpress" href="http://feeds2.feedburner.com/HackWordpress">http://feeds2.feedburner.com/HackWordpress</a></p>
<p>Twitter profile: <a title="http://twitter.com/HackWordPress" href="http://twitter.com/HackWordPress">http://twitter.com/HackWordPress</a></p>
<h3><a href="http://www.optiniche.com/blog/category/wordpress-tips-tricks/" target="_blank">Optiniche</a></h3>
<p><a href="http://www.optiniche.com/blog/category/wordpress-tips-tricks/" target="_blank"></a></p>
<div>
<div><a href="http://www.optiniche.com/blog/category/wordpress-tips-tricks/" target="_blank"><img title="bestWordPress33" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress33.jpg" border="0" alt="bestWordPress33" width="630" height="494" /></a></div>
</div>
<p>And the sites just keep showing up, here’s another good place to read a little bit about the latest WordPress news and releases.</p>
<p>RSS feed: <a title="http://www.optiniche.com/blog/feed/" href="http://www.optiniche.com/blog/feed/">http://www.optiniche.com/blog/feed/</a></p>
<h3><a href="http://silentbits.com/" target="_blank">SilentBits</a></h3>
<p><a href="http://silentbits.com/" target="_blank"></a></p>
<div>
<div><a href="http://silentbits.com/" target="_blank"><img title="bestWordPress36" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress36.jpg" border="0" alt="bestWordPress36" width="630" height="517" /></a></div>
</div>
<p>Besides serving as a personal website, this site’s creator writes  nice WP articles to read on your free times while drinking a Coke.</p>
<p>RSS feed: <a title="http://silentbits.com/feed/" href="http://silentbits.com/feed/">http://silentbits.com/feed/</a></p>
<p>Twitter profile: <a title="http://twitter.com/coxis" href="http://twitter.com/coxis">http://twitter.com/coxis</a></p>
<h3><a href="http://www.joshstauffer.com/" target="_blank">Josh Stauffer</a></h3>
<p><a href="http://www.joshstauffer.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.joshstauffer.com/" target="_blank"><img title="bestWordPress37" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress37.jpg" border="0" alt="bestWordPress37" width="630" height="641" /></a></div>
</div>
<p>Personal blog by Josh Stauffer, on this page the discussion centers  in making a good use of the WordPress platform and the Genesis tool.</p>
<p>Twitter profile: <a title="http://twitter.com/joshstauffer" href="http://twitter.com/joshstauffer">http://twitter.com/joshstauffer</a></p>
<h3><a href="http://wordprezzie.com/" target="_blank">Wordprezzie</a></h3>
<p><a href="http://wordprezzie.com/" target="_blank"></a></p>
<div>
<div><a href="http://wordprezzie.com/" target="_blank"><img title="bestWordPress38" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress38.jpg" border="0" alt="bestWordPress38" width="630" height="571" /></a></div>
</div>
<p>This site currently focuses on offering their services, but it seems  that they have been recently trying to actually write good WP tutorials  and articles, so we suggest you to keep an eye on this place.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/wordprezzie" href="http://feeds.feedburner.com/wordprezzie">http://feeds.feedburner.com/wordprezzie</a></p>
<h3><a href="http://www.wpthemesnews.com/" target="_blank">WP Themes News</a></h3>
<p><a href="http://www.wpthemesnews.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpthemesnews.com/" target="_blank"><img title="bestWordPress39" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress39.jpg" border="0" alt="bestWordPress39" width="630" height="566" /></a></div>
</div>
<p>The only thing you will find in here is WP themes news, the latest  releases, offers and countdowns to help you choose your own WP theme.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/wpthemesnews" href="http://feeds.feedburner.com/wpthemesnews">http://feeds.feedburner.com/wpthemesnews</a></p>
<p>Twitter profile: <a title="http://twitter.com/wpthemesnews" href="http://twitter.com/wpthemesnews">http://twitter.com/wpthemesnews</a></p>
<h3><a href="http://www.dynamicwp.net/" target="_blank">DynamicWP</a></h3>
<p><a href="http://www.dynamicwp.net/" target="_blank"></a></p>
<div>
<div><a href="http://www.dynamicwp.net/" target="_blank"><img title="bestWordPress40" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress40.jpg" border="0" alt="bestWordPress40" width="630" height="477" /></a></div>
</div>
<p>As every good online service provider should do, these guys not only  support their products but also write useful WordPress articles that can  help both their clients and casual visitors that after visiting will  probably become new customers.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/DynamicWP" href="http://feeds.feedburner.com/DynamicWP">http://feeds.feedburner.com/DynamicWP</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/DynamicWP/267739437572" href="http://www.facebook.com/pages/DynamicWP/267739437572">http://www.facebook.com/pages/DynamicWP/267739437572</a></p>
<p>Twitter profile: <a title="http://www.twitter.com/dynamicwp/" href="http://www.twitter.com/dynamicwp/">http://www.twitter.com/dynamicwp/</a></p>
<h3><a href="http://wpassist.com/" target="_blank">WP Assist</a></h3>
<p><a href="http://wpassist.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpassist.com/" target="_blank"><img title="bestWordPress41" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress41.jpg" border="0" alt="bestWordPress41" width="630" height="441" /></a></div>
</div>
<p>WP Assist provides many information for every web developer and designer that wants to know a little bit more about WordPress.</p>
<h3><a href="http://wordpressapi.com/tag/wordpress-tips/" target="_blank">WordPress API</a></h3>
<p><a href="http://wordpressapi.com/tag/wordpress-tips/" target="_blank"></a></p>
<div>
<div><a href="http://wordpressapi.com/tag/wordpress-tips/" target="_blank"><img title="bestWordPress42" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress42.jpg" border="0" alt="bestWordPress42" width="630" height="390" /></a></div>
</div>
<p>There’s a chance to always find a new little treasure when browsing  from one site to another, so probably this site is holding that little  trick that you have desperately been looking for.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/wordpressapi" href="http://feeds2.feedburner.com/wordpressapi">http://feeds2.feedburner.com/wordpressapi</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/wordpressapi/280021545846" href="http://www.facebook.com/pages/wordpressapi/280021545846">http://www.facebook.com/pages/wordpressapi/280021545846</a></p>
<p>Twitter profile: <a title="http://twitter.com/wordpressapi" href="http://twitter.com/wordpressapi">http://twitter.com/wordpressapi</a></p>
<h3><a href="http://www.noupe.com/category/wordpress" target="_blank">Noupe</a></h3>
<p><a href="http://www.noupe.com/category/wordpress" target="_blank"></a></p>
<div>
<div><a href="http://www.noupe.com/category/wordpress" target="_blank"><img title="bestWordPress43" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress43.jpg" border="0" alt="bestWordPress43" width="630" height="408" /></a></div>
</div>
<p>Noupe has a specific WordPress section where you will find the latest WP news and resources.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/Noupe" href="http://feeds.feedburner.com/Noupe">http://feeds.feedburner.com/Noupe</a></p>
<p>Twitter profile: <a title="http://www.twitter.com/smashingmag" href="http://www.twitter.com/smashingmag">http://www.twitter.com/smashingmag</a></p>
<h3><a href="http://wordpress-tuto.fr/" target="_blank">WordPress Tuto</a></h3>
<p><a href="http://wordpress-tuto.fr/" target="_blank"></a></p>
<div>
<div><a href="http://wordpress-tuto.fr/" target="_blank"><img title="bestWordPress109" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress109.jpg" border="0" alt="bestWordPress109" width="630" height="400" /></a></div>
</div>
<p>Although the site has not been updated since the past year, you can  still find some great articles and resources about WordPress.</p>
<p>RSS feed: <a title="http://wordpress-tuto.fr/feed" href="http://wordpress-tuto.fr/feed" target="_blank">http://wordpress-tuto.fr/feed</a></p>
<h3><a href="http://wpguerrilla.com/" target="_blank">WordPress Guerilla</a></h3>
<p><a href="http://wpguerrilla.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpguerrilla.com/" target="_blank"><img title="bestWordPress44" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress44.jpg" border="0" alt="bestWordPress44" width="630" height="499" /></a></div>
</div>
<p>Of course that you will find a lot of self promotion inside of this  blog, but there’s also quite a few good articles to read in here.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/WordpressGuerrilla" href="http://feeds.feedburner.com/WordpressGuerrilla">http://feeds.feedburner.com/WordpressGuerrilla</a></p>
<h3><a href="http://www.tricksdaddy.com/category/wordpress" target="_blank">TricksDaddy</a></h3>
<p><a href="http://www.tricksdaddy.com/category/wordpress" target="_blank"></a></p>
<div>
<div><a href="http://www.tricksdaddy.com/category/wordpress" target="_blank"><img title="bestWordPress45" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress45.jpg" border="0" alt="bestWordPress45" width="630" height="422" /></a></div>
</div>
<p>Just by the name you can say that this is a good place to look for new tricks and tips, including WordPress obviously.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/technolizard" href="http://feeds.feedburner.com/technolizard">http://feeds.feedburner.com/technolizard</a></p>
<p>Facebook page: <a title="http://www.facebook.com/simrandeep" href="http://www.facebook.com/simrandeep">http://www.facebook.com/simrandeep</a></p>
<p>Twitter profile: <a title="http://twitter.com/tricksdaddy" href="http://twitter.com/tricksdaddy">http://twitter.com/tricksdaddy</a></p>
<h3><a href="http://www.bestwptricks.com/" target="_blank">Best WordPress Tricks</a></h3>
<p><a href="http://www.bestwptricks.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.bestwptricks.com/" target="_blank"><img title="bestWordPress00" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress00.jpg" border="0" alt="bestWordPress00" width="630" height="527" /></a></div>
</div>
<p>Find useful WordPress tips and articles, including SEO tips, plugins,  reviews and much more great information for all the WP fans.</p>
<h3><a href="http://wpscoop.com/" target="_blank">WPScoop</a></h3>
<p><a href="http://wpscoop.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpscoop.com/" target="_blank"><img title="bestWordPress46" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress46.jpg" border="0" alt="bestWordPress46" width="630" height="422" /></a></div>
</div>
<p>Similar to <a href="http://designbump.com/">DesignBump</a> and <a href="http://www.digg.com/" target="_blank">Digg</a>,  WPScoop is probably one of the best places to find WordPress news,  articles and resources and vote them in the process after completing the  registration.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/Wpscoop-PublishedNews" href="http://feeds.feedburner.com/Wpscoop-PublishedNews">http://feeds.feedburner.com/Wpscoop-PublishedNews</a></p>
<p>Twitter profile: <a title="http://twitter.com/wpscoop" href="http://twitter.com/wpscoop">http://twitter.com/wpscoop</a></p>
<h3><a href="http://www.wordpress-fr.net/" target="_blank">WordPress Francophone</a></h3>
<p><a href="http://www.wordpress-fr.net/" target="_blank"></a></p>
<div>
<div><a href="http://www.wordpress-fr.net/" target="_blank"><img title="bestWordPress110" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress110.jpg" border="0" alt="bestWordPress110" width="630" height="355" /></a></div>
</div>
<p>One of the biggest French websites about WordPress where you can find  all the latest news, resources and also join the community.</p>
<p>RSS feed: <a title="http://www.wordpress-fr.net/feed/" href="http://www.wordpress-fr.net/feed/" target="_blank">http://www.wordpress-fr.net/feed/</a></p>
<h3><a href="http://mywordpress.ru/" target="_blank">My WordPress</a></h3>
<p><a href="http://mywordpress.ru/" target="_blank"></a></p>
<div>
<div><a href="http://mywordpress.ru/" target="_blank"><img title="bestWordPress111" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress111.jpg" border="0" alt="bestWordPress111" width="630" height="355" /></a></div>
</div>
<p>And from all the Russian readers, here’s a great WP blog to find inspiration, plugins, articles and more.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/MyWPPlanet" href="http://feeds2.feedburner.com/MyWPPlanet" target="_blank">http://feeds2.feedburner.com/MyWPPlanet</a></p>
<h3><a href="http://wordpress-deutschland.org/" target="_blank">WordPress Deutschland</a></h3>
<p><a href="http://wordpress-deutschland.org/" target="_blank"></a></p>
<div>
<div><a href="http://wordpress-deutschland.org/" target="_blank"><img title="bestWordPress112" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress112.jpg" border="0" alt="bestWordPress112" width="630" height="355" /></a></div>
</div>
<p>And there’s also a Deutschland site dedicated to everything WordPress  that brings all the latest news, plugins, updates and more, the site  has not been updated in a while.</p>
<h3><a href="http://www.blogperfume.com/" target="_blank">BlogPerfume</a></h3>
<p><a href="http://www.blogperfume.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.blogperfume.com/" target="_blank"><img title="bestWordPress47" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress47.jpg" border="0" alt="bestWordPress47" width="630" height="413" /></a></div>
</div>
<p>Maybe the fragrance behind that WordPress plugin you need to beautify your blog is ready for you to find it on this spot.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/BlogPerfume" href="http://feeds2.feedburner.com/BlogPerfume">http://feeds2.feedburner.com/BlogPerfume</a></p>
<h3><a href="http://techpp.com/category/wordpress/" target="_blank">Technically Personal</a></h3>
<p><a href="http://techpp.com/category/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://techpp.com/category/wordpress/" target="_blank"><img title="bestWordPress48" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress48.jpg" border="0" alt="bestWordPress48" width="630" height="399" /></a></div>
</div>
<p>Tons of information for all the tech fans, this page covers several  themes including, Windows, Mac and well, of course that WordPress is  also on the list.</p>
<p>RSS feed: <a title="http://feeds.feedblitz.com/technicallypersonal" href="http://feeds.feedblitz.com/technicallypersonal">http://feeds.feedblitz.com/technicallypersonal</a></p>
<p>Facebook page: <a title="http://facebook.com/techpp/" href="http://facebook.com/techpp/">http://facebook.com/techpp/</a></p>
<p>Twitter profile: <a title="http://twitter.com/rajupp/" href="http://twitter.com/rajupp/">http://twitter.com/rajupp/</a></p>
<h3><a href="http://www.wordpressdaddy.com/" target="_blank">WordPress Daddy</a></h3>
<p><a href="http://www.wordpressdaddy.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wordpressdaddy.com/" target="_blank"><img title="bestWordPress49" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress49.jpg" border="0" alt="bestWordPress49" width="630" height="529" /></a></div>
</div>
<p>Besides the great theme’s gallery, this site offers a useful section of nice tutorials and examples for learning WordPress.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/WordpressDaddy" href="http://feeds.feedburner.com/WordpressDaddy">http://feeds.feedburner.com/WordpressDaddy</a></p>
<h3><a href="http://ayudawordpress.com/" target="_blank">Ayuda WordPress</a></h3>
<p><a href="http://ayudawordpress.com/" target="_blank"></a></p>
<div>
<div><a href="http://ayudawordpress.com/" target="_blank"><img title="bestWordPress51" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress51.jpg" border="0" alt="bestWordPress51" width="630" height="471" /></a></div>
</div>
<p>The only Spanish-based page of the list, this is one of the most  complete WordPress sites featuring awesome articles, resources and more,  so if you know the language, this is your place.</p>
<p>RSS feed: <a title="http://feedproxy.google.com/ayudawordpress" href="http://feedproxy.google.com/ayudawordpress">http://feedproxy.google.com/ayudawordpress</a></p>
<p>Facebook page: <a title="http://www.facebook.com/AyudaWordPress" href="http://www.facebook.com/AyudaWordPress">http://www.facebook.com/AyudaWordPress</a></p>
<p>Twitter profile: <a title="http://twitter.com/ayudawp" href="http://twitter.com/ayudawp">http://twitter.com/ayudawp</a></p>
<h3><a href="http://swankwebstyle.com/blog/" target="_blank">Swank Web Style</a></h3>
<p><a href="http://swankwebstyle.com/blog/" target="_blank"></a></p>
<div>
<div><a href="http://swankwebstyle.com/blog/" target="_blank"><img title="bestWordPress52" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress52.jpg" border="0" alt="bestWordPress52" width="630" height="465" /></a></div>
</div>
<p>You can find WordPress developing services on this site along with a  blog section where you can find useful articles and resources.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/Swank" href="http://feeds2.feedburner.com/Swank">http://feeds2.feedburner.com/Swank</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/Swank-Web-Style-Design-Studio/92071542477" href="http://www.facebook.com/pages/Swank-Web-Style-Design-Studio/92071542477">http://www.facebook.com/pages/Swank-Web-Style-Design-Studio/92071542477</a></p>
<p>Twitter profile: <a title="http://feeds2.feedburner.com/Swank" href="http://feeds2.feedburner.com/Swank">http://feeds2.feedburner.com/Swank</a></p>
<h3><a href="http://www.wptopics.com/" target="_blank">WP Topics</a></h3>
<p><a href="http://www.wptopics.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wptopics.com/" target="_blank"><img title="bestWordPress53" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress53.jpg" border="0" alt="bestWordPress53" width="630" height="465" /></a></div>
</div>
<p>The most important WP news, tutorials and all information that every WP lover needs to know in a single place.</p>
<h3><a href="http://www.solostream.com/" target="_blank">Solostream</a></h3>
<p><a href="http://www.solostream.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.solostream.com/" target="_blank"><img title="bestWordPress54" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress54.jpg" border="0" alt="bestWordPress54" width="630" height="460" /></a></div>
</div>
<p>Along with their services, the staff behind this website has  published a nice blog section where you can find many good WP tutorials  and articles.</p>
<p>RSS feed: <a title="http://www.solostream.com/feed/" href="http://www.solostream.com/feed/">http://www.solostream.com/feed/</a></p>
<h3><a href="http://wpguy.com/" target="_blank">WordPress Guy</a></h3>
<p><a href="http://wpguy.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpguy.com/" target="_blank"><img title="bestWordPress55" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress55.jpg" border="0" alt="bestWordPress55" width="630" height="454" /></a></div>
</div>
<p>There’s been a lot of time before the latest post coming from this  site saw the light, but it seems that the author is ready to return, so  let’s see what he’s about to release.</p>
<p>RSS feed: <a title="http://wpguy.com/feed/" href="http://wpguy.com/feed/">http://wpguy.com/feed/</a></p>
<h3><a href="http://www.werewp.com/" target="_blank">WereWP</a></h3>
<p><a href="http://www.werewp.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.werewp.com/" target="_blank"><img title="bestWordPress56" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress56.jpg" border="0" alt="bestWordPress56" width="630" height="454" /></a></div>
</div>
<p>Another good blog that you should visit to find WP news and good articles.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/werewp" href="http://feeds.feedburner.com/werewp">http://feeds.feedburner.com/werewp</a></p>
<p>Facebook page: <a title="http://www.facebook.com/jeremy.herve" href="http://www.facebook.com/jeremy.herve">http://www.facebook.com/jeremy.herve</a></p>
<p>Twitter profile: <a title="http://www.werewp.com/#footer-aside" href="http://www.werewp.com/#footer-aside">http://www.werewp.com/#footer-aside</a></p>
<h3><a href="http://wpgym.com/" target="_blank">WordPress Gym</a></h3>
<p><a href="http://wpgym.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpgym.com/" target="_blank"><img title="bestWordPress01" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress01.jpg" border="0" alt="bestWordPress01" width="630" height="503" /></a></div>
</div>
<p>Nice blog to find useful tips and secrets that you probably haven’t heard before about WordPress.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/WordpressGym-TheCharlesAtlasOfWordpressTipsTricksAndHacks" href="http://feeds.feedburner.com/WordpressGym-TheCharlesAtlasOfWordpressTipsTricksAndHacks">http://feeds.feedburner.com/WordpressGym-TheCharlesAtlasOfWordpressTipsTricksAndHacks</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/WordPress-Gym/117617168257881" href="http://www.facebook.com/pages/WordPress-Gym/117617168257881">http://www.facebook.com/pages/WordPress-Gym/117617168257881</a></p>
<p>Twitter profile: <a title="http://twitter.com/#!/WPGym" href="http://twitter.com/#%21/WPGym">http://twitter.com/#!/WPGym</a></p>
<h3><a href="http://www.wpthemedesigner.com/blog/" target="_blank">WordPress Theme Designer</a></h3>
<p><a href="http://www.wpthemedesigner.com/blog/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpthemedesigner.com/blog/" target="_blank"><img title="bestWordPress57" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress57.jpg" border="0" alt="bestWordPress57" width="630" height="454" /></a></div>
</div>
<p>Another blog that focuses and self branding, though if you take a  look for a while, probably a couple of good articles will show up.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/wpthemedesigner" href="http://feeds.feedburner.com/wpthemedesigner">http://feeds.feedburner.com/wpthemedesigner</a></p>
<h3><a href="http://speckyboy.com/category/wordpress/" target="_blank">Speckyboy</a></h3>
<p><a href="http://speckyboy.com/category/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://speckyboy.com/category/wordpress/" target="_blank"><img title="bestWordPress58" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress58.jpg" border="0" alt="bestWordPress58" width="630" height="489" /></a></div>
</div>
<p>Speckyboy has its own WordPress sections where you can find a lot of material, including showcases, tutorials and latest news.</p>
<p>RSS feed: <a title="http://speckyboy.com/feed" href="http://speckyboy.com/feed">http://speckyboy.com/feed</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/Speckyboy-Design-Magazine/140568253177" href="http://www.facebook.com/pages/Speckyboy-Design-Magazine/140568253177">http://www.facebook.com/pages/Speckyboy-Design-Magazine/140568253177</a></p>
<p>Twitter profile: <a title="http://twitter.com/speckyboy" href="http://twitter.com/speckyboy">http://twitter.com/speckyboy</a></p>
<h3><a href="http://www.wordpressmax.com/" target="_blank">WordPress Max</a></h3>
<p><a href="http://www.wordpressmax.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wordpressmax.com/" target="_blank"><img title="bestWordPress59" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress59.jpg" border="0" alt="bestWordPress59" width="630" height="471" /></a></div>
</div>
<p>Useful articles to help every WordPress beginner to grow up as a developer / blogger.</p>
<h3><a href="http://wpbtips.wordpress.com/" target="_blank">WordPress Tips</a></h3>
<p><a href="http://wpbtips.wordpress.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpbtips.wordpress.com/" target="_blank"><img title="bestWordPress60" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress60.jpg" border="0" alt="bestWordPress60" width="630" height="471" /></a></div>
</div>
<p>A lot of WP data to help all the different types of users such as bloggers, developers, publishers and programmers.</p>
<p>RSS feed: <a title="http://wpbtips.wordpress.com/feed/" href="http://wpbtips.wordpress.com/feed/">http://wpbtips.wordpress.com/feed/</a></p>
<h3><a href="http://wordpresstutor.tv/" target="_blank">WordPress Tutor</a></h3>
<p><a href="http://wordpresstutor.tv/" target="_blank"></a></p>
<div>
<div><a href="http://wordpresstutor.tv/" target="_blank"><img title="bestWordPress108" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress108.jpg" border="0" alt="bestWordPress108" width="630" height="400" /></a></div>
</div>
<p>A WordPress mini YouTube where you can find great tutorials among  many off the topic videos, most of them comedy videos. Still a great  site to find WP tips and information.</p>
<p>RSS Feed: <a title="http://wordpresstutor.tv/feed" href="http://wordpresstutor.tv/feed" target="_blank">http://wordpresstutor.tv/feed</a></p>
<p>Twitter profile: <a title="http://twitter.com/wp_tutor" href="http://twitter.com/wp_tutor" target="_blank">http://twitter.com/wp_tutor</a></p>
<h3><a href="http://webdemar.com/" target="_blank">Webdemar</a></h3>
<p><a href="http://webdemar.com/" target="_blank"></a></p>
<div>
<div><a href="http://webdemar.com/" target="_blank"><img title="bestWordPress61" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress61.jpg" border="0" alt="bestWordPress61" width="630" height="471" /></a></div>
</div>
<p>Unfortunately we don’t know the language but at simple view you can  notice that there are some pretty cool articles and tips on this site.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/webdemar" href="http://feeds.feedburner.com/webdemar">http://feeds.feedburner.com/webdemar</a></p>
<p>Twitter profile: <a title="http://twitter.com/webdemar" href="http://twitter.com/webdemar">http://twitter.com/webdemar</a></p>
<h3><a href="http://all4wordpress.com/" target="_blank">All4WordPress</a></h3>
<p><a href="http://all4wordpress.com/" target="_blank"></a></p>
<div>
<div><a href="http://all4wordpress.com/" target="_blank"><img title="bestWordPress63" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress63.jpg" border="0" alt="bestWordPress63" width="630" height="410" /></a></div>
</div>
<p>All 4 WordPress is constantly releasing awesome WP articles and  resources for web designers and developers, we suggest you to take a  look at this page.</p>
<p>RSS feed: <a title="http://all4wordpress.com/feed/" href="http://all4wordpress.com/feed/">http://all4wordpress.com/feed/</a></p>
<h3><a href="http://www.web2feel.com/category/blog/" target="_blank">Web2Feel</a></h3>
<p><a href="http://www.web2feel.com/category/blog/" target="_blank"></a></p>
<div>
<div><a href="http://www.web2feel.com/category/blog/" target="_blank"><img title="bestWordPress65" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress65.jpg" border="0" alt="bestWordPress65" width="630" height="527" /></a></div>
</div>
<p>In Web2feel you will land in a complete blog section featuring many  good programming tools that all the WP users will appreciate.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/web2feed" href="http://feeds.feedburner.com/web2feed">http://feeds.feedburner.com/web2feed</a></p>
<p>Facebook page: <a title="http://www.facebook.com/pages/Web2feel/115990111748977" href="http://www.facebook.com/pages/Web2feel/115990111748977">http://www.facebook.com/pages/Web2feel/115990111748977</a></p>
<p>Twitter profile: <a title="http://twitter.com/jinsona" href="http://twitter.com/jinsona">http://twitter.com/jinsona</a></p>
<h3><a href="http://www.cmswire.com/news/topic/wordpress" target="_blank">CMS Wire</a></h3>
<p><a href="http://www.cmswire.com/news/topic/wordpress" target="_blank"></a></p>
<div>
<div><a href="http://www.cmswire.com/news/topic/wordpress" target="_blank"><img title="bestWordPress66" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress66.jpg" border="0" alt="bestWordPress66" width="630" height="527" /></a></div>
</div>
<p>As we said on the introduction, WordPress is one of the greatest CMS  ever, and in that order of ideas, this site definitely has some of the  latest news and articles about our beloved WP.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/CMSWire" href="http://feeds.feedburner.com/CMSWire">http://feeds.feedburner.com/CMSWire</a></p>
<p>Twitter profile: <a title="http://twitter.com/cmswire" href="http://twitter.com/cmswire">http://twitter.com/cmswire</a></p>
<h3><a href="http://www.problogdesign.com/" target="_blank">Pro Blog Design</a></h3>
<p><a href="http://www.problogdesign.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.problogdesign.com/" target="_blank"><img title="bestWordPress67" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress67.jpg" border="0" alt="bestWordPress67" width="630" height="460" /></a></div>
</div>
<p>This site was created to help people make good blogs, from usability  to design, the tips provided on this site are among the most useful  around.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/ProBlogDesign" href="http://feeds2.feedburner.com/ProBlogDesign">http://feeds2.feedburner.com/ProBlogDesign</a></p>
<p>Facebook page: <a title="http://www.facebook.com/problogdesign" href="http://www.facebook.com/problogdesign">http://www.facebook.com/problogdesign</a></p>
<p>Twitter profile: <a title="http://twitter.com/problogdesign" href="http://twitter.com/problogdesign">http://twitter.com/problogdesign</a></p>
<h3><a href="http://themeshaper.com/blog/" target="_blank">ThemeShaper</a></h3>
<p><a href="http://themeshaper.com/blog/" target="_blank"></a></p>
<div>
<div><a href="http://themeshaper.com/blog/" target="_blank"><img title="bestWordPress80" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress80.jpg" border="0" alt="bestWordPress80" width="630" height="420" /></a></div>
</div>
<p>ThemeShapper’s blog features some of the latest WP news and tips for all the community.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/themeshaper" href="http://feeds2.feedburner.com/themeshaper">http://feeds2.feedburner.com/themeshaper</a></p>
<p>Twitter profile: <a title="http://twitter.com/iandstewart/" href="http://twitter.com/iandstewart/">http://twitter.com/iandstewart/</a></p>
<h3><a href="http://www.hongkiat.com/blog/category/wordpress/" target="_blank">Hongkiat</a></h3>
<p><a href="http://www.hongkiat.com/blog/category/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://www.hongkiat.com/blog/category/wordpress/" target="_blank"><img title="bestWordPress68" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress68.jpg" border="0" alt="bestWordPress68" width="630" height="460" /></a></div>
</div>
<p>Hongkiat also has its own WordPress section where you can find tons of articles, reviews and material.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/24thfloor" href="http://feeds2.feedburner.com/24thfloor">http://feeds2.feedburner.com/24thfloor</a></p>
<p>Facebook page: <a title="http://www.facebook.com/hongkiatcom" href="http://www.facebook.com/hongkiatcom">http://www.facebook.com/hongkiatcom</a></p>
<p>Twitter profile: <a title="http://www.twitter.com/hongkiat" href="http://www.twitter.com/hongkiat">http://www.twitter.com/hongkiat</a></p>
<h3><a href="http://ewebscapes.com/designblog/" target="_blank">E.Webscapes</a></h3>
<p><a href="http://ewebscapes.com/designblog/" target="_blank"></a></p>
<div>
<div><a href="http://ewebscapes.com/designblog/" target="_blank"><img title="bestWordPress69" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress69.jpg" border="0" alt="bestWordPress69" width="630" height="460" /></a></div>
</div>
<p>Yeah, this site also concentrates on self promoting its services  within their blog, but as far as we went on the research, we find a few  good WP articles.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/EWebscapes" href="http://feeds2.feedburner.com/EWebscapes">http://feeds2.feedburner.com/EWebscapes</a></p>
<p>Facebook page: <a title="http://www.facebook.com/E.Webscapes" href="http://www.facebook.com/E.Webscapes">http://www.facebook.com/E.Webscapes</a></p>
<p>Twitter profile: <a title="http://twitter.com/EWebscapes" href="http://twitter.com/EWebscapes">http://twitter.com/EWebscapes</a></p>
<h3><a href="http://blogsessive.com/" target="_blank">Blogsessive</a></h3>
<p><a href="http://blogsessive.com/" target="_blank"></a></p>
<div>
<div><a href="http://blogsessive.com/" target="_blank"><img title="bestWordPress70" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress70.jpg" border="0" alt="bestWordPress70" width="630" height="420" /></a></div>
</div>
<p>The main subject of this site is blogging, and because WP is the  favorite tool of some the most recognized bloggers, they must have a WP  section in here.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/Blogsessive" href="http://feeds2.feedburner.com/Blogsessive">http://feeds2.feedburner.com/Blogsessive</a></p>
<p>Twitter profile: <a title="http://twitter.com/EWebscapes" href="http://twitter.com/Blogsessive">http://twitter.com/Blogsessive</a></p>
<h3><a href="http://themehybrid.com/weblog" target="_blank">Theme Hybrid</a></h3>
<p><a href="http://themehybrid.com/weblog" target="_blank"></a></p>
<div>
<div><a href="http://themehybrid.com/weblog" target="_blank"><img title="bestWordPress71" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress71.jpg" border="0" alt="bestWordPress71" width="630" height="397" /></a></div>
</div>
<p>On Theme Hybrid you will encounter many good WP articles, news and just little secrets that will delight you occasionally.</p>
<h3><a href="http://www.wptavern.com/" target="_blank">WordPress Tavern</a></h3>
<p><a href="http://www.wptavern.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wptavern.com/" target="_blank"><img title="bestWordPress72" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress72.jpg" border="0" alt="bestWordPress72" width="630" height="397" /></a></div>
</div>
<p>If Homer Simpson have Moe’s, then WP fans have their own WordPress  Tavern, a place to find good articles, latest news and information.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/WordpressTavern" href="http://feeds2.feedburner.com/WordpressTavern">http://feeds2.feedburner.com/WordpressTavern</a></p>
<p>Twitter profile: <a title="http://www.twitter.com/wptavern" href="http://www.twitter.com/wptavern">http://www.twitter.com/wptavern</a></p>
<h3><a href="http://www.webdesignerwall.com/tag/wordpress/" target="_blank">WebDesignerWall</a></h3>
<p><a href="http://www.webdesignerwall.com/tag/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://www.webdesignerwall.com/tag/wordpress/" target="_blank"><img title="bestWordPress73" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress73.jpg" border="0" alt="bestWordPress73" width="630" height="517" /></a></div>
</div>
<p>WebDesignerWall also kept an area for WordPress where you can find  information about the latest plugins, themes and useful resources.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/WebDesignerWall" href="http://feeds2.feedburner.com/WebDesignerWall">http://feeds2.feedburner.com/WebDesignerWall</a></p>
<p>Twitter profile: <a title="http://twitter.com/nickla" href="http://twitter.com/nickla">http://twitter.com/nickla</a></p>
<h3><a href="http://www.wpzoom.com/category/wpzoom/" target="_blank">WPZoom</a></h3>
<p><a href="http://www.wpzoom.com/category/wpzoom/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpzoom.com/category/wpzoom/" target="_blank"><img title="bestWordPress35" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress35.jpg" border="0" alt="bestWordPress35" width="630" height="517" /></a></div>
</div>
<p>WP Zoom has a nice blog section where people can find the latest WordPress news along with great posts and tips.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/wpzoom" href="http://feeds2.feedburner.com/wpzoom">http://feeds2.feedburner.com/wpzoom</a></p>
<p>Facebook page: <a title="http://www.facebook.com/wpzoom" href="http://www.facebook.com/wpzoom">http://www.facebook.com/wpzoom</a></p>
<p>Twitter profile: <a title="http://twitter.com/wpzoom" href="http://twitter.com/wpzoom">http://twitter.com/wpzoom</a></p>
<h3><a href="http://wpazo.com/" target="_blank">WPAzo</a></h3>
<p><a href="http://wpazo.com/" target="_blank"></a></p>
<div>
<div><a href="http://wpazo.com/" target="_blank"><img title="bestWordPress75" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress75.jpg" border="0" alt="bestWordPress75" width="630" height="505" /></a></div>
</div>
<p>Only the latest news, awesome plugins and great themes are featured in here, so beginners and wannabes, back off.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/wpazo/" href="http://feeds2.feedburner.com/wpazo/">http://feeds2.feedburner.com/wpazo/</a></p>
<p>Twitter profile: <a title="http://twitter.com/iandstewart/" href="http://twitter.com/iandstewart/">http://twitter.com/iandstewart/</a></p>
<h3><a href="http://developdaly.com/wordpress/" target="_blank">Develop Daly</a></h3>
<p><a href="http://developdaly.com/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://developdaly.com/wordpress/" target="_blank"><img title="bestWordPress76" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress76.jpg" border="0" alt="bestWordPress76" width="630" height="438" /></a></div>
</div>
<p>It’s been a year since the latest WP post on this page, let’s hope that during 2011 they restart publishing great articles.</p>
<p>RSS feed: <a title="http://developdaly.com/feed/" href="http://developdaly.com/feed/">http://developdaly.com/feed/</a></p>
<p>Twitter profile: <a title="http://twitter.com/developdaly" href="http://twitter.com/developdaly">http://twitter.com/developdaly</a></p>
<h3><a href="http://wp-community.org/" target="_blank">The WordPress Podcast</a></h3>
<p><a href="http://wp-community.org/" target="_blank"></a></p>
<div>
<div><a href="http://wp-community.org/" target="_blank"><img title="bestWordPress78" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress78.jpg" border="0" alt="bestWordPress78" width="630" height="424" /></a></div>
</div>
<p>On The WordPress Podcast you can find the latest news, exclusive interviews and the crème of the crème inside the WP world.</p>
<p>RSS feed: <a title="http://www.wp-community.org/feed/" href="http://www.wp-community.org/feed/">http://www.wp-community.org/feed/</a></p>
<p>Facebook page: <a title="http://www.facebook.com/wordpresspodcast" href="http://www.facebook.com/wordpresspodcast">http://www.facebook.com/wordpresspodcast</a></p>
<h3><a href="http://www.smashingmagazine.com/tag/wordpress/" target="_blank">Smashing Magazine</a></h3>
<p><a href="http://www.smashingmagazine.com/tag/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://www.smashingmagazine.com/tag/wordpress/" target="_blank"><img title="bestWordPress82" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress82.jpg" border="0" alt="bestWordPress82" width="630" height="533" /></a></div>
</div>
<p>Smashing Magazine features also an exclusive WordPress section where  you can find all the latest news and tags about this great tool.</p>
<p>RSS feed: <a title="http://rss1.smashingmagazine.com/feed/" href="http://rss1.smashingmagazine.com/feed/">http://rss1.smashingmagazine.com/feed/</a></p>
<p>Facebook page: <a title="http://www.facebook.com/smashmag" href="http://www.facebook.com/smashmag">http://www.facebook.com/smashmag</a></p>
<p>Twitter profile: <a title="http://twitter.com/smashingmag" href="http://twitter.com/smashingmag">http://twitter.com/smashingmag</a></p>
<h3><a href="http://www.net.tutsplus.com/category/tutorials/wordpress/" target="_blank">Nettuts +</a></h3>
<p><a href="http://www.net.tutsplus.com/category/tutorials/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://www.net.tutsplus.com/category/tutorials/wordpress/" target="_blank"><img title="bestWordPress83" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress83.jpg" border="0" alt="bestWordPress83" width="630" height="511" /></a></div>
</div>
<p>NetTuts+ is one of the nicest programming webs around, and within its  page you will encounter tons of great WordPress tricks and techniques.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/nettuts" href="http://feeds.feedburner.com/nettuts">http://feeds.feedburner.com/nettuts</a></p>
<p>Facebook page: <a title="http://facebook.com/nettutsplus" href="http://facebook.com/nettutsplus">http://facebook.com/nettutsplus</a></p>
<p>Twitter profile: <a title="http://twitter.com/envatowebdev" href="http://twitter.com/envatowebdev">http://twitter.com/envatowebdev</a></p>
<h3><a href="http://www.wpbeginner.com/" target="_blank">WPBeginner</a></h3>
<p><a href="http://www.wpbeginner.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpbeginner.com/" target="_blank"><img title="bestWordPress85" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress85.jpg" border="0" alt="bestWordPress85" width="630" height="519" /></a></div>
</div>
<p>WPBeginner is a place where you can begin your WordPress journey,  find useful tips and techniques that will make your learning experience a  pleasant time.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/wpbeginner" href="http://feeds2.feedburner.com/wpbeginner">http://feeds2.feedburner.com/wpbeginner</a></p>
<p>Twitter profile: <a title="http://twitter.com/wpbeginner" href="http://twitter.com/wpbeginner">http://twitter.com/wpbeginner</a></p>
<h3><a href="http://wordlog.com/" target="_blank">Wordlog</a></h3>
<p><a href="http://wordlog.com/" target="_blank"></a></p>
<div>
<div><a href="http://wordlog.com/" target="_blank"><img title="bestWordPress86" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress86.jpg" border="0" alt="bestWordPress86" width="630" height="430" /></a></div>
</div>
<p>In Wordlog you will find really helpful information that will keep you updated with the latest WP news.</p>
<h3><a href="http://www.nathanrice.net/" target="_blank">Nathan Rice</a></h3>
<p><a href="http://www.nathanrice.net/" target="_blank"></a></p>
<div>
<div><a href="http://www.nathanrice.net/" target="_blank"><img title="bestWordPress87" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress87.jpg" border="0" alt="bestWordPress87" width="630" height="430" /></a></div>
</div>
<p>On this great website you will find many useful tips to help you dig way deeper into WordPress.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/nathanricenet" href="http://feeds2.feedburner.com/nathanricenet">http://feeds2.feedburner.com/nathanricenet</a></p>
<p>Twitter profile: <a title="http://twitter.com/nathanrice" href="http://twitter.com/nathanrice">http://twitter.com/nathanrice</a></p>
<h3><a href="http://www.bloggingpro.com/" target="_blank">BloggingPro</a></h3>
<p><a href="http://www.bloggingpro.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.bloggingpro.com/" target="_blank"><img title="bestWordPress90" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress90.jpg" border="0" alt="bestWordPress90" width="630" height="403" /></a></div>
</div>
<p>BloggingPro is one of the must-bookmark websites for every person  that wants to start a career as a blogger, and a part of being a blogger  is of course learning WordPress.</p>
<p>RSS feed: <a title="http://bloggingpro.com/feed/" href="http://bloggingpro.com/feed/">http://bloggingpro.com/feed/</a></p>
<p>Facebook page: <a title="http://www.facebook.com/bloggingpro" href="http://www.facebook.com/bloggingpro">http://www.facebook.com/bloggingpro</a></p>
<p>Twitter profile: <a title="http://twitter.com/blpro" href="http://twitter.com/blpro">http://twitter.com/blpro</a></p>
<h3><a href="http://www.themelab.com/wordpress-tutorials/" target="_blank">Theme Lab</a></h3>
<p><a href="http://www.themelab.com/wordpress-tutorials/" target="_blank"></a></p>
<div>
<div><a href="http://www.themelab.com/wordpress-tutorials/" target="_blank"><img title="bestWordPress91" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress91.jpg" border="0" alt="bestWordPress91" width="630" height="403" /></a></div>
</div>
<p>Among the articles that you can find on this page, you will encounter great WordPress tips and tricks.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/ThemeLab" href="http://feeds.feedburner.com/ThemeLab">http://feeds.feedburner.com/ThemeLab</a></p>
<p>Facebook page: <a title="http://www.facebook.com/themelab" href="http://www.facebook.com/themelab">http://www.facebook.com/themelab</a></p>
<p>Twitter profile: <a title="http://twitter.com/themelab" href="http://twitter.com/themelab">http://twitter.com/themelab</a></p>
<h3><a href="http://xavisys.com/" target="_blank">Xavisys</a></h3>
<p><a href="http://xavisys.com/" target="_blank"></a></p>
<div>
<div><a href="http://xavisys.com/" target="_blank"><img title="bestWordPress92" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress92.jpg" border="0" alt="bestWordPress92" width="630" height="456" /></a></div>
</div>
<p>Find many important WordPress tips that will help you become a much better blogger or developer.</p>
<p>RSS feed: <a title="http://xavisys.com/feed/rss/" href="http://xavisys.com/feed/rss/">http://xavisys.com/feed/rss/</a></p>
<p>Twitter profile: <a title="http://twitter.com/xavisys" href="http://twitter.com/xavisys">http://twitter.com/xavisys</a></p>
<h3><a href="http://www.instantshift.com/category/wordpress/" target="_blank">InstantShift</a></h3>
<p><a href="http://www.instantshift.com/category/wordpress/" target="_blank"></a></p>
<div>
<div><a href="http://www.instantshift.com/category/wordpress/" target="_blank"><img title="bestWordPress93" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress93.jpg" border="0" alt="bestWordPress93" width="630" height="542" /></a></div>
</div>
<p>There’s an exclusive WordPress section inside InstantShift where you can find tons of great articles, freebies and tutorials.</p>
<p>RSS feed: <a title="http://feeds2.feedburner.com/ishift" href="http://feeds2.feedburner.com/ishift">http://feeds2.feedburner.com/ishift</a></p>
<p>Twitter profile: <a title="http://twitter.com/instantshift" href="http://twitter.com/instantshift">http://twitter.com/instantshift</a></p>
<h3><a href="http://ericulous.com/" target="_blank">Ericulous</a></h3>
<p><a href="http://ericulous.com/" target="_blank"></a></p>
<div>
<div><a href="http://ericulous.com/" target="_blank"><img title="bestWordPress94" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress94.jpg" border="0" alt="bestWordPress94" width="630" height="542" /></a></div>
</div>
<p>On Ericulous you’re going to find several top quality themes and  plugins ready for download, as well as a blog section where you can  browse through a complete list of useful tips and articles.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/ericulous" href="http://feeds.feedburner.com/ericulous">http://feeds.feedburner.com/ericulous</a></p>
<h3><a href="http://wpthemes.info/" target="_blank">WordPress Themes by Sadish</a></h3>
<p><a href="http://wpthemes.info/" target="_blank"></a></p>
<div>
<div><a href="http://wpthemes.info/" target="_blank"><img title="bestWordPress95" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress95.jpg" border="0" alt="bestWordPress95" width="630" height="541" /></a></div>
</div>
<p>Sadish Bala is the creative mind behind this popular website, on his  page he constantly releases new articles, themes and everything  concerning WordPress.</p>
<p>RSS feed: <a title="http://wpthemes.info/feed/" href="http://wpthemes.info/feed/">http://wpthemes.info/feed/</a></p>
<h3><a href="http://www.wpdesigner.com/" target="_blank">WPDesigner</a></h3>
<p><a href="http://www.wpdesigner.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.wpdesigner.com/" target="_blank"><img title="bestWordPress100" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress100.jpg" border="0" alt="bestWordPress100" width="630" height="396" /></a></div>
</div>
<p>WPDesigner is another great place for every designer where you can  find not only WordPress articles but basically all the relevant  information that every good web designer must be aware of.</p>
<h3><a href="http://www.learnhowtousewordpress.com/" target="_blank">Learn How to Use WordPress</a></h3>
<p><a href="http://www.learnhowtousewordpress.com/" target="_blank"></a></p>
<div>
<div><a href="http://www.learnhowtousewordpress.com/" target="_blank"><img title="bestWordPress112A" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress112A.jpg" border="0" alt="bestWordPress112A" width="630" height="355" /></a></div>
</div>
<p>Besides the well-done interface, this site actually delivers many great tips and information for all the WordPress lovers.</p>
<h3><a href="http://www.woothemes.com/blog/" target="_blank">WooThemes</a></h3>
<p><a href="http://www.woothemes.com/blog/" target="_blank"></a></p>
<div>
<div><a href="http://www.woothemes.com/blog/" target="_blank"><img title="bestWordPress97" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress97.jpg" border="0" alt="bestWordPress97" width="630" height="448" /></a></div>
</div>
<p>Woo Themes is probably the most popular place to find quality  WordPress resources, and on its blog you will also find not only self  promoting information but also one and another good WP tip.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/WooThemes" href="http://feeds.feedburner.com/WooThemes">http://feeds.feedburner.com/WooThemes</a></p>
<h3><a href="http://www.kriesi.at/blog" target="_blank">Kriesi</a></h3>
<p><a href="http://www.kriesi.at/blog" target="_blank"></a></p>
<div>
<div><a href="http://www.kriesi.at/blog" target="_blank"><img title="bestWordPress103" src="http://www.wordpressthemeshock.com/wp/wp-content/uploads/2011/04/bestWordPress103.jpg" border="0" alt="bestWordPress103" width="630" height="604" /></a></div>
</div>
<p>Another useful blog where you will find many WordPress tutorials, resources and just everything to support your WP page.</p>
<p>RSS feed: <a title="http://feeds.feedburner.com/Kriesi" href="http://feeds.feedburner.com/Kriesi">http://feeds.feedburner.com/Kriesi</a></p>
<p>Facebook page: <a title="http://facebook.com/pages/Kriesi/333648177216" href="http://facebook.com/pages/Kriesi/333648177216">http://facebook.com/pages/Kriesi/333648177216</a></p>
<p>Twitter profile: <a title="http://twitter.com/kriesi" href="http://twitter.com/kriesi">http://twitter.com/kriesi</a></p>
<p>And there you have it, a great list featuring the most important  WordPress blogs, grab some time to visit all these great sites and find  out which ones can really help you while using this amazing CMS, don’t  forget to leave us your comments and suggestions to help us improve the  quality of our articles. Also if you know about any other site that was  not included, just leave us a a comment so we can review it, thanks for  stopping by and we will see you in our next post.</p>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/lista-com-os-melhores-sites-sobre-wordpress/&amp;text=Lista com os melhores sites sobre WordPress&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/lista-com-os-melhores-sites-sobre-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como inserir um post WordPress em uma página PHP externa</title>
		<link>http://www.dellanio.com/como-inserir-um-post-wordpress-em-uma-pagina-php-externa/</link>
		<comments>http://www.dellanio.com/como-inserir-um-post-wordpress-em-uma-pagina-php-externa/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 00:20:38 +0000</pubDate>
		<dc:creator>dellanio</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=444</guid>
		<description><![CDATA[Dica bem interessante de como inserir um post WordPress em uma página PHP externa a instalação do mesmo. &#60;?php require('WORDPRES_PATH/wp-load.php'); global $query_string; $qstring_array = array(); parse_str($query_string,  $qstring_array); $args = array_merge($args,$qstring_array); [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/como-inserir-um-post-wordpress-em-uma-pagina-php-externa/&amp;text=Como inserir um post WordPress em uma página PHP externa&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Dica bem interessante de como inserir um post WordPress em uma página PHP externa a instalação do mesmo.</p>
<pre class="brush: php; title: ;">
&lt;?php
 require('WORDPRES_PATH/wp-load.php');
 global $query_string;
 $qstring_array = array();
 parse_str($query_string,  $qstring_array);
 $args = array_merge($args,$qstring_array);
 query_posts($args) ;

 if (have_posts()) : while (have_posts()) : the_post();
 echo &quot;Titulo :&quot;;
 the_title();
 echo &quot;&lt;br/&gt;&quot;;
 echo &quot;Autor: &quot;;
 the_author();
 echo &quot;&lt;br/&gt;&lt;br/&gt;&quot;;
 endwhile;
 else:
 echo &quot;No hay posts&quot;;
 endif;
 ?&gt;
</pre>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/como-inserir-um-post-wordpress-em-uma-pagina-php-externa/&amp;text=Como inserir um post WordPress em uma página PHP externa&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/como-inserir-um-post-wordpress-em-uma-pagina-php-externa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Construíndo Web Sites de Alta Performance</title>
		<link>http://www.dellanio.com/construindo-web-sites-de-alta-performance/</link>
		<comments>http://www.dellanio.com/construindo-web-sites-de-alta-performance/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 00:25:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[noticias]]></category>
		<category><![CDATA[construção]]></category>
		<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sites]]></category>

		<guid isPermaLink="false">http://www.dellanio.com/?p=357</guid>
		<description><![CDATA[Visitando o Pinceladas da Web (http://www.pinceladasdaweb.com.br/) vi um artigo bem interessante: estou dando um &#8220;RT&#8221; no texto de lá. Segundo Steve Souders, um desenvolvedor do Google e e autor do [...]
<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/construindo-web-sites-de-alta-performance/&amp;text=Construíndo Web Sites de Alta Performance&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Visitando o Pinceladas da Web (http://www.pinceladasdaweb.com.br/) vi um artigo bem interessante: estou dando um &#8220;RT&#8221; no texto de lá.</p>
<p>Segundo <a title="Steve Souders" rel="external" href="http://stevesouders.com/bio.php">Steve Souders</a>, um desenvolvedor do Google e e autor do livro “<a title="High Performance Web Sites" rel="external" href="http://www.submarino.com.br/produto/1/21300378/alta+performance+em+sites+web?franq=274331">High Performance Web Sites</a>”  na maioria das páginas web, o lado do servidor corresponde a menos que  10 a 20% do tempo de resposta ao usuário. Portanto devemos nos focar nos  outro 80 a 90% de tempo de resposta, que é do lado cliente (frontend).</p>
<p>Dentre os 80 a 90% de tempo de resposta, o carregamento do HTML fica a  cargo de 10%, o restante do tempo os responsáveis são o CSS,  JavaScript, imagens onde a maioria do tempo é gasto fazendo o download  desses componentes que ainda não foram cacheados no browser. Com base  nisso, Luiz Tanure acabou criando uma <a title="Construíndo aplicações web de alta performance" rel="external" href="http://prezi.com/xnety6t2emcs/construindo-aplicacoes-web-de-alta-performance-front-end/">apresentação</a> que ilustra os cuidados que você deve tomar no dia-a-dia no  desenvolvimento web para tirar o máximo proveito das aplicações web.  Aconselho você a vêla em tela cheia:</p>
<p><object width="610" height="458" data="http://prezi.com/bin/preziloader.swf" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="prezi_id=xnety6t2emcs&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0" /><param name="movie" value="http://prezi.com/bin/preziloader.swf" /><img src="http://www.pinceladasdaweb.com.br/blog/uploads/youtube/video.png" alt="Vídeo (Objeto multimídia)" /></object></p>

<div style="float: right; padding-left: 5px;" class="twitterbutton"><a href="http://twitter.com/share?url=http://www.dellanio.com/construindo-web-sites-de-alta-performance/&amp;text=Construíndo Web Sites de Alta Performance&amp;via=dellanio&amp;related=dellanio"><img align="right" src="http://www.dellanio.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dellanio.com/construindo-web-sites-de-alta-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

