<?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>
									Can I show the name and avatar somewhere else? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 05 Sep 2026 17:59:22 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Can I show the name and avatar somewhere else?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-36150</link>
                        <pubDate>Tue, 04 Feb 2020 20:12:43 +0000</pubDate>
                        <description><![CDATA[Ready, I could make it thanks!]]></description>
                        <content:encoded><![CDATA[<p>Ready, I could make it thanks!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DMolina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-36150</guid>
                    </item>
				                    <item>
                        <title>RE: Can I show the name and avatar somewhere else?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-36122</link>
                        <pubDate>Tue, 04 Feb 2020 17:14:24 +0000</pubDate>
                        <description><![CDATA[@robert
I think I need a little more help, this function still brings me the Wp avatar, but the one I need to show is the wpforo&lt;?php echo get_avatar( get_current_user_id(), 60 ); ?&gt;...]]></description>
                        <content:encoded><![CDATA[<p>@robert</p>
<pre>I think I need a little more help, this function still brings me the Wp avatar, but the one I need to show is the wpforo<br /><br />&lt;?php echo get_avatar( get_current_user_id(), 60 ); ?&gt;</pre>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DMolina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-36122</guid>
                    </item>
				                    <item>
                        <title>RE: Can I show the name and avatar somewhere else?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35931</link>
                        <pubDate>Sat, 01 Feb 2020 06:13:01 +0000</pubDate>
                        <description><![CDATA[@robert
Sorry, I have not programmed for a while but I understand how to use it!Thank you!
&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>@robert</p>
<p>Sorry, I have not programmed for a while but I understand how to use it!<br />Thank you!</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DMolina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35931</guid>
                    </item>
				                    <item>
                        <title>RE: Can I show the name and avatar somewhere else?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35930</link>
                        <pubDate>Sat, 01 Feb 2020 06:09:15 +0000</pubDate>
                        <description><![CDATA[@dmolina
Why a function? Just put those together:
&lt;?php echo get_avatar( get_current_user_id(), 60 ) . &#039; &lt;span class=&quot;user-name&quot;&gt;&#039; . WPF()-&gt;current_user_display_name . &#039;&lt;/sp...]]></description>
                        <content:encoded><![CDATA[<p>@dmolina</p>
<p>Why a function? Just put those together:</p>
<pre>&lt;?php echo get_avatar( get_current_user_id(), 60 ) . ' &lt;span class="user-name"&gt;' . WPF()-&gt;current_user_display_name . '&lt;/span&gt;' ?&gt;</pre>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35930</guid>
                    </item>
				                    <item>
                        <title>RE: Can I show the name and avatar somewhere else?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35922</link>
                        <pubDate>Sat, 01 Feb 2020 05:47:08 +0000</pubDate>
                        <description><![CDATA[@robert
Isn&#039;t there a way to use both in one function?I want to do this, but with the functions of Wordpress I can not show the avatar of the forum profile
&nbsp;
&nbsp;Screenshot_2020-01...]]></description>
                        <content:encoded><![CDATA[<p>@robert</p>
<p>Isn't there a way to use both in one function?<br />I want to do this, but with the functions of Wordpress I can not show the avatar of the forum profile</p>
<p>&nbsp;</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1580536028-Screenshot_2020-01-31-Inicio1.png" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;Screenshot_2020-01-31-Inicio1.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DMolina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35922</guid>
                    </item>
				                    <item>
                        <title>RE: Can I show the name and avatar somewhere else?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35921</link>
                        <pubDate>Sat, 01 Feb 2020 05:40:16 +0000</pubDate>
                        <description><![CDATA[The avatar could be displayed using this function:
&lt;?php echo get_avatar( get_current_user_id(), 60 ); ?&gt;
The user display name:
&lt;?php echo WPF()-&gt;current_user_display_name; ?...]]></description>
                        <content:encoded><![CDATA[<p>The avatar could be displayed using this function:</p>
<pre>&lt;?php echo get_avatar( get_current_user_id(), 60 ); ?&gt;</pre>
<p>The user display name:</p>
<pre>&lt;?php echo WPF()-&gt;current_user_display_name; ?&gt;</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35921</guid>
                    </item>
				                    <item>
                        <title>Can I show the name and avatar somewhere else?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35909</link>
                        <pubDate>Fri, 31 Jan 2020 20:55:58 +0000</pubDate>
                        <description><![CDATA[I would like to show the username with your avatar in a menu, to display the account options, is there already any function to do this?]]></description>
                        <content:encoded><![CDATA[<p>I would like to show the username with your avatar in a menu, to display the account options, is there already any function to do this?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DMolina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-show-the-name-and-avatar-somewhere-else/#post-35909</guid>
                    </item>
							        </channel>
        </rss>
		