<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Woocommerce compatibility</title>
		<link>http://www.themolitor.com/forums/topic/woocommerce-compatibility</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Woocommerce compatibility</description>
		<language>en-US</language>
		<pubDate>Sun, 10 May 2026 14:12:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/woocommerce-compatibility" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Woocommerce compatibility"</title>
			<link>http://www.themolitor.com/forums/topic/woocommerce-compatibility#post-24319</link>
			<pubDate>Mon, 04 Nov 2013 10:56:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24319@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The documentation isn't very clear about what these functions are suppose to be doing and what markup in the theme I should be looking for. Try adding this in the functions.php template file, just after the opening &#60;?php...</p>
<pre><code>remove_action( &#039;woocommerce_before_main_content&#039;, &#039;woocommerce_output_content_wrapper&#039;, 10);
remove_action( &#039;woocommerce_after_main_content&#039;, &#039;woocommerce_output_content_wrapper_end&#039;, 10);

add_action(&#039;woocommerce_before_main_content&#039;, &#039;my_theme_wrapper_start&#039;, 10);
add_action(&#039;woocommerce_after_main_content&#039;, &#039;my_theme_wrapper_end&#039;, 10);

function my_theme_wrapper_start() {
  echo &#039;&#60;div class=&#34;entry&#34;&#62;&#039;;
}

function my_theme_wrapper_end() {
  echo &#039;&#60;/div&#62;&#039;;
}</code></pre>
<p>Let me know if that helps. If not, please provide a link to your site so I can see how this is being displayed.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>DJ_Jaybee on "Woocommerce compatibility"</title>
			<link>http://www.themolitor.com/forums/topic/woocommerce-compatibility#post-24302</link>
			<pubDate>Mon, 04 Nov 2013 09:41:17 +0000</pubDate>
			<dc:creator>DJ_Jaybee</dc:creator>
			<guid isPermaLink="false">24302@http://www.themolitor.com/forums/</guid>
			<description><p>Hi I've added Woocommerce - to add products to a shop page and also want to have the ability include a buy button on posts (using their woocommerce buy button short code). </p>
<p>On the wordpress default themes Twenty Ten/Twenty Twelve this is all working as intended, but when I switch back to try with the Navigator theme the shop buttons / add to cart etc for some reason display but do not function.</p>
<p>They say it should be easy to integrate with third part themes - and I'm using the duplicating page.php they suggest adding the woocommerce_content() method.</p>
<p><a href="http://docs.woothemes.com/document/third-party-custom-theme-compatibility/" rel="nofollow">http://docs.woothemes.com/document/third-party-custom-theme-compatibility/</a></p>
<p>They also suggest a hook method as being what they use on their own themes but I'm a little unsure how to implement that from their example.</p>
<p>Do you have any advice / idea what might be the fix?</p>
<p>Any info appreciated
</p></description>
		</item>

	</channel>
</rss>
