<?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>MyMarketer &#187; Theme Fix</title>
	<atom:link href="http://mymarketer.net/category/wordpress/theme-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://mymarketer.net</link>
	<description>Organic Marketing</description>
	<lastBuildDate>Fri, 18 May 2012 07:53:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fixing WordPress Image Caption Issues</title>
		<link>http://mymarketer.net/1342/fixing-wordpress-image-caption-issues/</link>
		<comments>http://mymarketer.net/1342/fixing-wordpress-image-caption-issues/#comments</comments>
		<pubDate>Tue, 26 May 2009 18:34:18 +0000</pubDate>
		<dc:creator>Paul Wilson</dc:creator>
				<category><![CDATA[Theme Fix]]></category>
		<category><![CDATA[CMS (Wordpress)]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[free themes]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://mymarketer.net/?p=1342</guid>
		<description><![CDATA[Earlier this year I wrote about a quick way to fix wordpress themes that wouldn&#8217;t wrap text around your images correctly. It was just snidbit of code that you dropped into your style sheet, but it worked like a charm. I have since used the code on several free themes. Recently, I was having issues with a couple wordpress themes not being able to use the caption section with the image function. Here are some screen shots I created for a friend showing the problem I was having: After sending this to my friend he sent over another really simple css code, which you can drop in to your style sheet. I have tested it on all the themes that had the issue and it works every time (thanks Milan). Here is the code for your benefit: aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .wp-caption { border: [...]]]></description>
		<wfw:commentRss>http://mymarketer.net/1342/fixing-wordpress-image-caption-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Image Alignment in WordPress</title>
		<link>http://mymarketer.net/622/fixing-image-alignment-in-wordpress/</link>
		<comments>http://mymarketer.net/622/fixing-image-alignment-in-wordpress/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 18:45:33 +0000</pubDate>
		<dc:creator>Paul Wilson</dc:creator>
				<category><![CDATA[CMS (Wordpress)]]></category>
		<category><![CDATA[Theme Fix]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Xtra]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[free themes]]></category>

		<guid isPermaLink="false">http://mymarketer.net/?p=622</guid>
		<description><![CDATA[I help develop a lot of custom wordpress themes (you can see some of my work in the gallery). One common mistake that a lot of developers make is having images in post be styled according to wordpress standards. Case in point, the theme for MyMarketer is a free theme. When I tried on the theme all the images in my posts no longer held their formatting. I came across this problem with one of my freelance projects and asked the developer of the project his thoughts. Here is the email he sent: Actually we need to add extra CSS classes for customized themes, so the final CSS rules would be: img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; } .alignright { float: right; } .alignleft [...]]]></description>
		<wfw:commentRss>http://mymarketer.net/622/fixing-image-alignment-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

