<?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>
									Custom Author / Responder information next to avatar such as title, personal info - from custom field? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 13 Aug 2026 06:13:35 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Custom Author / Responder information next to avatar such as title, personal info - from custom field?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103703</link>
                        <pubDate>Sat, 01 Jul 2023 16:56:53 +0000</pubDate>
                        <description><![CDATA[@tutrix Cheers!]]></description>
                        <content:encoded><![CDATA[@tutrix Cheers!
<div id="0DE54051_D8C8_E634_6EDB_123FF9F7DED3"> </div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>sd2023</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103703</guid>
                    </item>
				                    <item>
                        <title>RE: Custom Author / Responder information next to avatar such as title, personal info - from custom field?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103702</link>
                        <pubDate>Sat, 01 Jul 2023 16:53:25 +0000</pubDate>
                        <description><![CDATA[@sd2023 
I have only included fields from the wpForo addon
you can see in my forum]]></description>
                        <content:encoded><![CDATA[<p>@sd2023 </p>
<p>I have only included fields from the wpForo addon</p>
<p>you can see in my forum</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/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103702</guid>
                    </item>
				                    <item>
                        <title>RE: Custom Author / Responder information next to avatar such as title, personal info - from custom field?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103701</link>
                        <pubDate>Sat, 01 Jul 2023 15:52:28 +0000</pubDate>
                        <description><![CDATA[@tutrix Thank you!Have you by chance ever tied these custom fields to dynamically pull from pre-existing custom fields in WP, or potentially from users set up in the wp users area?]]></description>
                        <content:encoded><![CDATA[@tutrix Thank you!<br /><br />Have you by chance ever tied these custom fields to dynamically pull from pre-existing custom fields in WP, or potentially from users set up in the wp users area?]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>sd2023</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103701</guid>
                    </item>
				                    <item>
                        <title>RE: Custom Author / Responder information next to avatar such as title, personal info - from custom field?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103699</link>
                        <pubDate>Sat, 01 Jul 2023 11:40:49 +0000</pubDate>
                        <description><![CDATA[you can use the wpForo - User Custom Fields addon to add fields to the profile if you want these fields displayed in the postYou can edit the post.php of the used layoutand add the custom fi...]]></description>
                        <content:encoded><![CDATA[<p>you can use the <a href="https://gvectors.com/product/wpforo-user-custom-fields/" target="_blank" rel="noopener">wpForo - User Custom Fields</a> addon to add fields to the profile <br /><br />if you want these fields displayed in the post<br />You can edit the post.php of the used layout<br />and add the custom fields with this code<br /><br /></p>
<pre contenteditable="false">&lt;?php echo implode( ', ', array_diff((array) wpforo_member($member, 'field_xxxxxxx'), array(0)) ) ?&gt;</pre>
<p><br />replace the "xxxxxxx" with the correct field number</p>
<p>I have included many fields in this way 😉 </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/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103699</guid>
                    </item>
				                    <item>
                        <title>Custom Author / Responder information next to avatar such as title, personal info - from custom field?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103686</link>
                        <pubDate>Fri, 30 Jun 2023 14:20:53 +0000</pubDate>
                        <description><![CDATA[Anyone know how to customize particular post author or respondee left-side area around the avatar to include data such as title, custom description, etc, as featured at(Support Team) and mor...]]></description>
                        <content:encoded><![CDATA[<p>Anyone know how to customize particular post author or respondee left-side area around the avatar to include data such as title, custom description, etc, as featured at https://wpforo.com/community/faq/why-some-of-the-users-profile-fields-are-not-visible/#post-103325 (Support Team) and more particularly like https://www.levelset.com/payment-help/question/received-noi-for-lien/ where it spotlights "construction lawyer", "legal guard lawyer", and "attorney at" - below / next to the avatar (yes I recognize they're not using WPFORO). Is there a custom field option built into wpforo?<br /><br />Thanks ya'll!</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="levelset-ss.jpg" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1688134853-levelset-ss.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> levelset-ss.jpg</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>sd2023</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/custom-author-responder-information-next-to-avatar-such-as-title-personal-info-from-custom-field/#post-103686</guid>
                    </item>
							        </channel>
        </rss>
		