<?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>WPWife &#187; shortlinks</title>
	<atom:link href="http://www.wpwife.com/category/shortlinks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Restore the Get Shortlink Button in WordPress</title>
		<link>http://www.wpwife.com/tutorials/how-to-restore-the-get-shortlink-button-in-wordpress</link>
		<comments>http://www.wpwife.com/tutorials/how-to-restore-the-get-shortlink-button-in-wordpress#comments</comments>
		<pubDate>Thu, 15 Mar 2018 11:53:15 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[get shortlink]]></category>
		<category><![CDATA[get shortlink button]]></category>
		<category><![CDATA[get shortlinks in wordpress]]></category>
		<category><![CDATA[shortlink button]]></category>
		<category><![CDATA[shortlinks]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=51086</guid>
		<description><![CDATA[
<p>Do you want to create a shortlink of your WordPress blog posts or pages? WordPress shortlinks are useful for sharing in your emails, facebook messages, or even text messages. It was a default feature until WordPress version 4.4. Recently, one of our readers asked how&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-tutorials/how-to-restore-the-get-shortlink-button-in-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-restore-the-get-shortlink-button-in-wordpress/">How to Restore the Get Shortlink Button in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to create a shortlink of your WordPress blog posts or pages? WordPress shortlinks are useful for sharing in your emails, facebook messages, or even text messages. It was a default feature until WordPress version 4.4. Recently, one of our readers asked how to bring back the get shortlink feature in WordPress. In this tutorial, we will share how to restore the get shortlink button in WordPress.</p>
<p><img title="How to Get the Get Shortlink Button in WordPress"  src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/03/getshortlink.jpg" alt="How to Get the Get Shortlink Button in WordPress" width="550" height="340" class="alignnone size-full wp-image-51200" /></p>
<h4>What is the Get Shortlink Button in WordPress?</h4>
<p>Get Shortlink button is a WordPress feature that allows you to easily get a short link of your WordPress blog post or page. It used to be located right next to the permalink area in the post edit screen.</p>
<p><img title="Get Shortlink Button" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/03/get-shortlink-button-1.png" alt="Get Shortlink Button" width="550" height="126" class="alignnone size-full wp-image-51100" /></p>
<p>However if you recently <a href="http://www.wpbeginner.com/start-a-wordpress-blog/" title="Ultimate Guide: How to Start a WordPress Blog (Step by Step)">started your blog</a>, then you will not see this feature on your WordPress site because it was removed after WordPress version 4.4.</p>
<p>We find this feature to be quite useful for easily getting shortlinks for our blog posts that look like this: </p>
<p>http://wpbeg.in/2csN1pj</p>
<p>If you want to bring back the get shortlink feature on your WordPress site, then you&#8217;re in the right place. </p>
<p>Let&#8217;s take a look at how to bring back the get shortlink button back in WordPress.</p>
<h4>Method 1: Using WP Bitly plugin to Add Get Shortlink Button</h4>
<p>This method is easier and recommended for most users. This method also allows you to create custom branded short URLs for your website.</p>
<p>First thing you need to do is install and activate the <a href="https://wordpress.org/plugins/wp-bitly/"  title="WP Bitly" rel="nofollow">WP Bitly</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="How to Install a WordPress Plugin – Step by Step for Beginners">how to install a plugin in WordPress</a>.</p>
<p>Upon activation, this plugin will automatically add the <strong>Get Shortlink</strong> button on your post edit screen. </p>
<p><img title="Get Shortlink Button" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/03/get-shortlink-button.png" alt="Get Shortlink Button" width="550" height="129" class="alignnone size-full wp-image-51087" /></p>
<p>Once you click on this button, it will show you the shortlink for your WordPress posts and pages. This shortlink can be shared in your emails and messages, so your audience can reach directly to the page.</p>
<p><img title="Page Shortlink" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/03/page-shortlink.jpg" alt="Page Shortlink" width="550" height="323" class="alignnone size-full wp-image-51088" /></p>
<p>You can also use the WP Bitly plugin to create custom branded shortlinks for your blog posts like we do on WPBeginner. See our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/how-to-create-your-own-customized-short-url-for-your-blog/" title="How to Create Your Own Customized Short URL for Your Blog">how to create your own customized short url in WordPress</a>.</p>
<h4>Method 2: Manually Adding Get Shortlink Button</h4>
<p>This method requires you to add code to your WordPress files. If you haven’t done this before, then please take a look at our guide on <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/" title="How to Disable the Screen Options Button in WordPress">how to copy and paste code in WordPress</a>.</p>
<p>You will need to add the following code to your WordPress theme&#8217;s <a href="http://www.wpbeginner.com/glossary/functions-php/" title="function.php">functions.php file</a> or a <a href="http://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/" title="What, Why, and How-To’s of Creating a Site-Specific WordPress Plugin">site-specific plugin</a>:</p>
<pre class="brush: php; title: ; notranslate">

add_filter( 'get_shortlink', function( $shortlink ) {return $shortlink;} );

</pre>
<p>This code will add the shortlink filter to display the <strong>Get Shortlink</strong> button in your WordPress pages and posts. </p>
<p><img title="Get Shortlink Button" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/03/get-shortlink-button-1.png" alt="Get Shortlink Button" width="550" height="126" class="alignnone size-full wp-image-51100" /></p>
<p>You can click on this button to get the shortlink for your post or page.</p>
<p>We hope this article helped you bring back the Get Shortlink button in WordPress. You may also want to check out our list of the <a href="http://www.wpbeginner.com/showcase/24-must-have-wordpress-plugins-for-business-websites/" title="Must have WordPress Plugins for Business Websites">must have WordPress plugins for business websites</a>.</p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-restore-the-get-shortlink-button-in-wordpress/">How to Restore the Get Shortlink Button in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/tutorials/how-to-restore-the-get-shortlink-button-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
