<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Tag: Code - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/code</link>
		<description>WordPress.com Forums &#187; Tag: Code - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 19:40:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/code" rel="self" type="application/rss+xml" />

		<item>
			<title>irenefitz on "Post signature"</title>
			<link>http://en.forums.wordpress.com/topic/post-signature#post-1272282</link>
			<pubDate>Mon, 20 May 2013 15:56:08 +0000</pubDate>
			<dc:creator>irenefitz</dc:creator>
			<guid isPermaLink="false">1272282@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for answering so promptly :) I've just signed up for a free two week trial at Dreamhost, but will try your suggestions if I decide to cancel. Thank you for your help! :)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Post signature"</title>
			<link>http://en.forums.wordpress.com/topic/post-signature#post-1272186</link>
			<pubDate>Mon, 20 May 2013 14:57:57 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1272186@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please read <a href="http://support.wordpress.com/com-vs-org/">WordPress.com vs. WordPress.org<br />
</a><br />
There is no FTP access to our free hosted WordPress.com blogs and we bloggers cannot install plugins or upload third party themes.<br />
<a href="http://en.support.wordpress.com/ftp-access/" rel="nofollow">http://en.support.wordpress.com/ftp-access/</a><br />
<a href="http://en.support.wordpress.com/plugins/" rel="nofollow">http://en.support.wordpress.com/plugins/</a><br />
<a href="http://en.support.wordpress.com/themes/#uploading-custom-themes" rel="nofollow">http://en.support.wordpress.com/themes/#uploading-custom-themes</a></p>
<p>FTP access, plugins and third party themes are available only for VIP bloggers <a href="http://vip.wordpress.com/our-services/" rel="nofollow">http://vip.wordpress.com/our-services/</a> or for those with WordPress.ORG installs.</p>
<p>However, anyone can make an image of their signature upload it into a draft post and then copy and paste it into each post prior to publication. There are site online that provide this free of charge like this one <a href="http://www.mylivesignature.com/" rel="nofollow">http://www.mylivesignature.com/</a>  That said, one would want to be cautious about posting an image of their actual signature online.
</p>
]]></description>
					</item>
		<item>
			<title>irenefitz on "Post signature"</title>
			<link>http://en.forums.wordpress.com/topic/post-signature#post-1272159</link>
			<pubDate>Mon, 20 May 2013 14:42:11 +0000</pubDate>
			<dc:creator>irenefitz</dc:creator>
			<guid isPermaLink="false">1272159@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've recently participated in an online class that taught us how to put a post signature automatically at the end of each post. There does not seem to be the plugin link on the dashboard as shown in the class. I know I can access the CSS but don't know what to do. Is there any code available that I can use to insert the html in for my blog?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1267200</link>
			<pubDate>Thu, 16 May 2013 03:20:00 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267200@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@gennynielson, since you are using a different theme, would you mind starting a new thread in the CSS forum on this so that it doesn't confuse people coming to this thread in the future. Thanks and I'll keep an eye out for your posting.
</p>
]]></description>
					</item>
		<item>
			<title>gennynielson on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1267162</link>
			<pubDate>Thu, 16 May 2013 02:04:05 +0000</pubDate>
			<dc:creator>gennynielson</dc:creator>
			<guid isPermaLink="false">1267162@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello everyone,<br />
I am using the Book Lite template and I have the same issue, I would like to create a side bar starting at the top right just under the feature image to showcase the widgets.<br />
Would it be a similar change to the CSS?<br />
Thanks a lot for your help.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1267069</link>
			<pubDate>Wed, 15 May 2013 23:43:17 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1267069@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In my opinion you should make some other adjustments first: center the header and the footer, separate the right sidebar with a border, and increase the width of the main column (at the moment it's narrower than its actual contents - you're not seeing this because there's no border). Try the following:</p>
<p>Change this:<br />
<pre><code>#header, #menu {
    width: 800px;
}</code></pre>
<p>to:<br />
<pre><code>#header, #menu, #footer {
    width: 103%;
}</code></pre>
<p>Change this:<br />
<pre><code>#contents {
    width: 590px;
}</code></pre>
<p>to:<br />
<pre><code>#contents {
    border-right: 1px solid #CCCCCC;
    width: 630px;
}</code></pre>
<p>And add these:<br />
<pre><code>#menu {
    text-align: center;
}
#menu li {
    display: inline;
    float: none;
}
.hentry .main {
    width: 600px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>auxclass on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266901</link>
			<pubDate>Wed, 15 May 2013 21:54:39 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">1266901@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>trioneutrino.wordpress.com. - has NO real content - it does not deserve to be indexed by a search engine - your blog is ALL empty pages except for ONE single sentence on one page - does not matter what you do with meta tags if you get a different host - the results will be the same - zero zilch SEO
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266858</link>
			<pubDate>Wed, 15 May 2013 21:36:41 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1266858@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.
</p>
]]></description>
					</item>
		<item>
			<title>trioneutrino on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266855</link>
			<pubDate>Wed, 15 May 2013 21:35:43 +0000</pubDate>
			<dc:creator>trioneutrino</dc:creator>
			<guid isPermaLink="false">1266855@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK, thanks!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266853</link>
			<pubDate>Wed, 15 May 2013 21:34:35 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1266853@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>For WordPress.org, do I need to pay for a domain name? </p></blockquote>
<p>You need to purchase web hosting and a domain for a WordPress.org install.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266850</link>
			<pubDate>Wed, 15 May 2013 21:33:59 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1266850@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>My website still isn't showing up on Google, though. </p></blockquote>
<p>That's partly because you have Pages and no Posts.  It can take from 4 – 6 weeks  or more for search engines index any new sites, but this post contains ten tips for expediting the process.  <a href="http://onecoolsitebloggingtips.com/2010/01/21/omg-i-cant-find-my-blog-on-google/" rel="nofollow">http://onecoolsitebloggingtips.com/2010/01/21/omg-i-cant-find-my-blog-on-google/</a>
</p>
]]></description>
					</item>
		<item>
			<title>trioneutrino on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266845</link>
			<pubDate>Wed, 15 May 2013 21:30:59 +0000</pubDate>
			<dc:creator>trioneutrino</dc:creator>
			<guid isPermaLink="false">1266845@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For WordPress.org, do I need to pay for a domain name?
</p>
]]></description>
					</item>
		<item>
			<title>trioneutrino on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266841</link>
			<pubDate>Wed, 15 May 2013 21:29:57 +0000</pubDate>
			<dc:creator>trioneutrino</dc:creator>
			<guid isPermaLink="false">1266841@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>(that was why I wanted to insert the meta tag)
</p>
]]></description>
					</item>
		<item>
			<title>trioneutrino on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266839</link>
			<pubDate>Wed, 15 May 2013 21:29:30 +0000</pubDate>
			<dc:creator>trioneutrino</dc:creator>
			<guid isPermaLink="false">1266839@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My website still isn't showing up on Google, though.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266837</link>
			<pubDate>Wed, 15 May 2013 21:28:58 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1266837@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See here for the differences between free hosted WordPress.com blogs and <a href="http://wordpress.org/hosting/">hiring a web host </a>and setting up your own <a href="http://wordpress.org/">WordPress.org software install</a>. <a href="http://support.wordpress.com/com-vs-org/">WordPress.com vs. WordPress.org</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266834</link>
			<pubDate>Wed, 15 May 2013 21:26:27 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1266834@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's not possible on a free hosted WordPress.com but and it's not necessary either. The keywords metatag was a critical element for early search engines but hasn’t been used in search engine ranking since 2002.  <a href="http://onecoolsitebloggingtips.com/2013/05/13/keyword-metatags/" rel="nofollow">http://onecoolsitebloggingtips.com/2013/05/13/keyword-metatags/</a>
</p>
]]></description>
					</item>
		<item>
			<title>trioneutrino on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266819</link>
			<pubDate>Wed, 15 May 2013 21:18:18 +0000</pubDate>
			<dc:creator>trioneutrino</dc:creator>
			<guid isPermaLink="false">1266819@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh... I want to insert the meta tag.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266818</link>
			<pubDate>Wed, 15 May 2013 21:17:01 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1266818@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You cannot edit it.  What exactly are you wanting to accomplish please?
</p>
]]></description>
					</item>
		<item>
			<title>trioneutrino on "html"</title>
			<link>http://en.forums.wordpress.com/topic/html-25#post-1266813</link>
			<pubDate>Wed, 15 May 2013 21:15:08 +0000</pubDate>
			<dc:creator>trioneutrino</dc:creator>
			<guid isPermaLink="false">1266813@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do I edit the html code for my blog's home page?
</p>
]]></description>
					</item>
		<item>
			<title>thehuedawg on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1266589</link>
			<pubDate>Wed, 15 May 2013 18:55:47 +0000</pubDate>
			<dc:creator>thehuedawg</dc:creator>
			<guid isPermaLink="false">1266589@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I resolved the distortion! Thank you all for the help! </p>
<p>Last thing to fix now is the header image. I know I have to resize it, and then what? </p>
<p>My blog is thehuepoint.com</p>
<p>Thank you again!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1266405</link>
			<pubDate>Wed, 15 May 2013 17:05:06 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1266405@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You might also check a different version I had started here:<br />
<a href="http://en.forums.wordpress.com/topic/how-do-i-add-a-sidebar?replies=6#post-1229316" rel="nofollow">http://en.forums.wordpress.com/topic/how-do-i-add-a-sidebar?replies=6#post-1229316</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1266266</link>
			<pubDate>Wed, 15 May 2013 15:01:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1266266@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try clearing the floats for each individual widget. Here's an example:</p>
<pre><code>#widgets .widget {
	clear: both;
	width: 100%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>nmariekhor on "Help - Overseas and WordPress-less!"</title>
			<link>http://en.forums.wordpress.com/topic/help-overseas-and-wordpress-less#post-1266185</link>
			<pubDate>Wed, 15 May 2013 13:35:04 +0000</pubDate>
			<dc:creator>nmariekhor</dc:creator>
			<guid isPermaLink="false">1266185@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Dear wonderful people at WordPress, </p>
<p>One of my friends, Michelle (<a href="http://www.michelleteohziyan.wordpress.com" rel="nofollow">http://www.michelleteohziyan.wordpress.com</a>) travelled overseas recently. She changed her mobile network, and can't receive the verification code for her blog when she logged out. Is there any way you can help her? </p>
<p>Hope to hear from you guys soon! </p>
<p>Thank you<br />
x Ann-Marie
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "HTTP Error 500 (Internal Server Error) after editing code"</title>
			<link>http://en.forums.wordpress.com/topic/http-error-500-internal-server-error-after-editing-code#post-1263895</link>
			<pubDate>Mon, 13 May 2013 05:19:38 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1263895@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The site you are talking about is self-hosted WordPress site using the software from WordPress.org. The forum for self-hosted WordPress sites is <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> . These forums are for those hosted here at WordPress.com, and we can't do any editing of PHP script files so we really don't know what to tell you. Head over to WordPress.org and they should be able to help you out.</p>
<p>Or better yet, talk to the people at Woo.
</p>
]]></description>
					</item>
		<item>
			<title>heyheyitsyesterdays on "HTTP Error 500 (Internal Server Error) after editing code"</title>
			<link>http://en.forums.wordpress.com/topic/http-error-500-internal-server-error-after-editing-code#post-1263879</link>
			<pubDate>Mon, 13 May 2013 04:44:07 +0000</pubDate>
			<dc:creator>heyheyitsyesterdays</dc:creator>
			<guid isPermaLink="false">1263879@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please disregard the line at the bottom of my comment that says, "The blog I need help with is yesterdaysbooks.wordpress.com." </p>
<p>I posted from an account that until recently had an associated blog but is being replaced with another account and site as soon as they are working properly
</p>
]]></description>
					</item>
		<item>
			<title>heyheyitsyesterdays on "HTTP Error 500 (Internal Server Error) after editing code"</title>
			<link>http://en.forums.wordpress.com/topic/http-error-500-internal-server-error-after-editing-code#post-1263876</link>
			<pubDate>Mon, 13 May 2013 04:40:59 +0000</pubDate>
			<dc:creator>heyheyitsyesterdays</dc:creator>
			<guid isPermaLink="false">1263876@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>After updating themes.php with code I copied from a forum post (link below) my dashboard , blog, and login screen are displaying: "HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request."</p>
<p>I now appear to have no way to edit themes.php to undo the changes.</p>
<p>[my site] <a href="http://yesterdaysbooks.openbtcshop.com/" rel="nofollow">http://yesterdaysbooks.openbtcshop.com/</a><br />
<a href="http://yesterdaysbooks.openbtcshop.com/wp-admin/index.php" rel="nofollow">http://yesterdaysbooks.openbtcshop.com/wp-admin/index.php</a><br />
<a href="http://yesterdaysbooks.openbtcshop.com/wp-login.php" rel="nofollow">http://yesterdaysbooks.openbtcshop.com/wp-login.php</a></p>
<p>[forum post] <a href="http://wordpress.org/support/topic/woocommerce-remove-fields-on-edit-address" rel="nofollow">http://wordpress.org/support/topic/woocommerce-remove-fields-on-edit-address</a></p>
<p>I believe the code I added was the following. This is retyped from memory. </p>
<blockquote><p>add_filter( 'woocommerce_billing_fields', 'custom_woocommerce_billing_fields' );</p>
<p>function custom_woocommerce_billing_fields( $fields ) {</p>
<p>   $fields['billing_country']	= array(<br />
      'required'       =&#62; false;<br />
 return $fields;<br />
}</p></blockquote>
]]></description>
					</item>
		<item>
			<title>macmanx on "2-Step Removal to access my WordPress account."</title>
			<link>http://en.forums.wordpress.com/topic/2-step-removal-to-access-my-wordpress-account#post-1263736</link>
			<pubDate>Sun, 12 May 2013 23:43:35 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">1263736@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have have replied to your email. Let's keep this on email. :)
</p>
]]></description>
					</item>
		<item>
			<title>foxboy4fem21 on "2-Step Removal to access my WordPress account."</title>
			<link>http://en.forums.wordpress.com/topic/2-step-removal-to-access-my-wordpress-account#post-1263733</link>
			<pubDate>Sun, 12 May 2013 23:39:39 +0000</pubDate>
			<dc:creator>foxboy4fem21</dc:creator>
			<guid isPermaLink="false">1263733@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you.</p>
<p>I have sent 2 replies.
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "2-Step Removal to access my WordPress account."</title>
			<link>http://en.forums.wordpress.com/topic/2-step-removal-to-access-my-wordpress-account#post-1263726</link>
			<pubDate>Sun, 12 May 2013 23:33:12 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">1263726@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have sent further details to the email address on the account in question.</p>
<p>Please reply to that when you can.
</p>
]]></description>
					</item>
		<item>
			<title>foxboy4fem21 on "2-Step Removal to access my WordPress account."</title>
			<link>http://en.forums.wordpress.com/topic/2-step-removal-to-access-my-wordpress-account#post-1263716</link>
			<pubDate>Sun, 12 May 2013 23:27:46 +0000</pubDate>
			<dc:creator>foxboy4fem21</dc:creator>
			<guid isPermaLink="false">1263716@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>This is the first time I've ever used the forums for support. My apologies for the unorthodoxed approach.</p>
<p>It is regarding the following WordPress site: <a href="http://www.jonathanwmartinez.com" rel="nofollow">http://www.jonathanwmartinez.com</a><br />
I had been using 2-step verification as a security method for my Google accounts and WordPress account. However I disabled it in my Google account associated with the above site for personal reasons. I did not disable it directly in WordPress security settings, thus like everyone else here...</p>
<p>Am locked out of my account. I am in the exact same situation as the above members. </p>
<p>Thank you,</p>
<p>Jonathan
</p>
]]></description>
					</item>

	</channel>
</rss>
