<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to show Like count instead the likers. - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-show-like-count-instead-the-likers/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 11 Jun 2026 10:43:00 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to show Like count instead the likers.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-show-like-count-instead-the-likers/#post-48386</link>
                        <pubDate>Thu, 03 Dec 2020 10:35:32 +0000</pubDate>
                        <description><![CDATA[@tutrix Thanks. This trick worked.]]></description>
                        <content:encoded><![CDATA[<p>@tutrix Thanks. This trick worked. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>nalin_duminda</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-show-like-count-instead-the-likers/#post-48386</guid>
                    </item>
				                    <item>
                        <title>RE: How to show Like count instead the likers.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-show-like-count-instead-the-likers/#post-48379</link>
                        <pubDate>Wed, 02 Dec 2020 18:47:39 +0000</pubDate>
                        <description><![CDATA[hi @nalin_duminda
you can edit the post.php of the used layout
replace
&lt;?php wpforo_post_likers($post); ?&gt;
with (only the number)
&lt;?php echo WPF()-&gt;post-&gt;get_po...]]></description>
                        <content:encoded><![CDATA[<p>hi @nalin_duminda</p>
<p>you can edit the post.php of the used layout</p>
<p>replace</p>
<pre><br />&lt;?php wpforo_post_likers($post); ?&gt;</pre>
<p><br />with (only the number)</p>
<pre><br />&lt;?php echo WPF()-&gt;post-&gt;get_post_likes_count($post); ?&gt;</pre>
<p><br />or with (number and Like)</p>
<pre><br />&lt;?php echo WPF()-&gt;post-&gt;get_post_likes_count($post); ?&gt; Like</pre>
<p> </p>
<p>the best way to do this see here </p>
<p><a href="https://wpforo.com/docs/root/forum-themes/theme-customization/" target="true">https://wpforo.com/docs/root/forum-themes/theme-customization/</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-show-like-count-instead-the-likers/#post-48379</guid>
                    </item>
				                    <item>
                        <title>How to show Like count instead the likers.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-show-like-count-instead-the-likers/#post-48377</link>
                        <pubDate>Wed, 02 Dec 2020 15:11:24 +0000</pubDate>
                        <description><![CDATA[I want to hide the likers names and only show the count, how can I do this?]]></description>
                        <content:encoded><![CDATA[<p>I want to hide the likers names and only show the count, how can I do this?</p>
<p><img src="https://snipboard.io/ZYGAI6.jpg" /></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>nalin_duminda</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-show-like-count-instead-the-likers/#post-48377</guid>
                    </item>
							        </channel>
        </rss>
		