<?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"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Reverse Clients &amp; Partners Shortcode</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/reverse-clients-partners-shortcode/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/reverse-clients-partners-shortcode/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:15:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/reverse-clients-partners-shortcode/#post-21499</guid>
					<title><![CDATA[Reverse Clients &amp; Partners Shortcode]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/reverse-clients-partners-shortcode/#post-21499</link>
					<pubDate>Sat, 29 Nov 2014 23:46:42 +0000</pubDate>
					<dc:creator>thisismyalias</dc:creator>

					<description>
						<![CDATA[
						<p>How could we reverse the shortcode so that the icons are on the left and the text are on the right?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/reverse-clients-partners-shortcode/#post-21502</guid>
					<title><![CDATA[Reply To: Reverse Clients &amp; Partners Shortcode]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/reverse-clients-partners-shortcode/#post-21502</link>
					<pubDate>Mon, 01 Dec 2014 10:05:25 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, simply edit your includes/shortcodes.php and find the &#8220;shortcode_clients_section&#8221; function. Replace it with (this simply switches the positions of the columns):</p>
<pre><code>function shortcode_clients_section($atts, $content = null) {
	
	extract(shortcode_atts(
		array(
			&#039;heading&#039; =&gt; &#039;&#039;,
			&#039;subheading&#039;=&gt; &#039;&#039;,		
			&#039;text&#039;=&gt; &#039;&#039;,
		), $atts));
			
	$str=&#039;&lt;div class=&quot;clients_section&quot;&gt;	
			&lt;div class=&quot;ten columns client_info_holder animationStart omega&quot;&gt;				
				&#039;.do_shortcode_boc($content).&#039;
			&lt;/div&gt;
			&lt;div class=&quot;five columns client_info_intro alpha&quot;&gt;
				&lt;h1&gt;&#039;.$heading.&#039;&lt;/h1&gt;
				&lt;h2&gt;&#039;.$subheading.&#039;&lt;/h2&gt;
				&#039;.$text.&#039;
			&lt;/div&gt;
			&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
		&lt;/div&gt;&#039;;
	return $str;
}</code></pre>
<p>You might need to play around with the paddings of the &#8220;client_info_holder&#8221; and the &#8220;client_info_intro&#8221; classes&#8230; <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

