<?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 for SpeedySense	</title>
	<atom:link href="https://speedysense.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://speedysense.com/</link>
	<description>Web Technologies, Programming, Linux, Open-source Blog</description>
	<lastBuildDate>Mon, 27 May 2024 10:18:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		Comment on Why Choose Odoo ERP for Your Business by Olivia Miller		</title>
		<link>https://speedysense.com/odoo-erp-for-your-business/#comment-121799</link>

		<dc:creator><![CDATA[Olivia Miller]]></dc:creator>
		<pubDate>Mon, 27 May 2024 10:18:10 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=1375#comment-121799</guid>

					<description><![CDATA[Great post on the benefits of Odoo ERP! The clear explanations of its features and benefits for businesses are compelling.]]></description>
			<content:encoded><![CDATA[<p>Great post on the benefits of Odoo ERP! The clear explanations of its features and benefits for businesses are compelling.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Choose the Right White Label WordPress Development Service for Your Business by Amit Bera		</title>
		<link>https://speedysense.com/how-to-choose-right-wordpress-development-service/#comment-120031</link>

		<dc:creator><![CDATA[Amit Bera]]></dc:creator>
		<pubDate>Fri, 10 May 2024 10:08:46 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=3342#comment-120031</guid>

					<description><![CDATA[Good Article]]></description>
			<content:encoded><![CDATA[<p>Good Article</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on 7 Actionable Tips to Boost E-commerce Store Conversions by Pinal Gupta		</title>
		<link>https://speedysense.com/7-actionable-tips-to-boost-e-coomerce-store-conversions/#comment-117308</link>

		<dc:creator><![CDATA[Pinal Gupta]]></dc:creator>
		<pubDate>Fri, 12 Apr 2024 13:22:44 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=3355#comment-117308</guid>

					<description><![CDATA[Very Informative overview!
I appreciate you to share this kind of valuable insights]]></description>
			<content:encoded><![CDATA[<p>Very Informative overview!<br />
I appreciate you to share this kind of valuable insights</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Shopify Plus vs Magento Enterprise – Which One to Pick and Why? by Pinal Gupta		</title>
		<link>https://speedysense.com/shopify-plus-vs-magento-enterprise/#comment-117202</link>

		<dc:creator><![CDATA[Pinal Gupta]]></dc:creator>
		<pubDate>Thu, 11 Apr 2024 11:15:26 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=3298#comment-117202</guid>

					<description><![CDATA[Great comparison between Shopify Plus and Magento Enterprise! The detailed analysis of parameters, features, and advantages offers valuable insights. Overall, a well-researched and informative blog.]]></description>
			<content:encoded><![CDATA[<p>Great comparison between Shopify Plus and Magento Enterprise! The detailed analysis of parameters, features, and advantages offers valuable insights. Overall, a well-researched and informative blog.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on 7 Reasons Why Laravel Framework is the Best for Your Website by vishnu		</title>
		<link>https://speedysense.com/why-laravel-framework-is-the-best/#comment-116665</link>

		<dc:creator><![CDATA[vishnu]]></dc:creator>
		<pubDate>Fri, 05 Apr 2024 11:47:52 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=3328#comment-116665</guid>

					<description><![CDATA[Keep up the great work! Thank you so much for sharing a great posts.]]></description>
			<content:encoded><![CDATA[<p>Keep up the great work! Thank you so much for sharing a great posts.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on 7 Reasons Why Laravel Framework is the Best for Your Website by Pankaj Singh		</title>
		<link>https://speedysense.com/why-laravel-framework-is-the-best/#comment-96026</link>

		<dc:creator><![CDATA[Pankaj Singh]]></dc:creator>
		<pubDate>Wed, 06 Dec 2023 17:49:51 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=3328#comment-96026</guid>

					<description><![CDATA[Nice info, I will apply it on my site. great effort. Very nice website, I appreciate your content, it is very useful for us.]]></description>
			<content:encoded><![CDATA[<p>Nice info, I will apply it on my site. great effort. Very nice website, I appreciate your content, it is very useful for us.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How To Track &#038; Display Post Views in WordPress Without Any Plugin by Angel		</title>
		<link>https://speedysense.com/track-display-post-views-in-wordpress/#comment-91925</link>

		<dc:creator><![CDATA[Angel]]></dc:creator>
		<pubDate>Wed, 15 Nov 2023 04:55:36 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=380#comment-91925</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://speedysense.com/track-display-post-views-in-wordpress/#comment-52093&quot;&gt;amin&lt;/a&gt;.

I use this, only add to the original code. it&#039;s 2 functions and filters:

function register_sortable_columns( $columns ) {
    $columns[&#039;post_views&#039;] = &#039;post_views&#039;;
    return $columns;
}
add_filter( &#039;manage_edit-post_sortable_columns&#039;, &#039;register_sortable_columns&#039; );

function views_columns_orderby( $vars ) {
    if ( isset( $vars[&#039;orderby&#039;] ) &#038;&#038; &#039;views&#039; === $vars[&#039;orderby&#039;] ) {
        $vars = array_merge( $vars,
            array(
                &#039;meta_key&#039; =&#062; &#039;post_views&#039;,
                &#039;orderby&#039;  =&#062; &#039;meta_value_num&#039;,
            )
        );
    }
    return $vars;
}
add_filter( &#039;request&#039;, &#039;views_columns_orderby&#039; );]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://speedysense.com/track-display-post-views-in-wordpress/#comment-52093">amin</a>.</p>
<p>I use this, only add to the original code. it&#8217;s 2 functions and filters:</p>
<p>function register_sortable_columns( $columns ) {<br />
    $columns[&#8216;post_views&#8217;] = &#8216;post_views&#8217;;<br />
    return $columns;<br />
}<br />
add_filter( &#8216;manage_edit-post_sortable_columns&#8217;, &#8216;register_sortable_columns&#8217; );</p>
<p>function views_columns_orderby( $vars ) {<br />
    if ( isset( $vars[&#8216;orderby&#8217;] ) &amp;&amp; &#8216;views&#8217; === $vars[&#8216;orderby&#8217;] ) {<br />
        $vars = array_merge( $vars,<br />
            array(<br />
                &#8216;meta_key&#8217; =&gt; &#8216;post_views&#8217;,<br />
                &#8216;orderby&#8217;  =&gt; &#8216;meta_value_num&#8217;,<br />
            )<br />
        );<br />
    }<br />
    return $vars;<br />
}<br />
add_filter( &#8216;request&#8217;, &#8216;views_columns_orderby&#8217; );</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on PHP Domain Availability Checker Script (Check Domain Instantly) by Bharat		</title>
		<link>https://speedysense.com/php-domain-availablity-checker-script/#comment-87234</link>

		<dc:creator><![CDATA[Bharat]]></dc:creator>
		<pubDate>Sat, 21 Oct 2023 04:18:16 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=717#comment-87234</guid>

					<description><![CDATA[Awesome Code....]]></description>
			<content:encoded><![CDATA[<p>Awesome Code&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Create a Registration and Login System with PHP and MySQL by Feba Anna John		</title>
		<link>https://speedysense.com/create-registration-login-system-php-mysql/#comment-70450</link>

		<dc:creator><![CDATA[Feba Anna John]]></dc:creator>
		<pubDate>Tue, 04 Jul 2023 09:51:29 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=1003#comment-70450</guid>

					<description><![CDATA[Thanks lot Perfect Working]]></description>
			<content:encoded><![CDATA[<p>Thanks lot Perfect Working</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
