<?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>guides &#8211; Kirin3</title>
	<atom:link href="https://kirin3.tech/tag/guides/feed/" rel="self" type="application/rss+xml" />
	<link>https://kirin3.tech</link>
	<description>Conversion Rate Optimization, SEO, marketing automation and more</description>
	<lastBuildDate>Sat, 06 Oct 2018 00:03:00 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>

<image>
	<url>https://kirin3.tech/wp-content/uploads/2016/07/cropped-newlogo-icon1-32x32.png</url>
	<title>guides &#8211; Kirin3</title>
	<link>https://kirin3.tech</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>4 simple but essential WordPress plugins</title>
		<link>https://kirin3.tech/4-simple-but-essential-wordpress-plugins/</link>
					<comments>https://kirin3.tech/4-simple-but-essential-wordpress-plugins/#respond</comments>
		
		<dc:creator><![CDATA[K. M. Christensen]]></dc:creator>
		<pubDate>Sat, 15 Aug 2015 17:05:24 +0000</pubDate>
				<category><![CDATA[Beginner Guides]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[using wordpress plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://kirindesignstudios.com/?p=186</guid>

					<description><![CDATA[In the seemingly endless WordPress plugin world, lightweight plugins like these can easily be forgotten. But there&#8217;s nothing wrong with simple tools&#8211;in fact, sometimes they&#8217;re exactly what you need! Duplicate Post Like all the plugins on this list it performs exactly as the name indicates&#8211;it duplicates posts (pages, etc). If you use custom formatting for posts [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="blogz">In the seemingly endless WordPress plugin world, lightweight plugins like these can easily be forgotten. But there&#8217;s nothing wrong with simple tools&#8211;in fact, sometimes they&#8217;re exactly what you need!</p>
<p><span id="more-186"></span></p>
<h2>Duplicate Post</h2>
<p>Like all the plugins on this list it performs exactly as the name indicates&#8211;<strong>it duplicates posts (pages, etc)</strong>. If you use custom formatting for posts and pages, a plugin like Duplicate Post can be a real timesaver. Additionally, if you regularly repost/rehash/refresh older content on your site, Duplicate Post can do a lot of the grunt work for you. Copy a post exactly or insert it into a new draft.</p>
<p>[su_button url=&#8221;https://wordpress.org/plugins/duplicate-post/&#8221; target=&#8221;blank&#8221; style=&#8221;flat&#8221; background=&#8221;#188098&#8243; size=&#8221;5&#8243; icon=&#8221;icon: cogs&#8221;]Grab Duplicate Post here[/su_button]</p>
<p>&nbsp;</p>
<h2>WP Mobile Detect</h2>
<p>This plugin is a deceptively powerful design tool: <strong>it creates shortcodes you can use to control how elements display if a user is on mobile or desktop</strong>. If you have a cool embedded sign up form for your newsletter that looks excellent on desktop, but struggles to render properly on mobile devices, simply hide it behind the following tag:</p>
<p><code>[ notdevice ] Your desktop only content here. [/ notdevice ]</code></p>
<p>When creating a mobile alternative to display, just use this tag:</p>
<p><code>[ device ] Your device only content here. [ /device ]</code></p>
<p>It&#8217;s that easy!</p>
<p>[su_button url=&#8221;https://wordpress.org/plugins/wp-mobile-detect/&#8221; target=&#8221;blank&#8221; style=&#8221;flat&#8221; background=&#8221;#188098&#8243; size=&#8221;5&#8243; icon=&#8221;icon: cogs&#8221;]Grab WP Mobile Detect here[/su_button]</p>
<p>&nbsp;</p>
<h2>Sticky Widget</h2>
<p><strong>Need a widget to follow the user as they scroll up and down your page?</strong> Sticky Widget is your answer. To be honest, a vanilla install of this one may not work perfectly with your theme of choice straight away. If the widget appears to &#8220;jump&#8221; or conflicts with another floating element, it may require a bit of coding to fix. But, if this is a feature you need, it&#8217;s the best plugin for the job.</p>
<p>[su_button url=&#8221;https://wordpress.org/plugins/q2w3-fixed-widget/&#8221; target=&#8221;blank&#8221; style=&#8221;flat&#8221; background=&#8221;#188098&#8243; size=&#8221;5&#8243; icon=&#8221;icon: cogs&#8221;]Grab Sticky Widget here[/su_button]</p>
<p>&nbsp;</p>
<h2>WP Missed Schedule</h2>
<p>Easily the simplest plugin on this list, but <strong>if you ever schedule posts to publish at a later date on your blog you need this one</strong>. Unfortunately even as of 2015, there&#8217;s an ongoing error that causes scheduled WordPress posts to occasionally be &#8220;missed&#8221; by the publish action. The result is a post caught in limbo. An out of the box copy of WordPress recognizes this issue&#8211;if this happens to a post you scheduled it will display with a &#8220;Missed Schedule&#8221; notation next to it. However, this does nothing to fix the problem. Install and activate WP Missed Schedule and you&#8217;re all set.</p>
<p>[su_button url=&#8221;https://wordpress.org/plugins/wp-missed-schedule/&#8221; target=&#8221;blank&#8221; style=&#8221;flat&#8221; background=&#8221;#188098&#8243; size=&#8221;5&#8243; icon=&#8221;icon: cogs&#8221;]Grab WP Missed Schedule here[/su_button]</p>
<p>&nbsp;</p>
<h4>Know of any other simple, but essential WordPress plugins? Let me know in the comments!</h4>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kirin3.tech/4-simple-but-essential-wordpress-plugins/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
