<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Add &#8220;Logo&#8221; To Twenty Ten WordPress</title> <atom:link href="http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/</link> <description>Free Computer and WordPress video tutorial including wp getting started, how to video for beginners for everyone</description> <lastBuildDate>Wed, 08 Feb 2012 12:39:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: mike</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-10417</link> <dc:creator>mike</dc:creator> <pubDate>Mon, 12 Dec 2011 22:16:06 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-10417</guid> <description>hello,
all this worked well, changed banner with flash, added logo
Now I would like to have two pictures that go over the header/flash
like in jeweltreefoundation dot org
there is a diamond on top and a lotus in the right corner
can I do this in twenty ten?
I really like the original site, but I just want to use the friendly wp interface.</description> <content:encoded><![CDATA[<p>hello,<br
/> all this worked well, changed banner with flash, added logo<br
/> Now I would like to have two pictures that go over the header/flash<br
/> like in jeweltreefoundation dot org<br
/> there is a diamond on top and a lotus in the right corner<br
/> can I do this in twenty ten?</p><p>I really like the original site, but I just want to use the friendly wp interface.</p> ]]></content:encoded> </item> <item><title>By: Pablo</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-10065</link> <dc:creator>Pablo</dc:creator> <pubDate>Mon, 26 Sep 2011 18:53:28 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-10065</guid> <description>Hi,
I found great your video, helps me a lot!
I only have one question, how can I adjust the size of my logo, I just unploaded in different sizes but the only one looks fine is the 316×71 px but the logo it is huge! how can I make it smaller?
Thanks for your help!
Pablo
Mexico</description> <content:encoded><![CDATA[<p>Hi,</p><p>I found great your video, helps me a lot!<br
/> I only have one question, how can I adjust the size of my logo, I just unploaded in different sizes but the only one looks fine is the 316×71 px but the logo it is huge! how can I make it smaller?<br
/> Thanks for your help!<br
/> Pablo<br
/> Mexico</p> ]]></content:encoded> </item> <item><title>By: Ninya</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-9862</link> <dc:creator>Ninya</dc:creator> <pubDate>Fri, 09 Sep 2011 11:09:21 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-9862</guid> <description>I followed your instructions to the letter and the result was such a big relief knowing that I accomplished something new and good!
Thanks so much for your generosity - my site now looks much better with a logo!</description> <content:encoded><![CDATA[<p>I followed your instructions to the letter and the result was such a big relief knowing that I accomplished something new and good!</p><p>Thanks so much for your generosity &#8211; my site now looks much better with a logo!</p> ]]></content:encoded> </item> <item><title>By: Heino</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-9586</link> <dc:creator>Heino</dc:creator> <pubDate>Wed, 24 Aug 2011 15:54:45 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-9586</guid> <description>Hello!
Thanks for posting, it&#039;s what I needed. I didn&#039;t like the lines around the header pic, so I&#039;m just glad they&#039;re gone.
Heino</description> <content:encoded><![CDATA[<p>Hello!<br
/> Thanks for posting, it&#8217;s what I needed. I didn&#8217;t like the lines around the header pic, so I&#8217;m just glad they&#8217;re gone.<br
/> Heino</p> ]]></content:encoded> </item> <item><title>By: Stefanie</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-9003</link> <dc:creator>Stefanie</dc:creator> <pubDate>Wed, 06 Jul 2011 20:45:58 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-9003</guid> <description>Do you know how to change the green panel in theme 687 so that I can use my business logo instead?</description> <content:encoded><![CDATA[<p>Do you know how to change the green panel in theme 687 so that I can use my business logo instead?</p> ]]></content:encoded> </item> <item><title>By: Will</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-9000</link> <dc:creator>Will</dc:creator> <pubDate>Wed, 06 Jul 2011 13:25:03 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-9000</guid> <description>Thanks for the easy to follow tutorial. Had this working in minutes. A few people have mentioned that this method removes the border from the header image too. There&#039;s a quick way to fix this which I haven&#039;t seen mentioned here.
Since both the logo and the header image are in the same div you can style the the logo alone by using a first-child selector. The code below (added above the existing #branding div styles) will remove the border on the logo but leave the header image border styles intact.
#branding img:first-child
{
border: none;
}
Hope that&#039;s helpful.</description> <content:encoded><![CDATA[<p>Thanks for the easy to follow tutorial. Had this working in minutes. A few people have mentioned that this method removes the border from the header image too. There&#8217;s a quick way to fix this which I haven&#8217;t seen mentioned here.</p><p>Since both the logo and the header image are in the same div you can style the the logo alone by using a first-child selector. The code below (added above the existing #branding div styles) will remove the border on the logo but leave the header image border styles intact.</p><p>#branding img:first-child<br
/> {<br
/> border: none;<br
/> }</p><p>Hope that&#8217;s helpful.</p> ]]></content:encoded> </item> <item><title>By: Bento</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-8794</link> <dc:creator>Bento</dc:creator> <pubDate>Mon, 20 Jun 2011 17:00:42 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-8794</guid> <description>Multumesc! Nu stiu cum de nu am dat mai repede de asta! :)</description> <content:encoded><![CDATA[<p>Multumesc! Nu stiu cum de nu am dat mai repede de asta! :)</p> ]]></content:encoded> </item> <item><title>By: Lia</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-8791</link> <dc:creator>Lia</dc:creator> <pubDate>Mon, 20 Jun 2011 07:40:21 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-8791</guid> <description>Muchas gracias, estos comentarios ayudan mucho!</description> <content:encoded><![CDATA[<p>Muchas gracias, estos comentarios ayudan mucho!</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-8586</link> <dc:creator>Matt</dc:creator> <pubDate>Tue, 31 May 2011 22:11:38 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-8586</guid> <description>Perfect, just what I&#039;m looking for, thanks!</description> <content:encoded><![CDATA[<p>Perfect, just what I&#8217;m looking for, thanks!</p> ]]></content:encoded> </item> <item><title>By: Rik</title><link>http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/#comment-8309</link> <dc:creator>Rik</dc:creator> <pubDate>Mon, 02 May 2011 16:35:22 +0000</pubDate> <guid
isPermaLink="false">http://www.blog.web6.org/?p=2151#comment-8309</guid> <description>That didn&#039;t show up for some reason...maybe it is evaluating it as code...but anyway just replace
bloginfo (‘template_directory’)
with
bloginfo (&#039;stylesheet_directory&#039;)</description> <content:encoded><![CDATA[<p>That didn&#8217;t show up for some reason&#8230;maybe it is evaluating it as code&#8230;but anyway just replace</p><p>bloginfo (‘template_directory’)</p><p>with</p><p>bloginfo (&#8216;stylesheet_directory&#8217;)</p> ]]></content:encoded> </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 1/8 queries in 0.019 seconds using disk: basic
Object Caching 325/329 objects using disk: basic

Served from: blog.web6.org @ 2012-02-10 06:57:12 -->
