<?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>
									Feature Request - open comment URLs in new tab - General Discussions				            </title>
            <link>https://wpdiscuz.com/community/general-forum/feature-request-open-comment-urls-in-new-tab/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 02:18:15 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Feature Request - open comment URLs in new tab</title>
                        <link>https://wpdiscuz.com/community/general-forum/feature-request-open-comment-urls-in-new-tab/#post-8042</link>
                        <pubDate>Thu, 08 Apr 2021 09:30:13 +0000</pubDate>
                        <description><![CDATA[Thanks! Will try this.]]></description>
                        <content:encoded><![CDATA[<p>Thanks! Will try this.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>wpUser</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/feature-request-open-comment-urls-in-new-tab/#post-8042</guid>
                    </item>
				                    <item>
                        <title>RE: Feature Request - open comment URLs in new tab</title>
                        <link>https://wpdiscuz.com/community/general-forum/feature-request-open-comment-urls-in-new-tab/#post-8038</link>
                        <pubDate>Thu, 08 Apr 2021 07:20:14 +0000</pubDate>
                        <description><![CDATA[Hi @wpuser,
I may suggest you check out the solution provided in this support topic:
If you don&#039;t want to use some other plugin, you can use the following code:
function t4a_comment_links_...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@wpuser,</span></p>
<p>I may suggest you check out the solution provided in this support topic: https://wpdiscuz.com/community/postid/3646/</p>
<p>If you don't want to use some other plugin, you can use the following code:</p>
<pre contenteditable="false">function t4a_comment_links_in_new_window($text) {
    return str_replace('&lt;a', '&lt;a target="_blank"', $text);
}
add_filter('comment_text', 't4a_comment_links_in_new_window');</pre>
<p><br />Add the following code to your functions.php of your theme. Here is a helpful article: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/feature-request-open-comment-urls-in-new-tab/#post-8038</guid>
                    </item>
				                    <item>
                        <title>Feature Request - open comment URLs in new tab</title>
                        <link>https://wpdiscuz.com/community/general-forum/feature-request-open-comment-urls-in-new-tab/#post-8036</link>
                        <pubDate>Wed, 07 Apr 2021 23:39:21 +0000</pubDate>
                        <description><![CDATA[Hi Gvectors,
In a future update, could we please have the option for comment links to be opened in a new tab or window? I&#039;ve searched these forums and have seen solutions that require js co...]]></description>
                        <content:encoded><![CDATA[<p>Hi Gvectors,</p>
<p>In a future update, could we please have the option for comment links to be opened in a new tab or window? I've searched these forums and have seen solutions that require js code or changing the functions.php file. The problem with this is that there's a concern, particularly among non-developers, that it could break our site if we do it incorrectly. </p>
<p>A simple toggle that you can switch on/off would be great!</p>
<p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>wpUser</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/feature-request-open-comment-urls-in-new-tab/#post-8036</guid>
                    </item>
							        </channel>
        </rss>
		