<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Create a Testimonials section for your WordPress site &#8211; the Right Way!	</title>
	<atom:link href="https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/</link>
	<description>I turn code into captivating user experiences for the web</description>
	<lastBuildDate>Sun, 21 Jun 2020 11:59:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: James Pric		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1157</link>

		<dc:creator><![CDATA[James Pric]]></dc:creator>
		<pubDate>Sun, 21 Jun 2020 11:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1157</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1156&quot;&gt;James&lt;/a&gt;.

Can&#039;t paste code in here, you can view it on way back machine instead https://web.archive.org/web/20170609193549/http://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1156">James</a>.</p>
<p>Can&#8217;t paste code in here, you can view it on way back machine instead <a href="https://web.archive.org/web/20170609193549/http://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way" rel="nofollow ugc">https://web.archive.org/web/20170609193549/http://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1156</link>

		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sun, 21 Jun 2020 11:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1156</guid>

					<description><![CDATA[Here&#039;s the code for anyone who needs it:
&lt;a href=&quot;/testimonials/&quot; rel=&quot;nofollow ugc&quot;&gt;Testimonials&lt;/a&gt;
         &#039;testimonials&#039;,
            &#039;posts_per_page&#039; =&#062; 1,
            &#039;orderby&#039; =&#062; &#039;rand&#039;
        );
        $testimonials = new WP_Query( $args );
        // The Loop
        if ( $testimonials-&#062;have_posts() ) {
                while ( $testimonials-&#062;have_posts() ) {
                        $testimonials-&#062;the_post(); ?&#062;
             &#039;client-photo&#039;)); ?&#062;
            No testimonials found
    ]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the code for anyone who needs it:<br />
<a href="/testimonials/" rel="nofollow ugc">Testimonials</a><br />
         &#8216;testimonials&#8217;,<br />
            &#8216;posts_per_page&#8217; =&gt; 1,<br />
            &#8216;orderby&#8217; =&gt; &#8216;rand&#8217;<br />
        );<br />
        $testimonials = new WP_Query( $args );<br />
        // The Loop<br />
        if ( $testimonials-&gt;have_posts() ) {<br />
                while ( $testimonials-&gt;have_posts() ) {<br />
                        $testimonials-&gt;the_post(); ?&gt;<br />
             &#8216;client-photo&#8217;)); ?&gt;<br />
            No testimonials found</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1155</link>

		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sun, 21 Jun 2020 11:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1155</guid>

					<description><![CDATA[&quot;Now, in your homepage template (or sidebar, footer etc) – paste the following code:&quot;
No coding is showing up below this text in chrome.]]></description>
			<content:encoded><![CDATA[<p>&#8220;Now, in your homepage template (or sidebar, footer etc) – paste the following code:&#8221;<br />
No coding is showing up below this text in chrome.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alexa Neves		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1154</link>

		<dc:creator><![CDATA[Alexa Neves]]></dc:creator>
		<pubDate>Fri, 17 Apr 2020 17:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1154</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1152&quot;&gt;Michael Soriano&lt;/a&gt;.

Hi Michael,
I noticed the same issue and would love to see the code to display this on a different page.
Thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1152">Michael Soriano</a>.</p>
<p>Hi Michael,<br />
I noticed the same issue and would love to see the code to display this on a different page.<br />
Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Milow		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1153</link>

		<dc:creator><![CDATA[Milow]]></dc:creator>
		<pubDate>Sat, 03 Aug 2019 15:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1153</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1128&quot;&gt;Michael Soriano&lt;/a&gt;.

Or try this generator: https://www.wp-hasty.com/tools/wordpress-wp-query-loop-generator/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1128">Michael Soriano</a>.</p>
<p>Or try this generator: <a href="https://www.wp-hasty.com/tools/wordpress-wp-query-loop-generator/" rel="nofollow ugc">https://www.wp-hasty.com/tools/wordpress-wp-query-loop-generator/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Soriano		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1152</link>

		<dc:creator><![CDATA[Michael Soriano]]></dc:creator>
		<pubDate>Thu, 28 Feb 2019 16:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1152</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1151&quot;&gt;Inland&lt;/a&gt;.

Yes - for some reason, my code syntax plugin messed up my older posts. I lost many of my code samples in my articles.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1151">Inland</a>.</p>
<p>Yes &#8211; for some reason, my code syntax plugin messed up my older posts. I lost many of my code samples in my articles.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Inland		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1151</link>

		<dc:creator><![CDATA[Inland]]></dc:creator>
		<pubDate>Tue, 05 Feb 2019 17:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1151</guid>

					<description><![CDATA[Hi, Michael
I&#039;ve got my functions in place and added my testimonials, but it looks like the wp_query code to display them is missing from your tutorial above... &quot;Now, in your homepage template (or sidebar, footer etc) – paste the following code:&quot;
There isn&#039;t any code displayed. Would you mind adding that code back? I loved the tutorial, BTW!
thnx!]]></description>
			<content:encoded><![CDATA[<p>Hi, Michael<br />
I&#8217;ve got my functions in place and added my testimonials, but it looks like the wp_query code to display them is missing from your tutorial above&#8230; &#8220;Now, in your homepage template (or sidebar, footer etc) – paste the following code:&#8221;<br />
There isn&#8217;t any code displayed. Would you mind adding that code back? I loved the tutorial, BTW!<br />
thnx!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jai		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1150</link>

		<dc:creator><![CDATA[jai]]></dc:creator>
		<pubDate>Wed, 16 May 2018 05:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1150</guid>

					<description><![CDATA[Hi ...I have created testimonial with 5 lines of paragraph..but it displays only 2 lines in my page.]]></description>
			<content:encoded><![CDATA[<p>Hi &#8230;I have created testimonial with 5 lines of paragraph..but it displays only 2 lines in my page.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mushtaque Ali		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1149</link>

		<dc:creator><![CDATA[Mushtaque Ali]]></dc:creator>
		<pubDate>Wed, 24 Jan 2018 13:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1149</guid>

					<description><![CDATA[how to get particular testimonial from admin menu for example five testimonial are present in admin menu page
when check any one then show testimonial..?????]]></description>
			<content:encoded><![CDATA[<p>how to get particular testimonial from admin menu for example five testimonial are present in admin menu page<br />
when check any one then show testimonial..?????</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asha		</title>
		<link>https://michaelsoriano.com/create-a-testimonials-section-for-your-wordpress-site-the-right-way/#comment-1148</link>

		<dc:creator><![CDATA[Asha]]></dc:creator>
		<pubDate>Wed, 10 Jan 2018 11:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=4247#comment-1148</guid>

					<description><![CDATA[Thank you so much! You have explained this so wee.
I&#039;ve been following this tutorial and its all good till step 4. Is there something missing after this line?
Now, in your homepage template (or sidebar, footer etc) – paste the following code: .... (there is no code after this)
Appreciate your help.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much! You have explained this so wee.<br />
I&#8217;ve been following this tutorial and its all good till step 4. Is there something missing after this line?<br />
Now, in your homepage template (or sidebar, footer etc) – paste the following code: &#8230;. (there is no code after this)<br />
Appreciate your help.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
