<?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: Changing the Theme</title> <atom:link href="http://www.wp101.com/videos/changing-the-theme/feed/" rel="self" type="application/rss+xml" /><link>http://www.wp101.com/videos/changing-the-theme/</link> <description>Learn WordPress 3.3 fast!</description> <lastBuildDate>Fri, 03 Feb 2012 17:34:10 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Yolanda Loafer</title><link>http://www.wp101.com/videos/changing-the-theme/comment-page-1/#comment-5546</link> <dc:creator>Yolanda Loafer</dc:creator> <pubDate>Thu, 27 Oct 2011 16:40:15 +0000</pubDate> <guid isPermaLink="false">http://www.wp101.com/?post_type=woo_video&#038;p=74#comment-5546</guid> <description>You are a RockStar..thanks for your information!</description> <content:encoded><![CDATA[<p>You are a RockStar..thanks for your information!</p> ]]></content:encoded> </item> <item><title>By: Shawn</title><link>http://www.wp101.com/videos/changing-the-theme/comment-page-1/#comment-4693</link> <dc:creator>Shawn</dc:creator> <pubDate>Thu, 22 Sep 2011 15:59:45 +0000</pubDate> <guid isPermaLink="false">http://www.wp101.com/?post_type=woo_video&#038;p=74#comment-4693</guid> <description>Hi Bill,To change the default size of the header image, you&#039;ll need to edit the functions.php file in the theme. Go to &lt;strong&gt;Appearance → Editor&lt;/strong&gt; and then select the file named, &quot;functions.php&quot; from the list of theme files on the right-hand side.Scroll down until you see these two lines (lines 122 and 123):&lt;code&gt;define( &#039;HEADER_IMAGE_WIDTH&#039;, apply_filters( &#039;twentyeleven_header_image_width&#039;, 1000 ) ); define( &#039;HEADER_IMAGE_HEIGHT&#039;, apply_filters( &#039;twentyeleven_header_image_height&#039;, 288 ) );&lt;/code&gt;You can manually change the dimensions (1000 and 288), and then re-save this file.BUT, if you ever upgrade this theme, you&#039;ll lose your changes. So, it&#039;s typically a better idea to create and use a &quot;child theme&quot; to make changes like this. And here is a tutorial that outlines exactly how to do that:&lt;a href=&quot;http://www.blog.web6.org/twenty-eleven-header-image-how-to-change-size/&quot; rel=&quot;nofollow&quot;&gt;http://www.blog.web6.org/twenty-eleven-header-image-how-to-change-size/&lt;/a&gt;Hope this helps! Shawn</description> <content:encoded><![CDATA[<p>Hi Bill,</p><p>To change the default size of the header image, you&#8217;ll need to edit the functions.php file in the theme. Go to <strong>Appearance → Editor</strong> and then select the file named, &#8220;functions.php&#8221; from the list of theme files on the right-hand side.</p><p>Scroll down until you see these two lines (lines 122 and 123):</p><p><code>define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyeleven_header_image_width', 1000 ) );<br /> define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyeleven_header_image_height', 288 ) );</code></p><p>You can manually change the dimensions (1000 and 288), and then re-save this file.</p><p>BUT, if you ever upgrade this theme, you&#8217;ll lose your changes. So, it&#8217;s typically a better idea to create and use a &#8220;child theme&#8221; to make changes like this. And here is a tutorial that outlines exactly how to do that:</p><p><a href="http://www.blog.web6.org/twenty-eleven-header-image-how-to-change-size/" rel="nofollow">http://www.blog.web6.org/twenty-eleven-header-image-how-to-change-size/</a></p><p>Hope this helps!<br /> Shawn</p> ]]></content:encoded> </item> <item><title>By: Bill Harrington</title><link>http://www.wp101.com/videos/changing-the-theme/comment-page-1/#comment-4692</link> <dc:creator>Bill Harrington</dc:creator> <pubDate>Thu, 22 Sep 2011 15:37:44 +0000</pubDate> <guid isPermaLink="false">http://www.wp101.com/?post_type=woo_video&#038;p=74#comment-4692</guid> <description>I&#039;m new to blogging and I&#039;d to choose a simple, clean and flexible theme to help me get started.  Twenty Ten and Twenty Eleven both seem to be good choices.  However, I&#039;d also like to change the image in the header from time to time with some other photos.  Can you tell me how to edit the code in either theme in order to modify the size of the image so that it will accommodate more normal size images in a landscape orientation rather than the extreme landscape mode (which is something like 900 px x 200 px in Twenty Ten)?  Thanks.</description> <content:encoded><![CDATA[<p>I&#8217;m new to blogging and I&#8217;d to choose a simple, clean and flexible theme to help me get started.  Twenty Ten and Twenty Eleven both seem to be good choices.  However, I&#8217;d also like to change the image in the header from time to time with some other photos.  Can you tell me how to edit the code in either theme in order to modify the size of the image so that it will accommodate more normal size images in a landscape orientation rather than the extreme landscape mode (which is something like 900 px x 200 px in Twenty Ten)?  Thanks.</p> ]]></content:encoded> </item> <item><title>By: Shawn</title><link>http://www.wp101.com/videos/changing-the-theme/comment-page-1/#comment-2117</link> <dc:creator>Shawn</dc:creator> <pubDate>Fri, 24 Jun 2011 15:15:08 +0000</pubDate> <guid isPermaLink="false">http://www.wp101.com/?post_type=woo_video&#038;p=74#comment-2117</guid> <description>Hi Charles, In order to make these changes (and assuming you&#039;re using the default theme, Twenty Ten), you&#039;ll have to edit the theme files themselves. You can edit theme files using the built-in editor in Appearance &gt; Editor. The title and subtitle are located in the file named, &quot;header.php.&quot;Open that file in the editor, and then look for this PHP instruction on line 73:&lt;code&gt;&lt;?php bloginfo( &#039;name&#039; ); ?&gt;&lt;/code&gt;This line of code tells WordPress to insert the blog name, which you set in Settings &gt; General. I would recommend leaving this alone, and changing your site name (title) in Settings &gt; General instead.To align it in the center of the page, you&#039;ll need to edit the theme file named, &quot;style.css.&quot; Lines 511-514 control the position of the site title.Replace, &quot;margin-right: 270px;&quot; with, &quot;margin-right: 0;&quot; and then add a new line, immediately underneath this line, with this instruction: &quot;text-align: center;&quot;Now your title will be in the center of the header.The subtitle is automatically generated by WordPress, using the Tagline you specified in Settings &gt; General. This tagline is inserted into the header by this PHP instruction on line 66 of the file, &quot;header.php&quot;.&lt;code&gt;&lt;?php bloginfo( &#039;description&#039; ); ?&gt;&lt;/code&gt; You can simply replace this line of code with your preferred text, if you like. But it might be better to simply change your site&#039;s description in Settings &gt; General. This line already appears on the left-hand side of the page.To add your third line, you&#039;ll need to create a new H2 line, similar to the one you just moved. The easiest way to do this is to copy and paste the H2 containing the site description, and then give this new H2 its own, unique ID. Here&#039;s an example:&lt;code&gt;&lt;h2 id=&quot;my-tagline&quot;&gt;Your 4-word statement here.&lt;/h2&gt;&lt;/code&gt;Save your changes, and then return to the theme editor, opening the file named, &quot;style.css.&quot; Lines 528-533 control the style for the site description.Add a new line with this instruction: &quot;float: left;&quot;Then, add this new set of instructions just below line 533:&lt;code&gt;#my-tagline { float: right; clear: none; }&lt;/code&gt;You may have to experiment with the positioning, especially since this will place your right-aligned tagline directly underneath the search form. But this should at least get you started.It sounds harder than it is, but this is actually a fairly simple modification. So, welcome to WordPress theme editing!All the best, Shawn</description> <content:encoded><![CDATA[<p>Hi Charles,<br /> In order to make these changes (and assuming you&#8217;re using the default theme, Twenty Ten), you&#8217;ll have to edit the theme files themselves. You can edit theme files using the built-in editor in Appearance > Editor. The title and subtitle are located in the file named, &#8220;header.php.&#8221;</p><p>Open that file in the editor, and then look for this PHP instruction on line 73:</p><p><code>&lt;?php bloginfo( 'name' ); ?&gt;</code></p><p>This line of code tells WordPress to insert the blog name, which you set in Settings > General. I would recommend leaving this alone, and changing your site name (title) in Settings > General instead.</p><p>To align it in the center of the page, you&#8217;ll need to edit the theme file named, &#8220;style.css.&#8221; Lines 511-514 control the position of the site title.</p><p>Replace, &#8220;margin-right: 270px;&#8221; with, &#8220;margin-right: 0;&#8221; and then add a new line, immediately underneath this line, with this instruction: &#8220;text-align: center;&#8221;</p><p>Now your title will be in the center of the header.</p><p>The subtitle is automatically generated by WordPress, using the Tagline you specified in Settings > General. This tagline is inserted into the header by this PHP instruction on line 66 of the file, &#8220;header.php&#8221;.</p><p><code>&lt;?php bloginfo( 'description' ); ?&gt;</code></p><p>You can simply replace this line of code with your preferred text, if you like. But it might be better to simply change your site&#8217;s description in Settings > General. This line already appears on the left-hand side of the page.</p><p>To add your third line, you&#8217;ll need to create a new H2 line, similar to the one you just moved. The easiest way to do this is to copy and paste the H2 containing the site description, and then give this new H2 its own, unique ID. Here&#8217;s an example:</p><p><code>&lt;h2 id="my-tagline"&gt;Your 4-word statement here.&lt;/h2&gt;</code></p><p>Save your changes, and then return to the theme editor, opening the file named, &#8220;style.css.&#8221; Lines 528-533 control the style for the site description.</p><p>Add a new line with this instruction: &#8220;float: left;&#8221;</p><p>Then, add this new set of instructions just below line 533:</p><p><code>#my-tagline {<br /> float: right;<br /> clear: none;<br /> }</code></p><p>You may have to experiment with the positioning, especially since this will place your right-aligned tagline directly underneath the search form. But this should at least get you started.</p><p>It sounds harder than it is, but this is actually a fairly simple modification. So, welcome to WordPress theme editing!</p><p>All the best,<br /> Shawn</p> ]]></content:encoded> </item> <item><title>By: Charles Kelly</title><link>http://www.wp101.com/videos/changing-the-theme/comment-page-1/#comment-2106</link> <dc:creator>Charles Kelly</dc:creator> <pubDate>Fri, 24 Jun 2011 03:34:53 +0000</pubDate> <guid isPermaLink="false">http://www.wp101.com/?post_type=woo_video&#038;p=74#comment-2106</guid> <description>How can I change the wording in the header? I&#039;d like to make it three lines. A centered main title (3 words), with an upper flush left, smaller interductory statement (4 words), and a lower, smaller flush right statement (4 words).</description> <content:encoded><![CDATA[<p>How can I change the wording in the header? I&#8217;d like to make it three lines. A centered main title (3 words), with an upper flush left, smaller interductory statement (4 words), and a lower, smaller flush right statement (4 words).</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: basic
Database Caching 18/36 queries in 0.034 seconds using disk: basic

Served from: www.wp101.com @ 2012-02-05 09:57:48 -->
