<?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>Ajuda WordPress &#187; internet explorer</title> <atom:link href="http://www.ajudawp.com/tag/internet-explorer/feed" rel="self" type="application/rss+xml" /><link>http://www.ajudawp.com</link> <description>Suporte para WordPress. Plugins, Temas, dicas de WordPress e muito mais para você que busca informação sobre este excelente CMS</description> <lastBuildDate>Thu, 02 Feb 2012 12:50:14 +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>Como mostrar um theme Default para o nosso querido Internet Explorer 6</title><link>http://www.ajudawp.com/tutorias-e-dicas/como-mostrar-um-theme-default-para-o-nooso-querido-internet-explorer-6.html</link> <comments>http://www.ajudawp.com/tutorias-e-dicas/como-mostrar-um-theme-default-para-o-nooso-querido-internet-explorer-6.html#comments</comments> <pubDate>Fri, 25 Sep 2009 10:31:54 +0000</pubDate> <dc:creator>Alyen</dc:creator> <category><![CDATA[Tutoriais e Dicas]]></category> <category><![CDATA[filter option]]></category> <category><![CDATA[ie 6]]></category> <category><![CDATA[internet explorer]]></category> <category><![CDATA[theme]]></category> <category><![CDATA[truco]]></category> <category><![CDATA[wordpress]]></category><guid isPermaLink="false">http://www.ajudawp.com/?p=317</guid> <description><![CDATA[Olhando o site do nosso amigo Fernando Tellado encontrei um truco bem legal para mostrar um theme default aos visitantes que ainda utilizem Internet Explorer 6 para visitar nosso blog WordPress, e que assim vejam bem nosso conteúdo mesmo perdendo algumas das nossas virtudes estéticas despregadas em nosso thema preferido. Para conseguir este resultado só [...]]]></description> <content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-318" title="Internet_Explorer" src="http://www.ajudawp.com/wp-content/uploads/2009/09/Internet_Explorer.png" alt="Internet Explorer Como mostrar um theme Default para o nosso querido Internet Explorer 6" width="202" height="213" />Olhando o site do nosso amigo <strong> </strong> <a title="Entradas de Fernando Tellado" href="http://ayudawordpress.com/author/fernando/">Fernando Tellado</a> encontrei  um truco bem legal para mostrar um theme default aos visitantes que ainda <a href="http://ayudawordpress.com/mostrar-el-theme-default-a-internet-explorer-6/">utilizem Internet Explorer 6</a> para visitar nosso blog <strong>WordPress</strong>, e que assim vejam bem nosso conteúdo mesmo perdendo algumas das nossas virtudes estéticas despregadas em nosso thema preferido.</p><p>Para conseguir este resultado só temos que adicionar o seguinte código ao arquivo <code>functions.php</code> do seu theme (tema):</p><pre class="brush: php; title: ; notranslate">add_filter('template', 'serve_default_to_iesix');
add_filter('option_template', 'serve_default_to_iesix');
add_filter('option_stylesheet', 'serve_default_to_iesix');
function serve_default_to_iesix($theme) {
if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6') !== false)
$theme = 'default';
return $theme;
}</pre>]]></content:encoded> <wfw:commentRss>http://www.ajudawp.com/tutorias-e-dicas/como-mostrar-um-theme-default-para-o-nooso-querido-internet-explorer-6.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 335/381 objects using disk: basic

Served from: www.ajudawp.com @ 2012-02-03 05:26:10 -->
