<?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>Implement Taboola code &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/implement-taboola-code/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/implement-taboola-code/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 05:37:00 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/implement-taboola-code/#post-296541</guid>
					<title><![CDATA[Implement Taboola code]]></title>
					<link>https://theme.co/archive/forums/topic/implement-taboola-code/#post-296541</link>
					<pubDate>Tue, 09 Jun 2015 06:11:45 +0000</pubDate>
					<dc:creator>omar333</dc:creator>

					<description>
						<![CDATA[
						<p>Hello guys I&#8217;m trying to implement some Taboola code so that related posts appear below the post. I tried their plug in but nuthing is showing up. Can you help me?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/implement-taboola-code/#post-296542</guid>
					<title><![CDATA[Reply To: Implement Taboola code]]></title>
					<link>https://theme.co/archive/forums/topic/implement-taboola-code/#post-296542</link>
					<pubDate>Tue, 09 Jun 2015 06:12:17 +0000</pubDate>
					<dc:creator>omar333</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/implement-taboola-code/#post-296543</guid>
					<title><![CDATA[Reply To: Implement Taboola code]]></title>
					<link>https://theme.co/archive/forums/topic/implement-taboola-code/#post-296543</link>
					<pubDate>Tue, 09 Jun 2015 06:12:35 +0000</pubDate>
					<dc:creator>omar333</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/implement-taboola-code/#post-297039</guid>
					<title><![CDATA[Reply To: Implement Taboola code]]></title>
					<link>https://theme.co/archive/forums/topic/implement-taboola-code/#post-297039</link>
					<pubDate>Tue, 09 Jun 2015 16:25:19 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Thanks for writing in.<br />
Because this requires a template change, I’d advise that you setup a <a href="https://community.theme.co//kb/how-to-setup-child-themes/" rel="nofollow">child theme</a>. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please add following PHP code below into <strong>functions.php</strong> locates in child theme&#8217;s folder:</p>
<pre><code>add_action( &#039;x_after_view_icon_content&#039;, &#039;x_print_script_1&#039; );
add_action( &#039;wp_head&#039;, &#039;x_print_script_2&#039;);
add_action( &#039;wp_footer&#039;, &#039;x_print_script_3&#039;);
function x_print_script_1(){
  ?&gt;
  &lt;div id=&quot;taboola-below-article-thumbnails&quot;&gt;&lt;/div&gt;
  &lt;script type=&quot;text/javascript&quot;&gt;
    window._taboola = window._taboola || [];
    _taboola.push({
      mode: &#039;thumbnails-a&#039;,
      container: &#039;taboola-below-article-thumbnails&#039;,
      placement: &#039;Below Article Thumbnails&#039;,
      target_type: &#039;mix&#039;
    });
  &lt;/script&gt;
  &lt;?php
}
function x_print_script_2(){
  ?&gt;
  &lt;script type=&quot;text/javascript&quot;&gt;
    window._taboola = window._taboola || [];
    _taboola.push({article:&#039;auto&#039;});
    !function (e, f, u) {
      e.async = 1;
      e.src = u;
      f.parentNode.insertBefore(e, f);
    }(document.createElement(&#039;script&#039;),
    document.getElementsByTagName(&#039;script&#039;)[0],
    &#039;http://cdn.taboola.com/libtrc/pasionaguila/loader.js&#039;);
  &lt;/script&gt;
  &lt;?php
}
function x_print_script_3(){
  ?&gt;
  &lt;script type=&quot;text/javascript&quot;&gt;
  window._taboola = window._taboola || [];
  _taboola.push({flush: true});
&lt;/script&gt;
  &lt;?php
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

