<?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>WordPress Tutorials | ENFEW</title>
	<atom:link href="https://enfew.com/category/wordpress-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>https://enfew.com/category/wordpress-tutorials/</link>
	<description></description>
	<lastBuildDate>Mon, 24 Jun 2024 22:25:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://enfew.com/wp-content/uploads/2024/03/cropped-enfew-favicon-32x32.png</url>
	<title>WordPress Tutorials | ENFEW</title>
	<link>https://enfew.com/category/wordpress-tutorials/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>5 Tutorials On How To Add Pagination Without Plugins In WordPress</title>
		<link>https://enfew.com/5-tutorials-on-how-to-add-pagination-without-plugins-in-wordpress/</link>
					<comments>https://enfew.com/5-tutorials-on-how-to-add-pagination-without-plugins-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Wed, 05 Jan 2011 08:23:40 +0000</pubDate>
				<category><![CDATA[WordPress Tutorials]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=1753</guid>

					<description><![CDATA[<p>1. How to: Integrate a pagination in your WordPress theme When creating a premium WordPress theme, it is really better to use a pagination instead of the good old “previous page” and “next page” links. Sure, there’s plugins, but what about embeding a pagination without asking the user to install a plugin? In this tutorial, I’ll [&#8230;]</p>
<p>The post <a href="https://enfew.com/5-tutorials-on-how-to-add-pagination-without-plugins-in-wordpress/">5 Tutorials On How To Add Pagination Without Plugins In WordPress</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>1. <a href="http://www.catswhocode.com/blog/how-to-integrate-a-pagination-in-your-wordpress-theme" target="_blank" rel="noopener">How to: Integrate a pagination in your WordPress theme</a></h3>
<p>When creating a premium WordPress theme, it is really better to use a pagination instead of the good old “previous page” and “next page” links. Sure, there’s plugins, but what about embeding a pagination without asking the user to install a plugin? In this tutorial, I’ll show you how to directly integrate the Wp-PageNavi plugin in your WordPress theme.</p>
<h3>2. <a href="http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin" target="_blank" rel="noopener">How to build a WordPress Post Pagination without plugin </a></h3>
<p>WordPress only comes bundled with the “next page” and “previous page” links to navigate between different blog overview pages. If you happen to have a blog with a lot of posts or simply want to offer a better user experience I would recommend to remove those links and replace them with a pagination like most people (including me) are using in their templates.</p>
<h3>3. <a href="http://wpengineer.com/2078/custom-pagination-without-wordpress-plugins/" target="_blank" rel="noopener">Custom Pagination without WordPress Plugins</a></h3>
<p>On day 9 of our Advents Calendar we show a custom pagination function which allows a user to insert custom next, previous or numbered page links into a post. Use the follow code for an custom plugin or insert the function in your theme, inside the functions.php. Please see the second code-area for an example to hook inside the function for custom parameters.</p>
<h3>4. Create Post Pagination without Plugin </h3>
<p>his method only using litle bit functions and we can use it easely. Original Source code by Kriesi. Thanks for creating wonderful tutorial.</p>
<h3>5. <a href="http://www.blogsrain.com/blog/2010/08/how-to-integate-pagination-in-wordpress-without-plugins/" target="_blank" rel="noopener">How to Integrate Pagination in WordPress without Plugins</a></h3>
<p>Many of us will be in this situation, where we have to split the content into multiple pages for better accessibility. Luckily wordpress supports pagination concept and we can implement it on the fly using this simple code below</p>
<p>&#8212; If you know any other tutorial about pagination in wordpress, please share with us. It will really help our users.</p>
<p>The post <a href="https://enfew.com/5-tutorials-on-how-to-add-pagination-without-plugins-in-wordpress/">5 Tutorials On How To Add Pagination Without Plugins In WordPress</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/5-tutorials-on-how-to-add-pagination-without-plugins-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Get Your WordPress API Key At WordPress.com</title>
		<link>https://enfew.com/how-to-get-your-wordpress-api-key-at-wordpress-com/</link>
					<comments>https://enfew.com/how-to-get-your-wordpress-api-key-at-wordpress-com/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 08:06:05 +0000</pubDate>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[Api Key]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=31</guid>

					<description><![CDATA[<p>WordPress API key is the main integration key that creates a secure bridge between your wordpress.org blog and wordpress.com&#8217;s Akismet service. Whether you need to protect your WordPress blog from spam with Akismet or use the WP Stats Plugin, you always need a WordPress api key. Its really easy process and wont take more than [&#8230;]</p>
<p>The post <a href="https://enfew.com/how-to-get-your-wordpress-api-key-at-wordpress-com/">How To Get Your WordPress API Key At WordPress.com</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="alignright" title="wordpress-signup-form" src="http://www.enfew.com/wp-content/uploads/2010/07/wordpress-signup-form.png" alt="wordpress signup form" width="345" height="224" /><strong>WordPress </strong>API key is the main integration key that creates a secure bridge between your wordpress.org blog</p>
<p style="text-align: left;">and wordpress.com&#8217;s Akismet service. Whether you need to protect your WordPress blog from spam with Akismet or <span id="more-5342"></span>use the WP Stats Plugin, you always need a WordPress api key. Its really easy process and wont take more than 2 mins.</p>
<h4 style="text-align: left;">Go To WordPress.com and register account</h4>
<p style="text-align: left;">
<p style="text-align: left;">Go To WordPress.com and Sign Up for new account, If you already have account in wordpress.com then you can skip this step.</p>
<p style="text-align: left;">
<h4 style="text-align: left;">Log in your WordPress.com account and  click on My Dashboard</h4>
<p><img decoding="async" class="size-full wp-image-37   aligncenter" title="wordpress-dashboard" src="http://www.enfew.com/wp-content/uploads/2010/07/wordpress-dashboard.png" alt="" width="391" height="91" /></p>
<h4 style="text-align: left;">And Click On &#8220;Personal Settings&#8221; under Users Tab</h4>
<p><img decoding="async" class="size-full wp-image-49 aligncenter" title="personal-settings-wordpress-dashboard-screenshot" src="http://www.enfew.com/wp-content/uploads/2010/07/personal-settings-wordpress-dashboard-screenshot.png" alt="" width="152" height="132" /></p>
<h4>And Thats It!. Don&#8217;t share  your API key, it&#8217;s like a password.</h4>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-58" title="wordpress-api-key" src="http://www.enfew.com/wp-content/uploads/2010/07/wordpress-api-key.png" alt="wordpress-api-key" width="583" height="164" /></p>
<p>Let us  know if you have any questions related to wordpress api key in below in comment form.</p>
<p>The post <a href="https://enfew.com/how-to-get-your-wordpress-api-key-at-wordpress-com/">How To Get Your WordPress API Key At WordPress.com</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/how-to-get-your-wordpress-api-key-at-wordpress-com/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
