
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Redirect Logout Page Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/redirect-logout-page/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/redirect-logout-page/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Wed, 12 Jun 2019 12:10:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Redirect Logout Page Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/redirect-logout-page/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>WordPress Redirect Logout page to Homepage</title>
		<link>https://www.technig.com/wordpress-redirect-logout-page-homepage/</link>
					<comments>https://www.technig.com/wordpress-redirect-logout-page-homepage/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Tue, 10 Feb 2015 13:53:37 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Redirect Logout Page]]></category>
		<category><![CDATA[WordPress Plugin]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1291</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/02/How-to-WordPress-Redirect-Logout-page-to-Homepage.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to WordPress Redirect Logout page to Homepage" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2015/02/How-to-WordPress-Redirect-Logout-page-to-Homepage.jpg 840w, https://www.technig.com/wp-content/uploads/2015/02/How-to-WordPress-Redirect-Logout-page-to-Homepage-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/02/How-to-WordPress-Redirect-Logout-page-to-Homepage-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>WordPress Logout page is remain in the Login page when you logout from your WordPress account. It doesn&#8217;t have any built-in option to change it. but I have solve this problem with adding some basic code to the function.php file of the current applied WordPress Theme. It work perfect but doesn&#8217;t have function and not [&#8230;]</p>
<p>The post <a href="https://www.technig.com/wordpress-redirect-logout-page-homepage/">WordPress Redirect Logout page to Homepage</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/02/How-to-WordPress-Redirect-Logout-page-to-Homepage.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to WordPress Redirect Logout page to Homepage" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/02/How-to-WordPress-Redirect-Logout-page-to-Homepage.jpg 840w, https://www.technig.com/wp-content/uploads/2015/02/How-to-WordPress-Redirect-Logout-page-to-Homepage-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/02/How-to-WordPress-Redirect-Logout-page-to-Homepage-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p style="text-align: justify;">WordPress Logout page is remain in the Login page when you logout from your WordPress account. It doesn&#8217;t have any built-in option to change it. but I have solve this problem with adding some basic code to the function.php file of the current applied WordPress Theme. It work perfect but doesn&#8217;t have function and not more flexible. Instead you can use some WordPress <a href="https://wordpress.org/plugins/" target="_blank" rel="noopener noreferrer">plugin</a>.</p>
<h3 style="text-align: justify;">WordPress Redirect Logout page Using Code</h3>
<p style="text-align: justify;">if you want to go directly to the front page when you log out, place this code into your functions.php in your current theme.</p>
<div class="bs-shortcode-alert alert alert-success" style="padding-left: 30px;">add_action(&#8216;wp_logout&#8217;,&#8217;go_home&#8217;);<br />
function go_home(){<br />
wp_redirect( home_url() );<br />
exit();<br />
}</div>
<p>The code must be placed at the end of all code. See the screenshot.</p>
<figure id="attachment_1292" aria-describedby="caption-attachment-1292" style="width: 767px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/02/Redirect-WordPress-Logout-page-Technig.jpg"><img decoding="async" class="wp-image-1292 size-full" src="https://www.technig.com/wp-content/uploads/2015/02/Redirect-WordPress-Logout-page-Technig.jpg" alt="Redirect WordPress Logout page - Technig" width="767" height="603" srcset="https://www.technig.com/wp-content/uploads/2015/02/Redirect-WordPress-Logout-page-Technig.jpg 767w, https://www.technig.com/wp-content/uploads/2015/02/Redirect-WordPress-Logout-page-Technig-300x236.jpg 300w, https://www.technig.com/wp-content/uploads/2015/02/Redirect-WordPress-Logout-page-Technig-279x220.jpg 279w" sizes="(max-width: 767px) 100vw, 767px" /></a><figcaption id="caption-attachment-1292" class="wp-caption-text">Redirect WordPress Logout page to Home Page</figcaption></figure>
<h3 style="text-align: justify;">WordPress Redirect Logout page Using WordPress Plugin</h3>
<p style="text-align: justify;">With plugin you can choose which URL users are directed to when logging out of WordPress. You redirect the users to some page such a network homepage, Help and Support, Sales page, Special offer for existing users and even to the specific product of the company.</p>
<p style="text-align: justify;">So for more function and options, the best case is using plugin. The best plugin I recommend you is <strong>Logout Redirect </strong>plugin.</p>
<figure id="attachment_1297" aria-describedby="caption-attachment-1297" style="width: 563px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/02/Network-Settings-Network-Admin-WordPress.jpg"><img decoding="async" class="wp-image-1297 size-full" src="https://www.technig.com/wp-content/uploads/2015/02/Network-Settings-Network-Admin-WordPress.jpg" alt="Network Settings Network Admin WordPress" width="563" height="152" srcset="https://www.technig.com/wp-content/uploads/2015/02/Network-Settings-Network-Admin-WordPress.jpg 563w, https://www.technig.com/wp-content/uploads/2015/02/Network-Settings-Network-Admin-WordPress-300x81.jpg 300w" sizes="(max-width: 563px) 100vw, 563px" /></a><figcaption id="caption-attachment-1297" class="wp-caption-text">Network Settings Network Admin WordPress</figcaption></figure>
<p style="text-align: justify;">It is easy, simply install the plugin and follow the How to redirect WordPress Logout page to any page you want.</p>
<p style="text-align: justify;">Read WordPress document for <a href="http://codex.wordpress.org/Function_Reference/wp_logout_url" target="_blank" rel="noopener noreferrer">Function Reference/wp logout url</a> help.</p>
<p style="text-align: justify;">Hop it would be helpful and can solve your WordPress problems.</p>
<p>The post <a href="https://www.technig.com/wordpress-redirect-logout-page-homepage/">WordPress Redirect Logout page to Homepage</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/wordpress-redirect-logout-page-homepage/feed/</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1291</post-id>	</item>
	</channel>
</rss>
