<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>The popular CMS WordPress manual for Bloggers</title>
	<atom:link href="https://jharaphula.com/category/wordpress-for-bloggers/feed/" rel="self" type="application/rss+xml" />
	<link>https://jharaphula.com/category/wordpress-for-bloggers/</link>
	<description>Blog for SEO Guest Posting, Digital Marketing or Home Remedies</description>
	<lastBuildDate>Sun, 12 Apr 2026 10:58:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>WordPress Custom plugin Development Tutorial with Sample Codes</title>
		<link>https://jharaphula.com/wordpress-custom-plugin-development-tutorial-with-sample-codes/</link>
		
		<dc:creator><![CDATA[Web Master]]></dc:creator>
		<pubDate>Mon, 24 Nov 2025 11:43:39 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[Actual WordPress Design]]></category>
		<category><![CDATA[Tutorial with Sample Codes]]></category>
		<category><![CDATA[WordPress Custom plugin]]></category>
		<guid isPermaLink="false">https://jharaphula.com/?p=101421</guid>

					<description><![CDATA[<img width="300" height="182" src="https://jharaphula.com/wp-content/uploads/2025/11/wp-develop-300x182.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="WordPress Custom plugin Development Tutorial with Sample Codes" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" fetchpriority="high" srcset="https://jharaphula.com/wp-content/uploads/2025/11/wp-develop-300x182.jpg 300w, https://jharaphula.com/wp-content/uploads/2025/11/wp-develop.jpg 610w" sizes="(max-width: 300px) 100vw, 300px" /><p>WordPress powers over 40% of all websites on the internet, making it the most popular content management system (CMS) in the world. One of the...</p>
<p>The post <a href="https://jharaphula.com/wordpress-custom-plugin-development-tutorial-with-sample-codes/">WordPress Custom plugin Development Tutorial with Sample Codes</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="182" src="https://jharaphula.com/wp-content/uploads/2025/11/wp-develop-300x182.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="WordPress Custom plugin Development Tutorial with Sample Codes" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" srcset="https://jharaphula.com/wp-content/uploads/2025/11/wp-develop-300x182.jpg 300w, https://jharaphula.com/wp-content/uploads/2025/11/wp-develop.jpg 610w" sizes="(max-width: 300px) 100vw, 300px" /><p>WordPress powers over 40% of all websites on the internet, making it the most popular content management system (CMS) in the world. One of the key strengths of WordPress is its extensibility, allowing developers to create custom plugins that enhance functionality beyond the core features. WordPress Custom plugin Development Tutorial <a href="https://jharaphula.com/category/business-radar/">enables businesses</a> and individuals to tailor their websites to specific needs, improving performance, security, and user experience.</p>
<h2>Sample WordPress Plugin</h2>
<p>The <a href="https://wordpress.org/plugins/i20-sidebar-widgets/" rel="noopener" target="_blank">i20 Sidebar Widgets plugin</a> is a WordPress extension designed to simplify the process of adding, managing, and customizing widgets in your website’s sidebar. Widgets are small blocks that perform specific functions, such as displaying recent posts, social media feeds, or custom HTML content. The i20 Sidebar Widgets plugin enhances WordPress’s default widget functionality by offering additional customization options, drag-and-drop ease, and improved control over widget placement. These Widgets are versatile and user-friendly solution for enhancing WordPress websites with dynamic, customizable sidebars. Whether you’re a beginner or an advanced user, its intuitive interface and powerful features make it an excellent choice for improving site navigation and engagement. By following best practices and leveraging its conditional display options, you can create a more personalized and efficient browsing experience for your audience.</p>
<h3>How to Install and Configure i20 Sidebar Widgets</h3>
<p>Step 1: Installation </p>
<p>1. Log in to your WordPress admin dashboard.<br />
2. Navigate to Plugins > Add New.<br />
3. Search for i20 Sidebar Widgets.<br />
4. Click Install Now and then Activate.</p>
<p>Step 2: Creating a New Sidebar </p>
<p>1. Go to Appearance > Widgets.<br />
2. Locate the i20 Sidebar Widgets section.<br />
3. Click Add New Sidebar, provide a name, and configure display conditions if needed.</p>
<p>Step 3: Adding Widgets </p>
<p>1. Drag desired widgets from the available options into your newly created sidebar.<br />
2. Configure widget settings (e.g., titles, content, visibility rules).<br />
3. Save changes.</p>
<p>Step 4: Assigning Sidebars to Pages </p>
<p>1. Edit a page or post where you want the sidebar to appear.<br />
2. In the editor, locate the Sidebar Settings meta box.<br />
3. Select the desired sidebar from the dropdown menu.<br />
4. Update or publish the page.</p>
<h2>WordPress Custom plugin Development Tutorial</h2>
<p>To develop a Custom Shortcode based WordPress plugin first you need to prepare the folder structure as shown in below.</p>
<p><img decoding="async" width="1030" height="427" class="alignnone size-full wp-image-101423" src="https://jharaphula.com/wp-content/uploads/2025/11/oTMfq4LA.jpg" alt="" srcset="https://jharaphula.com/wp-content/uploads/2025/11/oTMfq4LA.jpg 1030w, https://jharaphula.com/wp-content/uploads/2025/11/oTMfq4LA-300x124.jpg 300w, https://jharaphula.com/wp-content/uploads/2025/11/oTMfq4LA-1024x425.jpg 1024w" sizes="(max-width: 1030px) 100vw, 1030px" /></p>
<p>Here core-init.php you need to define file path (like JS or CSS files). Then using a public function make it accessible from sidebar-widgets.php.</p>
<pre class="brush: php; title: ; notranslate">if (!defined('WPINC')) { die; }
define('ITSW_CORE_INC',dirname( __FILE__ ).'/assets/includes/');
define('ITSW_CORE_CSS',plugins_url('assets/css/', __FILE__ ));
define('ITSW_CORE_JS',plugins_url('assets/js/', __FILE__ ));

function itsw_register_core_css(){
wp_enqueue_style('itsw-core', ITSW_CORE_CSS . 'jhp_main.css',null,time(),'all');
};
add_action('wp_enqueue_scripts', 'itsw_register_core_css'); 
add_action('admin_enqueue_scripts', 'itsw_register_core_css');   
/*
*  Register JS/Jquery Ready
*/
function itsw_register_core_js(){
// Register Core Plugin JS  
wp_enqueue_script('itsw-core', ITSW_CORE_JS . 'jhp-core.js',null,time(),true);
};
add_action('wp_enqueue_scripts', 'itsw_register_core_js'); 
add_action('admin_enqueue_scripts', 'itsw_register_core_js');  
/*
*  Includes
*/
// Load the Shortcodes
if ( file_exists(ITSW_CORE_INC . 'jhp-shortcodes.php')) {
    require_once ITSW_CORE_INC . 'jhp-shortcodes.php';
}</pre>
<p>As per WordPress assets folder is mandatory. Where you can Store CSS and JS files.</p>
<p>To Store wp global variables use sidebar-widgets.php file as shown in the Folder structure. Sample Codes shared below.</p>
<pre class="brush: php; title: ; notranslate">if (!defined('WPINC')) { die; }

// Let's Initialize Everything
if (file_exists(plugin_dir_path( __FILE__ ) . 'core-init.php')) {
require_once(plugin_dir_path( __FILE__ ) . 'core-init.php');

if (get_option('itsw_how_many_records') === false ) {
    update_option('itsw_how_many_records', 20);
}

if (get_option('itsw_height_of_i20_sidebar') === false ) {
    update_option('itsw_height_of_i20_sidebar', 520);
}

if (get_option('itsw_dropdown_border') === false ) {
    update_option('itsw_dropdown_border', 1);
}

if (get_option('itsw_dropdown_image') === false ) {
    update_option('itsw_dropdown_image', 1);
}
    
ob_end_clean();
}</pre>
<p>Here I am using ob_end_clean(); for removing unwanted white-spaces. In this kinds of variables itsw_how_many_records I am storing records count and in itsw_height_of_i20_sidebar storing height in pixels.</p>
<p>/assets/includes/jhp-shortcodes.php this is the main file which used to place HTML and functionalities. Here you need to create your shortcode function.</p>
<pre class="brush: php; title: ; notranslate">add_action( 'init', 'itsw_register_shortcodes');

if (!function_exists('itsw_register_shortcodes')) {
    function itsw_register_shortcodes(){
        // Registered Shortcodes
        add_shortcode ('i20_Sidebar_Widgets', 'itsw_plugin_form_display');
    };
}</pre>
<h2>Why Develop a Custom Plugin?</h2>
<p><strong>1. Unique Functionality</strong> – Pre-built plugins may not always meet specific business needs. A custom plugin ensures that the required features are implemented exactly as needed. </p>
<p><strong>2. Performance Optimization</strong> – Generic plugins often include unnecessary code, slowing down a website. Custom plugins are lightweight and optimized for efficiency. </p>
<p><strong>3. Security</strong> – Third-party plugins can pose security risks if not regularly updated. Custom plugins reduce vulnerabilities by limiting external dependencies. </p>
<p><strong>4. Scalability</strong> – As a business grows, a custom plugin can be easily modified to accommodate new features without relying on third-party updates. </p>
<p><strong>5. Integration</strong> – Custom plugins can seamlessly integrate with other systems, APIs, or databases, providing a unified solution.</p>
<h2>Prerequisites for Plugin Development</h2>
<p>Before developing a WordPress plugin, a developer should have: Basic knowledge of PHP, HTML, CSS, and JavaScript. Familiarity with WordPress core functions and hooks (actions and filters). A local development environment (e.g., XAMPP, Local by Flywheel, or Docker). A code editor (e.g., VS Code, Sublime Text, or PHPStorm).</p>
<h2>The Advantages of Using WordPress Plugins</h2>
<p>WordPress is one of the most popular content management systems (CMS) in the world, powering over 40% of all websites on the internet. One of the key reasons for its widespread adoption is its flexibility, largely due to the extensive library of plugins available. WordPress plugins are software components that add specific features and functionalities to a website without requiring users to write custom code. These plugins enhance the website’s performance, security, design, and user experience, making them indispensable for both beginners and experienced developers.</p>
<h3>1. Easy to Install and Use</h3>
<p>One of the biggest advantages of WordPress plugins is their ease of installation and use. Unlike traditional software that requires complex coding knowledge, plugins can be installed with just a few clicks from the WordPress dashboard. Users can browse the official WordPress Plugin Directory, select a plugin, and activate it immediately. Many plugins also come with intuitive interfaces, allowing users to configure settings without technical expertise. This simplicity makes WordPress accessible to non-developers while still offering powerful customization options.</p>
<h3>2. Extends Website Functionality</h3>
<p>WordPress plugins allow users to add almost any feature they need without writing a single line of code. Whether it’s adding a contact form, integrating an e-commerce store, improving SEO, or enabling multilingual support, there’s likely a plugin available for the task. For example, WooCommerce transforms a standard WordPress site into a fully functional online store, while Yoast SEO helps optimize content for search engines. This extensibility ensures that WordPress can adapt to various business needs, from blogs to corporate websites.</p>
<h3>3. Saves Time and Development Costs</h3>
<p>Developing custom features from scratch can be time-consuming and expensive. Plugins eliminate the need for hiring developers for every small functionality, significantly reducing costs. Instead of spending weeks coding, users can install a plugin in minutes and have the desired feature up and running immediately. This is particularly beneficial for small businesses and startups with limited budgets, allowing them to compete with larger enterprises without heavy investments in web development.</p>
<h3>4. Enhances Website Performance</h3>
<p>Performance optimization is crucial for user experience and search engine rankings. Plugins like WP Rocket and W3 Total Cache improve website speed by caching content, compressing images, and minimizing CSS and JavaScript files. Faster loading times reduce bounce rates and improve engagement, ensuring visitors stay longer on the site. Additionally, performance optimization plugins help websites rank higher on search engines, as page speed is a key ranking factor for Google.</p>
<h3>5. Improves Security</h3>
<p>Website security is a major concern, especially with increasing cyber threats. WordPress plugins such as Wordfence and Sucuri provide robust security features, including malware scanning, firewall protection, and brute-force attack prevention. These plugins regularly update their defenses to counter new threats, ensuring websites remain secure. For businesses handling sensitive data, security plugins are essential for maintaining trust and compliance with data protection regulations.</p>
<h2>Conclusion</h2>
<p>This WordPress Custom plugin Development Tutorial empowers developers to create tailored solutions that enhance website functionality, security, and performance. By following best practices in coding, security, and optimization, a well-built plugin can provide long-term value without relying on third-party solutions. Whether for a simple shortcode or a complex API integration, mastering plugin development unlocks the full potential of WordPress as a flexible and scalable platform.</p>
<p>The post <a href="https://jharaphula.com/wordpress-custom-plugin-development-tutorial-with-sample-codes/">WordPress Custom plugin Development Tutorial with Sample Codes</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2025/11/wp-develop.jpg" medium="image" />
	</item>
		<item>
		<title>WordPress Tricks to keep your Website Secure from Hacking</title>
		<link>https://jharaphula.com/wordpress-tricks-website-secure/</link>
					<comments>https://jharaphula.com/wordpress-tricks-website-secure/#respond</comments>
		
		<dc:creator><![CDATA[Rupamati Roy]]></dc:creator>
		<pubDate>Thu, 01 Aug 2019 13:54:36 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[Business Website Owners]]></category>
		<category><![CDATA[Essential WordPress Plugins]]></category>
		<category><![CDATA[Keep your Website Secure]]></category>
		<category><![CDATA[Speed Up your Website]]></category>
		<category><![CDATA[WordPress Tricks]]></category>
		<guid isPermaLink="false">http://jharaphula.com/?p=19189</guid>

					<description><![CDATA[<img width="300" height="189" src="https://jharaphula.com/wp-content/uploads/2019/08/wordpress-tricks-website-secure-300x189.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="WordPress Tricks to keep your Website Secure from Hacking" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2019/08/wordpress-tricks-website-secure-300x189.jpg 300w, https://jharaphula.com/wp-content/uploads/2019/08/wordpress-tricks-website-secure.jpg 609w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>We&#8217;ve heard that many website owners complain about WordPress security. The idea is that an open source script is weak for all kinds of attacks....</p>
<p>The post <a href="https://jharaphula.com/wordpress-tricks-website-secure/">WordPress Tricks to keep your Website Secure from Hacking</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="189" src="https://jharaphula.com/wp-content/uploads/2019/08/wordpress-tricks-website-secure-300x189.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="WordPress Tricks to keep your Website Secure from Hacking" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2019/08/wordpress-tricks-website-secure-300x189.jpg 300w, https://jharaphula.com/wp-content/uploads/2019/08/wordpress-tricks-website-secure.jpg 609w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>We&#8217;ve heard that many website owners complain about WordPress security. The idea is that an open source script is weak for all kinds of attacks. Fortunately, lack of WordPress security is a myth; in fact, sometimes there is no other way around it &#8211; WordPress websites are much safer than their online brothers and sisters. We plan to discuss a few simple tips that can help you protect your WordPress website further. After applying these strategies and continuously complying with WordPress security checks, you will be better off in your way to protect your WordPress website.</p>
<p>Everyone knows the standard WordPress login page. The backend of the website is accessed there, and that&#8217;s why people try to use animals in their way. Simply add /wp-login.php or / wp-admin / at the end of your domain name and go there. What we recommend is the customization of the login page URL and page interaction. This is the first time we start saving our website. Because this is usually the point of is the issue that their site has got hacked. There are some responsibilities that you have to look for as a website owner. So the main question is, what are you doing to protect your site from hacking? Protecting the login page and blocking the attacks of the evil force is one of the best.</p>
<h2>Set up a Website with Lock-down Feature and Restrict users things for you</h2>
<p>A lock-down feature for unsuccessful login attempts can solve a big problem with the smooth muddy power effort. When hacking is attempted with incorrect password retraction, the site is locked and you are notified of this unauthorized activity. We have found that iThemes Security plugin is one of the best plugins, and we are using it for a while. There is a lot to offer in this regard. With more spectacular WordPress security measures, you can make sure to confirm login attempts before blocking the attacker&#8217;s IP address.</p>
<h2>Use Two-factor Authentication for WordPress Security</h2>
<p>Introducing a two-factor authentication module on the login page is <strong><a href="https://jharaphula.com/types-of-network-topology-diagram/">another great security measure</a></strong>. In this case, the user provides login details for two separate sections. Website owner decides what they are. It can be a regular password, a secret code, a set of letters, or more popular, and the Google Authenticator app that sends a password to your phone. In this way, only someone with your phone can log in to your site.</p>
<p>Cyberattacks, such as brute force attacks and credential stuffing, exploit weak or stolen passwords. Hackers use automated tools to guess login credentials, and if successful, they can take control of your website, inject malicious code, or steal sensitive data. Two-factor authentication mitigates this risk by requiring a second form of verification beyond just a password.</p>
<p>Two-factor authentication is a simple yet powerful way to enhance WordPress security. By requiring an additional verification step, it drastically reduces the risk of unauthorized access, even if passwords are compromised. Implementing 2FA through reliable plugins and following best practices ensures that your website remains protected against evolving cyber threats. Prioritizing security today can prevent costly breaches in the future.</p>
<h2>Use your Email to Login</h2>
<p>By default, you have to give your username to login to WordPress. Using an email ID instead of a username is a more secure approach. The reasons are very clear. Usernames are easy to guess, while there are no emails IDs. Additionally, any WordPress user account has been created with a unique e-mail address, in which it is a valid identifier to log in. Many WordPress security plugins allow you to establish a login page so that all users are used to log in to their email addresses.</p>
<h2>To Save your WordPress Website, Rename your login URL</h2>
<p>Changing the Login URL is an easy task by default, WordPress login pages can be accessed easily by wp-login.php or wp-admin by adding them to the site&#8217;s main URL.</p>
<p>When hackers know the direct URL of your login page, they can try to get their queries registered. They try to log in with their GWDb. At this point, we have already restricted user login attempts and swapped the username for the email ID. Now we can change the login URL and we can get rid of the evil force attack directly. You can take the help of experts who provide WordPress Security Services. This small move prohibits an unauthorized person from accessing the login page. Only someone with the right person can do it. Once again, the iThemes security plugin can help you to change your login URL with these steps.</p>
<ul>
<li>Change wp-login.php to something unique; e.g. my_new_login</li>
<li>Change /wp-admin/ to something unique; e.g. my_new_admin</li>
<li>Change /wp-login.php? Action=register to something unique; e.g. my_new_registeration</li>
</ul>
<h2>Adjust your Passwords</h2>
<p>Play around with your password and change them regularly to save your WordPress website. <a href="https://jharaphula.com/how-to-increase-stamina-boosting-foods/" target="_blank" rel="noopener noreferrer">Improve your strength</a> by adding uppercase and lowercase letters, numbers and special symbols. Many people choose long passphrases because peaks can be impossible to predict but it is easy to remember easily with random numbers and a set of letters. This is the place where some quality password administrators play. They will not only create a secure password for you but will then save them inside the safe vault, which will save you the trouble of remembering them. Here is a depth comparison of ours watching into the good password managers in the market.</p>
<h2>Automatically Log idle users Out of your Sites</h2>
<p>Users leaving your site&#8217;s WP-admin panel on your Schools page may have a severe WordPress security hazard. Any passerby can change information on your website, change a user&#8217;s account, or complete your site. It may break this way. You can set it up using a plug-in such as Bullet Profit Protection, this plugin allows you to set a customized time limit for inactive users, after which they will automatically be logged out.</p>
<p>Automatically logging out idle users is a crucial security measure that safeguards both users and organizations. By implementing a well-configured timeout system, websites can mitigate risks without compromising usability. Whether through server-side controls, client-side scripts, or a combination of both, proactive session management ensures a safer online experience for everyone.</p>
<p>These steps will <strong><a href="https://jharaphula.com/top-20-free-guest-posting-sites/">help in maintain your site security</a></strong> by keeping you safe. If you still find a difficulty then you should contact WordPress Experts for WordPress help.</p>
<h2>Final Thoughts</h2>
<p>Securing a WordPress website requires a proactive approach. By implementing these security measures—keeping software updated, using strong authentication, enabling firewalls, and performing regular backups—you can significantly reduce the risk of cyberattacks. A secure website not only protects your data but also enhances user trust and ensures smooth operations. Stay vigilant and continuously monitor your site for potential threats to maintain long-term security.</p>
<p>The post <a href="https://jharaphula.com/wordpress-tricks-website-secure/">WordPress Tricks to keep your Website Secure from Hacking</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/wordpress-tricks-website-secure/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2019/08/wordpress-tricks-website-secure.jpg" medium="image" />
	</item>
		<item>
		<title>Use of Code Editors in WordPress Design and Top Editors to Try</title>
		<link>https://jharaphula.com/code-editors-wordpress-design/</link>
					<comments>https://jharaphula.com/code-editors-wordpress-design/#respond</comments>
		
		<dc:creator><![CDATA[Biswabhusan Panda]]></dc:creator>
		<pubDate>Tue, 26 Sep 2017 12:06:17 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[Actual WordPress Design]]></category>
		<category><![CDATA[Crucial WordPress Skills]]></category>
		<category><![CDATA[Editors in WordPress]]></category>
		<category><![CDATA[Top Editors to Try]]></category>
		<category><![CDATA[Use of Code Editors]]></category>
		<guid isPermaLink="false">http://jharaphula.com/?p=10014</guid>

					<description><![CDATA[<img width="300" height="191" src="https://jharaphula.com/wp-content/uploads/2017/09/wordpress-code-editor-300x191.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Use of Code Editors in WordPress Design and Top Editors to Try" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2017/09/wordpress-code-editor-300x191.jpg 300w, https://jharaphula.com/wp-content/uploads/2017/09/wordpress-code-editor.jpg 610w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Just as a painter needs his brush to create a masterpiece, WordPress website and blog designers cum developers need their unique set of tools to...</p>
<p>The post <a href="https://jharaphula.com/code-editors-wordpress-design/">Use of Code Editors in WordPress Design and Top Editors to Try</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="191" src="https://jharaphula.com/wp-content/uploads/2017/09/wordpress-code-editor-300x191.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Use of Code Editors in WordPress Design and Top Editors to Try" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2017/09/wordpress-code-editor-300x191.jpg 300w, https://jharaphula.com/wp-content/uploads/2017/09/wordpress-code-editor.jpg 610w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Just as a painter needs his brush to create a masterpiece, WordPress website and blog designers cum developers need their unique set of tools to get the job done. There are many built-in tools and <a href="https://jharaphula.com/best-wordpress-plugins-optimize-pagespeed/" rel="noopener noreferrer" target="_blank">plug-ins available on WordPress</a> at your disposal. However, skilled developers do most of the work by using simple text editors.</p>
<p>If you are getting on to advanced level for theme development, you may need good code editors to configure the core files, change styles, edit the templates and so on. So, if you are serious about doing hand coding of your WordPress blog, it is essential to get the right text editor tool first.</p>
<p><em>&#8220;Give me 6 hours to chop down a tree, and I may spend the first 4 sharpening my ax.&#8221;</em> &#8211; <strong>Abraham Lincoln</strong></p>
<p>To ensure that you get the sharpest of the metaphorical axes in WordPress development, let&#8217;s have an overview of some of the top code editors for professional developers to use.</p>
<h3>Why use a code editor?</h3>
<p>Before discussing the actual tools, let&#8217;s have a quick look at why you need a specialized code editor in the first place.</p>
<p>Depending on your needs in design and development, code editors can play vital in ensuring that you get all must-have features included on your blog or you can add those features through extensions. Some of the major features to consider when using a professional code editor include:</p>
<h3>1. Auto-completion</h3>
<p>You may already be accustomed to this feature while texting on your phone or using basic word processors. As the name suggests, auto-complete will help the hand-coders to write codes without the need to type each instance entirely. As you start typing, the text editors will show suggestions, and you can choose the one that meets your needs to save time and effort.</p>
<h3>2. Various programming language support</h3>
<p>First of all, it is important to ensure that the code editor supports the programming language that you work with. When it comes to design and development of websites and blogs, it may be mostly HTML, CSS, PHP, and JavaScript. Most of the advanced text editors support all programming languages by default.</p>
<h3>3. Syntax highlight and layout options</h3>
<p>When it comes to scripting, programming, and using markup languages, it is very useful to have automatic highlighting feature. Professional text editors will highlight various elements in the code syntax in different colors. This feature makes it easier for the developers to differentiate the codes and spot syntax errors. Some code editors also have additional layout options such as automatic indentation and code folding.</p>
<h3>4. Search and replace</h3>
<p>While designing complex websites using WordPress, you may have to often change something site-wide, like changing a current color code or a JavaScript variable. It may be a tedious task to search for every single instance and correct the code. It is more troublesome when you are working with several files such as handling multiple style sheets. It is ideal to have a powerful search and replace functionality to do this automatically.</p>
<h3>5. Version control</h3>
<p>Version control is a feature to safeguard your effort. While you do continuous edits on the text editor, there is every possibility that you may go wrong at any point. Version control will help you to go back to the older version of your work and undo the mistakes. This is an essential need when you are working on bigger projects.</p>
<p>All these features will <a href="https://jharaphula.com/how-to-start-wordpress-blog/" rel="noopener noreferrer" target="_blank">help to create WordPress blogs</a> much quicker and easier.</p>
<p>Now let’s look into the best code editors for WordPress development. However, choosing an apt code editor from these may purely depend on your personal preferences and usage.</p>
<h3>1. Light Table code editor</h3>
<p>It is a free, open source code editor that you can find on GitHub. Light Table can work on all platforms like Windows, Linux, and Mac. It offers a clean interface and highly customizable extensions. The major features of this text editor are:</p>
<ul>
<li>Instant feedback</li>
<li>Feather weight</li>
<li>Fuzzy file search</li>
<li>Supporting various embeds</li>
<li>Debugging</li>
<li>Syntax highlighting</li>
</ul>
<h3>2. UltraEdit code editor</h3>
<p>It costs about $79.95 per year and supports Windows, Mac OS, and Linux. You can use UltraEdit for various programming languages such as PHP, HTML, Perl, JS, C, CPP, Python and more. Even though it is a paid tool, you can get the advantages of working with a premium product with active support and development. Key features of UnltraEdit are:</p>
<ul>
<li>File comparison</li>
<li>Multi-pane and multi-tab editing</li>
<li>Dedicated FTP client</li>
<li>Syntax highlighting</li>
<li>Integrated telnet / SSH</li>
<li>Data and file sorting</li>
<li>Editor themes</li>
</ul>
<h3>3. Atom code editor</h3>
<p>Atom is another free, open source code editor, which is comparatively a new addition to the range of GitHub code editors. It can also work with all the main operating systems. However, it is best suited to the WordPress developers. You get many customizable and highly extendable features with this tool. There is a core module which has a large number of user-specific packages. The additional features include:</p>
<ul>
<li>Instant use code snippets</li>
<li>Fuzzy search</li>
<li>File system browser</li>
<li>Pan search and replace</li>
<li>Multiple pane views</li>
<li>Code folding</li>
</ul>
<h3>4. RapidPHP code editor</h3>
<p>It is a paid tool starting from $35.95 and dedicated for Windows by ensuring a premium speed as per the name suggests. Even though it specifies PHP, the software supports HTML, CSS, JavaScript, and other web development programs too with advanced features like autocomplete, syntax highlighting, debugging, and auto-formatting. Rapid PHP directly connects to FTP and FTPS servers and is powered by file management tools as well as Git integration. There is a trial version which developers can use for 30 times before going for purchase. Secondary features are:</p>
<ul>
<li>Code folding</li>
<li>HTML5 and CSS3 ready</li>
<li>Compatibility watch for CSS</li>
<li>Search and replace capabilities</li>
<li>Code snippets for easy reuse</li>
<li>Mobile development support</li>
</ul>
<p>Whichever code editor you choose for WordPress design and development, it is essential to understand the strength and weaknesses of each to enjoy maximum benefits. There are many other advanced code editors available, and choosing one will ultimately depend on your needs and budget.</p>
<p>The post <a href="https://jharaphula.com/code-editors-wordpress-design/">Use of Code Editors in WordPress Design and Top Editors to Try</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/code-editors-wordpress-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2017/09/wordpress-code-editor.jpg" medium="image" />
	</item>
		<item>
		<title>14 key Features of Under Construction Page Plugin</title>
		<link>https://jharaphula.com/under-construction-plugin-review/</link>
					<comments>https://jharaphula.com/under-construction-plugin-review/#respond</comments>
		
		<dc:creator><![CDATA[Biswabhusan Panda]]></dc:creator>
		<pubDate>Thu, 24 Aug 2017 18:43:48 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[Create your Own plugin]]></category>
		<category><![CDATA[Essential WordPress Plugins]]></category>
		<category><![CDATA[Off-Page SEO Techniques]]></category>
		<category><![CDATA[SEO Checklist for Website]]></category>
		<category><![CDATA[Under Construction Plug]]></category>
		<guid isPermaLink="false">http://jharaphula.com/?p=9823</guid>

					<description><![CDATA[<img width="300" height="219" src="https://jharaphula.com/wp-content/uploads/2017/08/under-construction-300x219.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="14 key Features of Under Construction Page Plugin" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2017/08/under-construction-300x219.jpg 300w, https://jharaphula.com/wp-content/uploads/2017/08/under-construction.jpg 610w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Many times we have to page difficulties and issues just because some pages of our website crashes or need improvement, meanwhile, the users cannot stop...</p>
<p>The post <a href="https://jharaphula.com/under-construction-plugin-review/">14 key Features of Under Construction Page Plugin</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="219" src="https://jharaphula.com/wp-content/uploads/2017/08/under-construction-300x219.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="14 key Features of Under Construction Page Plugin" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2017/08/under-construction-300x219.jpg 300w, https://jharaphula.com/wp-content/uploads/2017/08/under-construction.jpg 610w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Many times we have to page difficulties and issues just because some <a href="https://jharaphula.com/sitemap/" target="_blank" rel="noopener noreferrer">pages of our website</a> crashes or need improvement, meanwhile, the users cannot stop using the site, and they have to face the poor quality of the site. It is a long process to update the page, link it and provide better landing speed meanwhile the users can’t wait too which damages the trust and image of your website. Therefore the solution to your problem is found and the Under Construction Plugin is launched. This simple, easy and fast plug in will help you to display the under construction or coming soon pages without a hassle meanwhile you can repair it.</p>
<p>Once the users see the under construction page, they can move to the next page and get a clear message without wasting their time. Under Construction page Plugin provides a variety of pages which can be created according to your need such as Under Construction Page, Maintenance Mode Page or Landing pages too. These pages can be installed less than a minute and truly save your time as well as very efficient especially when you are in trouble repairing and maintaining it.</p>
<h3>Don’t play with your website reputation</h3>
<p>In the era of digital technology and empowered social media the worst a user can get is a broken site and as soon as they encounter one, it can affect your rating, users can post reviews online as well as word of mouth can circulate more than any other news. Therefore it is essential to keep your site up to date as well as provide a user-friendly website which also includes informing your users about your sites under construction process. The Under construction plug in will also help the users to land on the other pages or just show them the coming soon, Website under construction and maintenance pages on display which can save the users from frustration as well as allow them to trust you again. The users once see such pages and messages can also get excited about the new content and features on your site which will improve your rating, and their reviews will become positive.</p>
<h3>Features of Under Construction Page Plugin</h3>
<p>There are some advanced and useful features of the Under Construction Page Plugin which can be very helpful and can save your time too. These features are mentioned below:</p>
<h3>1. Turn off with your choice turns on automatically</h3>
<p>You can turn off the under construction mode whenever you want. Set a date and time to end the under construction mode which will disable that mode on your chosen date and time, also it will turn itself on automatically so you don’t have to worry about anything.</p>
<h3>2. Supports Google Analytics</h3>
<p>This plugin also helps you monitor your site even on the under construction mode as it supports the Google Analytic and tracks activities on under construction mode.</p>
<h3>3. Themes, Colors and ideas</h3>
<p>Add Theme to your under construction pages, there more than 25+ themes available in this plugin.</p>
<p>There are lots of creative designs available which are not only engaging but convey your message in a better way too.</p>
<p>It is more fun as it has many designs, colors, and creative ideas to show the maintenance and construction pages of your website apart from the dull display of black and white.</p>
<h3>4. SEO</h3>
<p>This plugin also supports SEO so that you can choose the page title, description headings, and content according to it. This plugin allows you to control the SEO even when you are under construction and still maintain your rankings.</p>
<h3>5. Supports Social Medias</h3>
<p>It also supports the Social Media links and icons for the convenient use; the plugin keeps updating them as well. Some of the plugins are mentioned below:</p>
<p>Facebook, Twitter, Google+, LinkedIn, YouTube, Vimeo, Pinterest, Dribbble, Behance, Instagram, Email, Phone, Skype, Telegram, WhatsApp, Tumblr</p>
<h3>6. Supports Email Feature</h3>
<p>This plugin also supports the email so that the users can reach you anytime.</p>
<h3>7. Active Users</h3>
<p>It has more than more than 80K active users and reaching to 90K in coming days. Also, this plugin has grown on the speed of 10K users per month.</p>
<h3>8. New Designs</h3>
<p>It provides new designs to select from 2 times a month so you can have new display every time you go under construction. It has already many to choose from.</p>
<h3>9. Keep it Simple</h3>
<p>This plugin is straightforward, fast as well as easy for the beginners. All it takes is few minutes to install, and you can publish under construction or maintenance page of your liking within a minute. Since they have kept it simple, it is more easy and fun to use.</p>
<h3>10. Reviews and Ratings</h3>
<p>Not only have all this, but this plugin has received over 400+ reviews of 5 stars. One of the most satisfying plugins available on the internet.</p>
<h3>11. Less Manual Efforts</h3>
<p>Under construction, page plugin is supporting more and more caches each day which reduces the manual efforts.</p>
<h3>12. Free</h3>
<p>The most amazing thing about this plugin is its free of cost and pro version is coming soon.</p>
<h3>13. No bugs</h3>
<p>It has an excellent working reputation as only few bug reports are summated till now, adding there is not a single bug report in a month.</p>
<h3>14. Supports User</h3>
<p>This plugin also offers a Support care on which you can register your issues, bugs, problems and ideas if any, and their team will get back to you within 24 hours.</p>
<p>The post <a href="https://jharaphula.com/under-construction-plugin-review/">14 key Features of Under Construction Page Plugin</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/under-construction-plugin-review/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2017/08/under-construction.jpg" medium="image" />
	</item>
		<item>
		<title>How to Get the Actual WordPress Design and Development Services?</title>
		<link>https://jharaphula.com/wordpress-design-development-services/</link>
					<comments>https://jharaphula.com/wordpress-design-development-services/#respond</comments>
		
		<dc:creator><![CDATA[Biswabhusan Panda]]></dc:creator>
		<pubDate>Wed, 14 Jun 2017 18:08:23 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[Actual WordPress Design]]></category>
		<category><![CDATA[Build Communication]]></category>
		<category><![CDATA[Development Services]]></category>
		<category><![CDATA[Essential WordPress Plugins]]></category>
		<category><![CDATA[WordPress Blog]]></category>
		<guid isPermaLink="false">http://jharaphula.com/?p=8319</guid>

					<description><![CDATA[<img width="300" height="194" src="https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development-300x194.png" class="webfeedsFeaturedVisual wp-post-image" alt="How to get the actual WordPress Design and Development Services?" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development-300x194.png 300w, https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development-294x190.png 294w, https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development-106x70.png 106w, https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development.png 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Now wonder, if all web development companies promise such great services, then why there are low quality and incompetent websites? Who build those irksome web...</p>
<p>The post <a href="https://jharaphula.com/wordpress-design-development-services/">How to Get the Actual WordPress Design and Development Services?</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="194" src="https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development-300x194.png" class="webfeedsFeaturedVisual wp-post-image" alt="How to get the actual WordPress Design and Development Services?" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development-300x194.png 300w, https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development-294x190.png 294w, https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development-106x70.png 106w, https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development.png 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Now wonder, if all web development companies promise such great services, then why there are low quality and incompetent websites? Who build those irksome web designs? Several companies offering the same kind of services are showing up in the search results. So, how can one filter out the awful services to reach the right firms? The important aspect you need to know before hiring a web development company is will they provide the facilities they promised. </p>
<p>These days, WordPress is booming like never before and many entrepreneurs and online merchants know the boons of doing online business. They are well aware of the reach of the internet. They know how to turn their firms into incredible brands and they know how to make their customer’s happy and satisfied. This couldn’t be possible without a professional help. An individual should need to approach an actual WordPress design and development services to pursue his business career online.</p>
<p>Below mentioned are the significant factors to ponder before hiring any web company:</p>
<h3>Check the portfolio of a firm</h3>
<p>All the firms and organizations showcase their best work in the portfolios. It can help you to check the skills and capabilities of the company. Portfolio also contains the scope and quality experience of the web development firm. You can go through the websites and see whether a company is capable of producing high-quality work or not. Ensure that the WordPress websites are user-friendly, bugs free and efficient. On top of that, a client must ensure that the company’s overall style in their portfolio matches with your requirement and needs.</p>
<h3>Considerable experience</h3>
<p>The company in your consideration should have profound experience in WordPress, e-commerce, woo commerce, and other similar technologies. Seek whether the web designer who will actually be going to work on your site have expertise in WordPress technology. A designer must be able to accomplish your needs. Moreover, a WordPress developer must be proficient in building a highly interactive, <a href="https://jharaphula.com/responsive-design-best-practices/" rel="noopener noreferrer" target="_blank">user-friendly and responsive websites</a>.</p>
<h3>Meeting the deadlines</h3>
<p>Every project has a deadline or time frame within which the developer has to accomplish all the task. So, the companies must be continually committed to delivering the complete development packages on time. Completion time never depends on how simple the project is. Every website, where simple or complex, need at least 2-3 weeks to undergo all the procedures from the requirement analysis phase to the testing phase. If the company claims that they can deploy a project within 2-3 days, be doubtful. Hence, you must hire the company who will demand appropriate time with respect to your website requirements.</p>
<h3>Good communication skills</h3>
<p>Communication plays a crucial role along with the actual website designing and development. Simply avoid any individual who is unable to communicate well and responds late. You can assess their communication skills through initial calls, emails or proposals.</p>
<p>The aforementioned factors are important to consider before hiring a web development company. Avoid those companies which offer the lower rates but give no clarity on the project development progress. Instead, opt the one that meets your budget and preferences.</p>
<p>The post <a href="https://jharaphula.com/wordpress-design-development-services/">How to Get the Actual WordPress Design and Development Services?</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/wordpress-design-development-services/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2017/06/wp-design-and-development.png" medium="image" />
	</item>
		<item>
		<title>AMP It Up: Top 10 Mobile Responsive WordPress Themes</title>
		<link>https://jharaphula.com/top-responsive-wordpress-themes/</link>
					<comments>https://jharaphula.com/top-responsive-wordpress-themes/#respond</comments>
		
		<dc:creator><![CDATA[Biswabhusan Panda]]></dc:creator>
		<pubDate>Fri, 26 May 2017 18:31:54 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[AMP It Up]]></category>
		<category><![CDATA[Essential WordPress Plugins]]></category>
		<category><![CDATA[Responsive Design]]></category>
		<category><![CDATA[Responsive WordPress Themes]]></category>
		<category><![CDATA[WordPress Tutorial]]></category>
		<guid isPermaLink="false">http://jharaphula.com/?p=8137</guid>

					<description><![CDATA[<img width="300" height="192" src="https://jharaphula.com/wp-content/uploads/2017/05/Responsive-WordPress-Themes-300x192.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="AMP It Up: Top 10 Mobile Responsive WordPress Themes" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2017/05/Responsive-WordPress-Themes-300x192.jpg 300w, https://jharaphula.com/wp-content/uploads/2017/05/Responsive-WordPress-Themes.jpg 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Gone are the days of tangled ethernet cords, dial-up connections, and stationary desktops limiting the way we search for and receive information on the Internet....</p>
<p>The post <a href="https://jharaphula.com/top-responsive-wordpress-themes/">AMP It Up: Top 10 Mobile Responsive WordPress Themes</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="192" src="https://jharaphula.com/wp-content/uploads/2017/05/Responsive-WordPress-Themes-300x192.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="AMP It Up: Top 10 Mobile Responsive WordPress Themes" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2017/05/Responsive-WordPress-Themes-300x192.jpg 300w, https://jharaphula.com/wp-content/uploads/2017/05/Responsive-WordPress-Themes.jpg 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Gone are the days of tangled ethernet cords, dial-up connections, and stationary desktops limiting the way we search for and receive information on the Internet. With the advent of mobile technology, more people are turning to their hand-held mini computer than their desktop or laptop, opting for convenience and portability over processing power. For the first time since the genesis of information-sharing on the World Wide Web, global mobile Internet usage eclipsed desktop usage, with 51.3% of all web browsing coming from mobile devices as compared to 48.7% of users accessing data from non-smartphone/tablet devices.</p>
<h2>Accelerated Mobile Pages</h2>
<p>With more people opting for touchscreens over keyboards, it’s no surprise that industry giants like Google and Twitter have created software to adapt to this user-driven change, looking to make page-loading times faster for mobile users. Other tech leaders like Facebook and Apple have sought to capitalize on the trend as well, making in-app changes like Instant Articles and Apple News appeal to their users with snappier, faster-loading content. However, the AMP Project (Accelerated Mobile Pages), Google’s open-source initiative to make the web better for all content publishers is an appealing alternative to top tech partners like the easily-accessible, extremely-user friendly website creation tool/content management system WordPress. With 27% of all web pages powered by this publishing system, these top ten AMP-friendly WordPress designs are used and seen by millions of users every day.</p>
<h3>Chap- AMP-Ready Multi-Purpose Theme</h3>
<p>This WordPress theme is perfect for both personal and business sites, perfect for anything from blogging to e-commerce. Reasonably priced, Chap offers a high level of customization (buttons, menus, headers, formats, etc.) in an easy-to- understand format for even non tech-savvy site managers. With Semantic UI, CSS content loads quickly and seamlessly on mobile devices, even with administrative one-click <a href="https://jharaphula.com/premium-guest-post-sites/" rel="noopener noreferrer" target="_blank">instant publishing</a>.</p>
<h3>Tasty AMP-Restaurant Template</h3>
<p>Tasty is a blog template platform, designed with pre-built templates that are highly customizable. The simple, clean platform is built with mobile platforms in mind as site visitors will be able to book a reservation, leave a comment, view the menu, or browse content quickly and easily.</p>
<h3>Teem AMP-Blogging Template</h3>
<p>Looking for a theme with an easy-setup and low price? Teem is very inexpensive, costing publishers only $14 for its use. Similar to Tasty in design, yet it is made for blog-dedicated WordPress sites.</p>
<h3>MobNews AMP-News Template</h3>
<p>If you’re looking for an easy-to- use and build AMP-friendly WordPress theme designed for news publishing, MobNews is perfect. Created for startup e-news websites, this theme costs only $15 and is simple and uncluttered. Easily viewable traffic data and content management tools make this theme perfect for up-and- coming news organizations.</p>
<h3>Publisher- Magazine, Blog, Newspaper, and Review WordPress Theme</h3>
<p>This theme provides an extremely high level of customization for only $40. This platform is created for information-based sites, with an AMP-friendly setup for publishing an online blog, newspaper, or review. With drag-and- drop and 12 original templates, this theme can be structured entirely around the site manager’s media of choice, from photography to informal blogging.</p>
<h3>Pinna AMP-Template</h3>
<p>Pinna is the AMP-friendly solution for video blogs and artist portfolios. Coming in at under $15 this template is accessible on a freelancer’s budget and is accessible for <a href="https://jharaphula.com/learn-wordpress-tutorial-beginners/" rel="noopener noreferrer" target="_blank">newcomers to WordPress</a>. With responsive grids, image lightbox, and video content support (without lag time) this is a great way to showcase your work in a highly-responsive setting.</p>
<h3>Onfleek AMP-Ready Magazine Theme</h3>
<p>For up-and- coming magazine creators, this $60 theme directs your appeal to a contemporary, urban demographic. Energetic and poppy, or stripped-down and minimalistic, this theme provides social media link-ups for automatic posting and customizable features like widgets and add-ons.</p>
<h3>Medicals- Health and Care WordPress Theme</h3>
<p>Medicals is designed with a professional slant, directed toward medical industry site publishers. Ideal for clinics, hospitals, and private practices with a pricetag of only $45, this theme is both clean and functional. The AMP-friendly features of the Revolution Slider and Visual Composer are excellent features for mobile site visitors.</p>
<h3>Kalium</h3>
<p>While Kalium is not entirely AMP-friendly, it is extremely responsive and optimized for online-viewing. A creative theme with a wide variety of templates, Kalium is highly customizable and ideal for professional sites with features like automatic updating and drag-and- drop content. With Kalium, you can get your site up and running in minutes without sacrificing functionality.</p>
<h3>X- Responsive WordPress Theme</h3>
<p>Modern and readily-responsive, this AMP-friendly theme is designed for the knowledgable site developer who wants a high level of customization and control. With high-quality elements and the largest selection available of elemental web page inserts, X is optimized for both personalization and utility. The world of information technology is changing, and with Google’s AMP-driven <a href="https://jharaphula.com" rel="noopener noreferrer" target="_blank">content sharing platform</a> the way we receive that data is changing as well. With more users than ever before powering off their computers and browsing on their mobiles, page-responsiveness and mobile-optimization will remain on an upward trend.</p>
<p>The post <a href="https://jharaphula.com/top-responsive-wordpress-themes/">AMP It Up: Top 10 Mobile Responsive WordPress Themes</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/top-responsive-wordpress-themes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2017/05/Responsive-WordPress-Themes.jpg" medium="image" />
	</item>
		<item>
		<title>WordPress Tutorial for beginners &#8211; Learn the most popular CMS</title>
		<link>https://jharaphula.com/learn-wordpress-tutorial-beginners/</link>
					<comments>https://jharaphula.com/learn-wordpress-tutorial-beginners/#respond</comments>
		
		<dc:creator><![CDATA[Biswabhusan Panda]]></dc:creator>
		<pubDate>Sun, 30 Oct 2016 12:46:35 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[How to install WordPress?]]></category>
		<category><![CDATA[Popular CMS]]></category>
		<category><![CDATA[Tutorial for Beginners]]></category>
		<category><![CDATA[WordPress Blog]]></category>
		<category><![CDATA[WordPress Tutorial]]></category>
		<guid isPermaLink="false">http://jharaphula.com/?p=6631</guid>

					<description><![CDATA[<img width="300" height="190" src="https://jharaphula.com/wp-content/uploads/2016/10/learn-wordpress-300x190.png" class="webfeedsFeaturedVisual wp-post-image" alt="Learn WordPress to start your Website – WordPress Tutorial for beginners" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/10/learn-wordpress-300x190.png 300w, https://jharaphula.com/wp-content/uploads/2016/10/learn-wordpress.png 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Starting from professional websites to a personal portal or a blog I can recommend WordPress as the best choice. WordPress is not only rich with...</p>
<p>The post <a href="https://jharaphula.com/learn-wordpress-tutorial-beginners/">WordPress Tutorial for beginners &#8211; Learn the most popular CMS</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="190" src="https://jharaphula.com/wp-content/uploads/2016/10/learn-wordpress-300x190.png" class="webfeedsFeaturedVisual wp-post-image" alt="Learn WordPress to start your Website – WordPress Tutorial for beginners" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/10/learn-wordpress-300x190.png 300w, https://jharaphula.com/wp-content/uploads/2016/10/learn-wordpress.png 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Starting from professional websites to a personal portal or a blog I can recommend WordPress as the best choice. <a href="https://wordpress.org" target="_blank" rel="nofollow noopener noreferrer">WordPress</a> is not only rich with advanced features but also it&#8217;s easy and fun to learn. WordPress was initially released on 2013 by Matt Mullenweg and Mike Little. It was designed using PHP and MySQL. This is Open Source and free to use commercially. To get started with this popular CMS first you required to Setup a WordPress site. If you are not aware of how to setup a WordPress site read our release &#8220;<a href="https://jharaphula.com/how-to-install-wordpress-xampp/" target="_blank" rel="noopener noreferrer">How to install WordPress?</a>&#8220;. This WordPress Tutorial is like a quick guide for beginners.</p>
<p>Once your WordPress site setup successfully go to &lt;Your Domain Name&gt;/wp-admin/. Login using Administrator Credentials. After Successful login WordPress will show you the Dashboard page. In this page you will watch Dashboard Menu in the left pan. In main page of Dashboard you will watch few widgets like Welcome, Quick Draft, At a Glance, Activity &amp; WordPress News.</p>
<h3>WordPress Posts</h3>
<p>To develop a Content based page WordPress provides &#8220;Posts&#8221; Option. Under this option you will get Add New, Categories and Tags links. Using Add New link you will redirect to a text editor page called &#8220;Add New Post&#8221;. In this page to Create a post first you required to fill the Title. Then in editor text area add your contents. The text editor WordPress provides is rich with Spell Checker, Word Counts &amp; Visual mode. You can add your Contents using text or visual mode. To include images with you Content WordPress provides &#8220;Add Media&#8221; button at the top left corner of the editor.</p>
<p>After text editor in right pan of &#8220;Add New Post&#8221; page you will watch widgets like Publish, Categories, Tags and Featured image. Using publish button in publish widget you can release your post to public. Save draft option is there to save contents in-between you develop. Using preview button you can watch how is your post going to look like. Opposite to Publish button there is a link called &#8220;Move to Trash&#8221;. By clicking this you can delete the post.</p>
<p>Like publish widget Using Categories and Tags widget you can specify your post to a specific group and type. Feature image is nothing but the image which will present the post as its primary image. How many images you will add to your post using Add media but featured image always consider as the primary image.</p>
<h3>WordPress Categories</h3>
<p>Let&#8217;s assume you are with a blog for kids. In you blog you have various articles related to kids health, diet plans, education or good manners. Here for <a href="https://jharaphula.com/category/free-seo-training-tools/" target="_blank" rel="noopener noreferrer">better SEO optimization</a> it&#8217;s wise to categories all your articles. In this scenario the possible categories can be Kids Health, <a href="https://jharaphula.com/essential-vitamin-nutrients-kids-develop/" target="_blank" rel="noopener noreferrer">Diet plan for Kids</a>, Education for Kids or <a href="https://jharaphula.com/tips-habits-manners-cleanliness-for-kids/" target="_blank" rel="noopener noreferrer">Good manner for Kids</a>. So this is the theme behind Category option in WordPress. Under Posts to add a Category for your blog click &#8220;Categories&#8221; link. It will redirect you to &#8220;Add New Category&#8221; page. Here to add a Category you required to fill Name, Slug, Parent node (if any) and Description. Name is nothing but the Category you want to add. For an example from the above categories Kids Health can be consider as the name of Category.</p>
<p>Slug is the URL under which the Category will display. While defining slug don&#8217;t use space in-between words. Replace spaces with hyphen (-). If you are looking to Create sub-categories use parent drop-down. Choose under which category you want to add your current category as a sub-category. Description is the part which says more about the category. Adding description to a category helps in SEO optimization. Once you Created a Category in WordPress to edit or delete just mouse over above the category. It will show you the options.</p>
<h3>WordPress Tags</h3>
<p>Like Category Tag is one more option to group your posts. To Create a new tag click &#8220;Tags&#8221; under &#8220;Posts&#8221;. It will redirect you to &#8220;Add New Tag&#8221; page. There to Create a tag enter the Tag Name, Slug &amp; Description. In WordPress Tags doesn&#8217;t supports sub-tag. Similarly like Categories Once you Created a Tag in WordPress to edit or delete just mouse over above the Tag. It will show you the options.</p>
<h3>WordPress Pages</h3>
<p>As you know during a website design with posts you must required some pages like About Us, Contact Us or Sitemap. Pages option in WordPress provides this facility. To Create a page click on &#8220;Pages&#8221; link from Dashboard menu. It will redirect you to pages page. Here Click on &#8220;Add New&#8221;. Then in Add New Page add page title and contents. Then Click Publish to release the page. For delete or edit under &#8220;Pages&#8221; link go to &#8220;All pages&#8221;. Here you can edit or delete a page.</p>
<h3>WordPress Media</h3>
<p>Using Media link from Dashboard menu you can add Images, Audio or Video files to your website. To upload media files Click on &#8220;Add New&#8221; link under Media option. Then in Add New window browse the file from your desktop and upload. After upload to embed the media file in posts or pages select the media file and click &#8220;Insert to Post/Page&#8221; button. Media library shows all the available medias. In media library you can delete any media file depending upon your access permission.</p>
<h3>WordPress Comments</h3>
<p>This is place where you can watch the comments from user. Rest is on you whether you want to publish or delete the comment. To edit or delete a comment you needed to mouse over the comment. If you are looking to delete multiple comment you can use checkbox to select them and than at the top or bottom under &#8220;Bulk Action&#8221; drop-down you can select the required action and apply. If you are thinking any comment as spam. It is advisable to click on spam during mouse over.</p>
<h3>WordPress Appearance</h3>
<p>Using Appearance option in WordPress you can update you site look and feel. The first link under appearance is theme. Using this option you can change theme for your website. There are more than thousand free themes are available in WordPress to apply them click on &#8220;Add New&#8221;. Then mouse over the theme you like. On mouse over you will watch install button below the theme widget. To apply you preferred theme click install.</p>
<p>Next to theme there is a Customize link available under Appearance. Using this you can set Site Identity, Menus, Widgets and Static front page. Similarly Customize link there is Widgets link. Using this you can decide which and where you want to display available widgets for your site. Using menu you can create navigation menu. The last link under appearance is Editor. Using this you can edit Source code for you site. In this option you are free to change style-sheets or programmable logic&#8217;s as you required.</p>
<h3>WordPress Users</h3>
<p>As we discussed above WordPress is a powerful CMS. It is rich with user level access. Including Administrator WordPress provides more 4 other type of users such as Subscriber, Contributor, Editor and Author. To add an user you have to go through &#8220;Add New&#8221; link. To add a user you required Username, Email, First Name, Last Name, Website (if any) and Password. During Create an user you have to specify the role for the user. If you are assigning Subscriber role the user can only Subscribe to the portal. He can&#8217;t edit or add or delete any records. While using Contributor role user can Contribute posts or media elements to your site. An user as a Editor can edit any post as he/she wants while an Author can write for you.</p>
<h3>WordPress Plugins</h3>
<p>As we told above there are several <a href="https://jharaphula.com/best-wordpress-plugins-optimize-pagespeed/" target="_blank" rel="noopener noreferrer">plugins are freely available in WordPress</a> to make your site better and user friendly. To install a third party plugin click on the &#8220;Add New&#8221; link under plugin option. There you can search which plugin you want for your site. Then click &#8220;Install Now&#8221; button to install the plugin. Once you are successfully install a plugin it will appear under the link &#8220;Installed Plugin&#8221;. Here using active or deactivate option you can on or off a plugin features. In case you want to delete a plugin for few plugins you can click delete link or else first deactivate the plugin and then delete.</p>
<h3>WordPress Settings</h3>
<p>Under Setting WordPress provides various options like General Setting, Writing Setting, Reading Setting, Discussion Setting, Media Setting, Permalink Setting and Plugin Setting. For new comers it is advisable to only update the General Settings. Keep other setting as it is. Under General Setting you can update your Site Title, Tagline, WordPress URL, Site URL, Admin Email, Membership for visitors (Can any one Signup or not), New users default role, Timezone, Date format, Time format, Week Starts on and Site Language. Details for other Settings please refer <a href="https://www.tutorialspoint.com/wordpress/wordpress_general_setting.htm" target="_blank" rel="noopener noreferrer nofollow">https://www.tutorialspoint.com/wordpress/wordpress_general_setting.htm</a></p>
<p>The post <a href="https://jharaphula.com/learn-wordpress-tutorial-beginners/">WordPress Tutorial for beginners &#8211; Learn the most popular CMS</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/learn-wordpress-tutorial-beginners/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2016/10/learn-wordpress.png" medium="image" />
	</item>
		<item>
		<title>How to install WordPress on XAMPP Web Server?</title>
		<link>https://jharaphula.com/how-to-install-wordpress-xampp/</link>
					<comments>https://jharaphula.com/how-to-install-wordpress-xampp/#respond</comments>
		
		<dc:creator><![CDATA[Biswabhusan Panda]]></dc:creator>
		<pubDate>Sat, 29 Oct 2016 12:35:28 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[How to install WordPress?]]></category>
		<category><![CDATA[Precise Hosting Provider]]></category>
		<category><![CDATA[WordPress Tutorial]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[XAMPP Web Server]]></category>
		<guid isPermaLink="false">http://jharaphula.com/?p=6624</guid>

					<description><![CDATA[<img width="300" height="186" src="https://jharaphula.com/wp-content/uploads/2016/10/how-to-install-wordpress-300x186.png" class="webfeedsFeaturedVisual wp-post-image" alt="How to install WordPress on XAMPP Web Server?" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/10/how-to-install-wordpress-300x186.png 300w, https://jharaphula.com/wp-content/uploads/2016/10/how-to-install-wordpress.png 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>WordPress is a popular Free and Open Source based Content Management System (CMS). The initial release was happened on 27th May, 2013 by Matt Mullenweg...</p>
<p>The post <a href="https://jharaphula.com/how-to-install-wordpress-xampp/">How to install WordPress on XAMPP Web Server?</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="186" src="https://jharaphula.com/wp-content/uploads/2016/10/how-to-install-wordpress-300x186.png" class="webfeedsFeaturedVisual wp-post-image" alt="How to install WordPress on XAMPP Web Server?" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/10/how-to-install-wordpress-300x186.png 300w, https://jharaphula.com/wp-content/uploads/2016/10/how-to-install-wordpress.png 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>WordPress is a popular Free and Open Source based Content Management System (CMS). The initial release was happened on 27th May, 2013 by Matt Mullenweg and Mike Little. WordPress is designed using PHP &amp; MySQL. This is the cause WordPress is a best option for Commercial websites. It’s under GPL license. To <a href="https://jharaphula.com/how-to-start-wordpress-blog/" rel="noopener noreferrer" target="_blank">design a blog</a>, business or personal website WordPress is an awesome platform. Some of the core features of WordPress are multi-user &amp; multi-blogging, more than thousand of themes are available freely and awesome plugins to add advanced features easily. If you are new to WordPress want to know how to install WordPress to your Web Server follow the below steps.</p>
<h3>How to install WordPress?</h3>
<p>1. Download the latest stable version of WordPress from <a href="https://wordpress.org/download/" target="_blank" rel="noopener noreferrer nofollow">https://wordpress.org/download/</a>. Here you will notice there are 2 types of zip files (.zip, .tar.gz) are available. One is for Unix based (.tar.gz) and another one is for Window based (.zip). Depending upon your Operating System choose which one you want to download.</p>
<p>2. Once you successfully downloaded the zip file unzip it locally and using FTP upload those files inside your Web Server /public_html folder.</p>
<p>3. Then open the web-link. It will show you the WordPress Setup Configurable wizard. Here first choose the language and click on the Continue button.</p>
<p>4. Now you required Database name, Database username, Database password, Database host and Table prefix (In Case you want to run multiple WordPress in a single database). Go to MySQL and Create a database. Then create an user for the database and fill up all those details to WordPress Setup Window. In place of Database host give localhost in case localhost doesn’t work connect you web host for this information. Table prefix is to run multiple WordPress installation in a single Database. By default it is coming with wp_. If you want to change this you can update according to your naming culture.</p>
<p>5. After you successfully fill the above details click continue and in the next window click the Run the install button. Then wait until the installation finish.</p>
<p>6. Congratulation! With the above step you are successfully did with WordPress installation. In Welcome window fill up the Site Title, Admin Username, Password and Email ID. Then using your domain name/wp-admin login to your WordPress blog.</p>
<p>The post <a href="https://jharaphula.com/how-to-install-wordpress-xampp/">How to install WordPress on XAMPP Web Server?</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/how-to-install-wordpress-xampp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2016/10/how-to-install-wordpress.png" medium="image" />
	</item>
		<item>
		<title>Best WordPress plugins to Optimize Pagespeed &#038; Performance</title>
		<link>https://jharaphula.com/best-wordpress-plugins-optimize-pagespeed/</link>
					<comments>https://jharaphula.com/best-wordpress-plugins-optimize-pagespeed/#respond</comments>
		
		<dc:creator><![CDATA[Biswabhusan Panda]]></dc:creator>
		<pubDate>Wed, 06 Jul 2016 06:34:38 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[Essential WordPress Plugins]]></category>
		<category><![CDATA[Google Pagespeed Insights]]></category>
		<category><![CDATA[improve performance of a server]]></category>
		<category><![CDATA[Plugins to Optimize Pagespeed]]></category>
		<category><![CDATA[W3 Total Cache]]></category>
		<category><![CDATA[WP Smush]]></category>
		<guid isPermaLink="false">http://jharaphula.com/?p=4168</guid>

					<description><![CDATA[<img width="300" height="167" src="https://jharaphula.com/wp-content/uploads/2016/07/wordpress-optimization-300x167.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Best WordPress plugins to Optimize Pagespeed &amp; Performance" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/07/wordpress-optimization-300x167.jpg 300w, https://jharaphula.com/wp-content/uploads/2016/07/wordpress-optimization.jpg 718w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Indexing in Google depends upon various factors. From them one of the major criteria is pagespeed (Page Loading Speed). If your web page takes takes...</p>
<p>The post <a href="https://jharaphula.com/best-wordpress-plugins-optimize-pagespeed/">Best WordPress plugins to Optimize Pagespeed &#038; Performance</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="167" src="https://jharaphula.com/wp-content/uploads/2016/07/wordpress-optimization-300x167.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Best WordPress plugins to Optimize Pagespeed &amp; Performance" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/07/wordpress-optimization-300x167.jpg 300w, https://jharaphula.com/wp-content/uploads/2016/07/wordpress-optimization.jpg 718w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Indexing in Google depends upon various factors. From them one of the major criteria is pagespeed (Page Loading Speed). If your web page takes takes time to load then there is maximum possibility that Google will block indexing. To check your web pagespeed Google provides an awesome tool &#8220;Google Pagespeed Insights&#8221;. Using this tool you can easily track your pagespeed. While checking pagespeed using this tool keep remember red color stands for non-optimized web pages. While yellow color say your page is partially optimized. If you are watching green then your web page is well optimized. To do optimize a WordPress site there are many WordPress plugins are available freely. Let us share best WordPress plugins to optimize your site pagespeed &amp; performance.</p>
<p>Refer to my blogging Career I can say it&#8217;s not an easy job to <a href="https://jharaphula.com/google-index-crawl/" target="_blank" rel="noopener noreferrer">get indexed in Google</a>. More than lakhs of bloggers working day and night to compete each other. In this rush to maintain clarity Google algorithms are very strict about their policies. Whether by knowingly or unknowingly <strong>if your site is passing through black hated SEO techniques immediately Google starts DE-indexing</strong>. As you know depending upon the number of pages indexed in Google Traffic &amp; ROI varies.</p>
<p>Recently I worked to improve pagespeed of my WordPress site. To make your journey easier here in below I am sharing the techniques I followed. Before discuss more about pagespeed optimization technique first let you know <strong>never ever try to optimize your WordPress site manually</strong>. <strong>Always prefer to use plugins</strong>.</p>
<h2>WP Rocket WordPress plugin</h2>
<p>WP Rocket is a premium caching plugin that significantly improves page load times with minimal configuration. It offers features like page caching, browser caching, and GZIP compression to reduce server response time. Additionally, WP Rocket includes lazy loading for images, deferred JavaScript loading, and database optimization.</p>
<p>Page speed is a critical factor in user experience, search engine rankings, and overall website performance. A slow-loading website can lead to higher bounce rates, lower conversions, and reduced visibility on search engines. Fortunately, WordPress offers a variety of plugins designed to optimize page speed by improving caching, compressing images, minifying code, and more. Below, we explore some of the best WordPress plugins to enhance your site’s performance.</p>
<p>One of its standout features is the ability to preload cache, ensuring that pages load instantly for returning visitors. The plugin also integrates with Content Delivery Networks (CDNs) to further enhance speed for global audiences.</p>
<h2>Autoptimize</h2>
<p>As you know the minified version of JS, CSS and HTML files reduces loading time. During you check your pagespeed in Google Pagespeed Insights tool if it shows you the message that your JS or CSS files are not optimized with minified version then go-ahead and install Autoptimize WordPress plugin.</p>
<p>Autoptimize WordPress plugin helps to compress your HTML, CSS and JS files. Which saves bandwidth &amp; reduces page loading time. Additionally this plugin adds expires header &amp; caches them. It also minifies HTML files which results to optimize pagespeed. To install this plugin in your WordPress site you can download this from the below link.</p>
<p>Upon installation, you&#8217;ll want to customize Autoptimize&#8217;s settings. You can choose to optimize separate elements based on your website’s architecture and requirements. The plugin gives you the freedom to minify CSS and JS files and even optimize your HTML. Simply check the options that apply and save your settings. It&#8217;s important to test your site after making changes. Occasionally, minification can cause conflicts with other scripts or styles on your site. If you experience issues, Autoptimize provides options to exclude specific files or scripts from minification.</p>
<p>Download From <a href="https://wordpress.org/plugins/autoptimize/" rel="nofollow">https://wordpress.org/plugins/autoptimize/</a></p>
<h2>ShortPixel Image Optimizer</h2>
<p>ShortPixel is another excellent image optimization plugin that supports JPEG, PNG, GIF, and PDF compression. It offers both lossy and lossless compression options, allowing users to balance quality and file size.</p>
<p>The plugin integrates seamlessly with WordPress media libraries and can optimize images in bulk. ShortPixel also converts images to WebP format, which is more efficient than traditional formats.</p>
<p>One of ShortPixel&#8217;s standout features is its seamless integration with the WordPress media library. This means that optimizing images is as simple as uploading them to your site. The plugin allows users to optimize images in bulk, which is particularly beneficial for websites with extensive media libraries. For those looking to save time, this feature can dramatically streamline your workflow.</p>
<p>Additionally, ShortPixel offers image conversion to WebP format. WebP is an advanced image format developed by Google that provides superior lossless and lossy compression for images on the web. By converting your images to WebP, you can deliver high-quality visuals while reducing loading times, further enhancing user experience.</p>
<h2>Smush – Image Optimization</h2>
<p>Images often account for the largest portion of a webpage’s size. Smush is a free image optimization plugin that compresses images without sacrificing quality. It supports bulk optimization, lazy loading, and automatic resizing.</p>
<p>The premium version includes additional features like WebP conversion, which further reduces image sizes while maintaining visual fidelity. By optimizing images, Smush helps reduce bandwidth usage and speeds up page loading.</p>
<p>Smush is a free image optimization plugin that allows you to compress images without sacrificing quality. This functionality is especially important for websites that are image-heavy, such as e-commerce sites, blogs, and portfolios. When images are optimized, they take up less space, which can lead to reduced bandwidth usage and faster page load times. With its user-friendly interface, Smush makes image optimization accessible even for those who may not have extensive technical knowledge.</p>
<p>One of the standout features of Smush is its ability to optimize images in bulk. Instead of manually compressing each image, which can be time-consuming, Smush allows you to select multiple images for optimization at once. This not only saves you time but also ensures that your entire media library is refined efficiently.</p>
<h2>WP Smush</h2>
<p>In the matter of pagespeed optimization images takes major role. If your site contains images I would like to suggest you to install &#8220;WP Smush &#8211; Image Optimization&#8221; plugin. This plugin works brilliant. It automatically detects all the images from your media library and reduces images size without affecting quality of images. Which results better pagespeed &amp; performance. This plugin is available freely. You can download this from the below link.</p>
<p>Download From <a href="https://wordpress.org/plugins/wp-smushit/" rel="nofollow">https://wordpress.org/plugins/wp-smushit/</a></p>
<p>Additional WP Smush plugin developers commits the paid version of this plugin can reduce the image size by 10 times more then the free version. For this optimization technique I would like to suggest you for paid version.</p>
<h2>Use Google Libraries</h2>
<p>If your WordPress theme is using third party libraries like Jquery, Dojo or BootStrap it is advisable to install &#8220;Use Google Libraries&#8221;. Rather fetching the above libraries files locally Google CDN links reduces page loading time. While Client Browser request the page for first time this plugin helps to optimize pagespeed &amp; performance. You can download this plugin from the below link.</p>
<p>The Use Google Libraries plugin enables WordPress to fetch commonly used JavaScript libraries from Google’s content delivery network (CDN) rather than loading them from your own server. This means that when visitors access your site, their browsers can retrieve these files from Google’s servers, which are often closer and faster than your own server, and are optimized for performance.</p>
<p>Google’s libraries are regularly updated and maintained, which means you’re more likely to be using the most compatible and secure versions of them. This reduces the risk of encountering unexpected bugs or vulnerabilities with outdated files.</p>
<p>Download From <a href="https://wordpress.org/plugins/use-google-libraries/" rel="nofollow">https://wordpress.org/plugins/use-google-libraries/</a></p>
<h2>W3 Total Cache</h2>
<p>Catching is a very good technique to <a href="https://jharaphula.com/web-design-best-practices-website-speed-performance/" target="_blank" rel="noopener noreferrer">optimize performance of a web page</a>. Rather loading resources directly from physical path it is much better to load them from Cache. Among many Cache plugin &#8220;W3 Total Cache&#8221; is one of the best WordPress plugin. This plugin not only Caches HTML page but also it allow facility to Cache objects, database and browser. W3 Total Cache improves the user experience of your site by increasing server performance, reducing the download times and providing transparent content delivery network (CDN) integration.</p>
<p>Unlike simpler caching plugins, W3 Total Cache shines with its ability to cache not just HTML pages, but also database queries, objects, and browser-level content. This multi-layered caching mechanism ensures that all types of data on your site are optimized for speed.</p>
<p>By leveraging caching, W3 Total Cache significantly reduces the demand placed on your server. This is particularly beneficial during peak traffic times, where a surge in visitors can otherwise lead to slower load times or even crashes.</p>
<p>For users who may be intimidated by the technical aspects of caching, W3 Total Cache offers an intuitive dashboard that makes configuration straightforward. The plugin also includes setup wizards to guide users through the necessary steps to configure it for their specific needs effectively.</p>
<p>Download From <a href="https://wordpress.org/plugins/w3-total-cache/" rel="nofollow">https://wordpress.org/plugins/w3-total-cache/</a></p>
<h2>Google Pagespeed Insights</h2>
<p>This plugin helps to observe pagespeed in-side WordPress admin panel. If you site contains large number of links practically it is a time consuming job to check each page individually using Google Pagespeed Insights link. The major advantages of using this plugin is it shows top optimize pages and less optimize pages lists. From here you can easily observe which pages are take more time to load. To download this plugin you use the following link.</p>
<p>By aggregating this information into your WordPress dashboard, you save valuable time that would otherwise be spent manually checking each link. You can focus on more critical areas rather than being bogged down by administrative tasks.</p>
<p>The advantages of using the Pagespeed Insights plugin are numerous. Primarily, it enhances your ability to manage site performance actively, which is essential for maintaining a competitive edge in today’s online landscape. Websites that load faster not only improve user experience but also tend to rank better in search engine results. Furthermore, with increasing mobile usage, ensuring that your site performs well on all devices is crucial. The plugin aids in identifying potential issues that could hinder mobile performance, ensuring a seamless experience for all users.</p>
<p>Download From <a href="https://wordpress.org/plugins/google-pagespeed-insights/" rel="nofollow">https://wordpress.org/plugins/google-pagespeed-insights/</a></p>
<h2>Download &amp; Update Optimized Files</h2>
<p>After installing all the above plugins I can say now your WordPress site is well optimized. Still if there are some Images or JS or CSS files not optimized using the above plugins you can download the optimized version of those files from Google Pagespeed Insights tool and upload them manually.</p>
<p>Page speed is a critical factor in user experience, search engine rankings, and overall website performance. A slow-loading website can lead to higher bounce rates, lower conversions, and reduced visibility on search engines. Fortunately, WordPress offers a variety of plugins designed to optimize page speed by improving caching, compressing images, minifying code, and more. Below, we explore some of the best WordPress plugins to enhance your site’s performance.</p>
<h2>Hummingbird WordPress plugin</h2>
<p>Hummingbird, developed by WPMU DEV, is a comprehensive performance optimization plugin that includes caching, asset optimization, and performance monitoring. It scans the website for speed issues and provides actionable recommendations.</p>
<p>The plugin offers GZIP compression, browser caching, and minification of CSS, JavaScript, and HTML. Hummingbird also integrates with Cloudflare for enhanced CDN performance.</p>
<p>Hummingbird employs robust caching strategies to reduce load times significantly. By storing a static version of your site, it minimizes the need for repeated database queries, allowing your visitors to access your content swiftly. With options for browser caching and server-level caching, Hummingbird assures users that their website visitors will experience quick load times no matter where they are.</p>
<p>Another key feature is GZIP compression, which significantly reduces the size of files sent from your server to the user&#8217;s browser. By enabling GZIP, your website can load faster while minimizing bandwidth usage, thus improving the overall performance without compromising quality.</p>
<p>For those utilizing a Content Delivery Network (CDN), Hummingbird seamlessly integrates with Cloudflare. This enhances CDN performance and further minimizes load times by delivering content from the nearest server location to the visitor, ensuring a smooth browsing experience regardless of geographical barriers.</p>
<h2>LiteSpeed Cache</h2>
<p>LiteSpeed Cache is a high-performance caching plugin designed for websites hosted on LiteSpeed servers. It offers full-page caching, CSS/JS minification, and image optimization.</p>
<p>One of its unique features is QUIC.cloud CDN integration, which provides automatic image optimization and caching. LiteSpeed Cache also supports ESI (Edge Side Includes) for dynamic content caching, making it ideal for WooCommerce stores.</p>
<p>Moreover, LiteSpeed Cache seamlessly integrates with **QUIC.cloud CDN**, enhancing its performance even further. The CDN (Content Delivery Network) services provided by QUIC.cloud allow for automatic caching and optimization of images, which decreases the loading time for users regardless of their geographical location. This ensures a consistently fast experience for all visitors, further solidifying your website&#8217;s performance.</p>
<p>For anyone serious about improving site speed and user experience, implementing LiteSpeed Cache is a step in the right direction. With the growing demand for fast-loading, responsive websites, the advantages of leveraging LiteSpeed Cache cannot be overstated. By investing in this powerful caching plugin, you position your website for success in the competitive online marketplace.</p>
<h2>WP Super Cache</h2>
<p>Developed by Automattic, WP Super Cache is a free and user-friendly caching plugin that generates static HTML files from dynamic WordPress content. This reduces server processing time and speeds up page delivery.</p>
<p>The plugin offers three caching modes: Simple, Expert, and WP-Cache. Simple mode is ideal for beginners, while Expert mode allows advanced customization. WP Super Cache also supports CDN integration and GZIP compression for faster content delivery.</p>
<p>One of the standout features of WP Super Cache is its three distinct caching modes: Simple, Expert, and WP-Cache. For those new to WordPress or the concept of caching, the Simple mode is incredibly user-friendly. With just a few clicks, you can enable caching and start seeing improvements in load times. It’s an ideal choice for beginners who want to optimize their site without diving too deep into technical settings.</p>
<p>For advanced users, the Expert mode offers extensive customization options. This mode allows webmasters to tailor caching settings to meet specific needs, ensuring an even more optimized experience. With options for controlling caching duration and enabling or disabling caching for particular pages, seasoned users can fine-tune their site’s performance to their heart’s content.</p>
<h2>Perfmatters</h2>
<p>Perfmatters is a lightweight performance plugin that allows users to disable unnecessary scripts, styles, and features that slow down WordPress. It includes options to disable emojis, disable Gravatars, and clean up the database.</p>
<p>The plugin also offers DNS prefetching, script deferral, and lazy loading for iframes and videos. Perfmatters is ideal for users who want granular control over performance optimizations without bloated features.</p>
<p>Perfmatters allows users to selectively disable scripts and styles on a post or page basis. This granular control means that if a specific plugin isn’t needed for a particular page, users can turn it off, reducing load times and improving performance.</p>
<p>Over time, WordPress databases can get cluttered with revisions, spam comments, transients, and other unnecessary data. Perfmatters simplifies the process of cleaning up the database, making it easier to maintain optimal performance levels.</p>
<p>Incorporating media files can slow down your site, particularly if large videos or iframes are used. Perfmatters facilitates lazy loading, which means these assets will only load when they are nearly visible to the user, reducing initial load times.</p>
<h2>Conclusion</h2>
<p>Optimizing page speed is essential for improving user experience and search engine rankings. By leveraging the right WordPress plugins—such as WP Rocket for caching, Smush for image optimization, and Perfmatters for script management—you can significantly enhance your website’s performance. Each plugin based on your specific needs and hosting environment to achieve the best results. A faster website not only retains visitors but also boosts conversions and overall success.</p>
<p>The post <a href="https://jharaphula.com/best-wordpress-plugins-optimize-pagespeed/">Best WordPress plugins to Optimize Pagespeed &#038; Performance</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/best-wordpress-plugins-optimize-pagespeed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2016/07/wordpress-optimization.jpg" medium="image" />
	</item>
		<item>
		<title>Optimize your WordPress Blog with these essential Plugins</title>
		<link>https://jharaphula.com/essential-wordpress-plugins/</link>
					<comments>https://jharaphula.com/essential-wordpress-plugins/#respond</comments>
		
		<dc:creator><![CDATA[Nibedita Panda]]></dc:creator>
		<pubDate>Fri, 13 May 2016 15:13:35 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[Add Meta Tag]]></category>
		<category><![CDATA[Essential WordPress Plugins]]></category>
		<category><![CDATA[Google XML Sitemaps]]></category>
		<category><![CDATA[newly Started Blog]]></category>
		<category><![CDATA[SI CAPTCHA Anti-Spam]]></category>
		<guid isPermaLink="false">http://box.jharaphula.com/?p=635</guid>

					<description><![CDATA[<img width="300" height="188" src="https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin-300x188.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Optimize your WordPress Blog with these essential Plugins" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin-300x188.jpg 300w, https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin.jpg 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>WordPress is a well popular Content Management System (CMS) to create professional websites or blogs. It&#8217;s easy and freely available. To start a WordPress blog...</p>
<p>The post <a href="https://jharaphula.com/essential-wordpress-plugins/">Optimize your WordPress Blog with these essential Plugins</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="188" src="https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin-300x188.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Optimize your WordPress Blog with these essential Plugins" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin-300x188.jpg 300w, https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin.jpg 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>WordPress is a well popular Content Management System (CMS) to create professional websites or blogs. It&#8217;s easy and freely available. To start a WordPress blog we need to download the latest WordPress version from <a href="http://wordpress.org" target="_blank" rel="nofollow noopener noreferrer">wordpress.org</a>. Including database to setup a WordPress site it required less then 30 minutes. Once you completed the site setup to achieve SEO Success you need to add few plugins for your WordPress site. There are several plugins are available freely for WordPress. It&#8217;s wise to select best plugins from them. Here in below I am sharing some of the essential WordPress plugins for Optimize your WordPress Blog.</p>
<h3>Add Meta Tag</h3>
<p>Meta information&#8217;s are very useful for SEO Success. Using Add Meta Tag plugin you can easily configure meta related information&#8217;s for your blog. You can download this plugin from <a href="https://wordpress.org/plugins/add-meta-tags/" target="_blank" rel="nofollow noopener noreferrer">https://wordpress.org/plugins/add-meta-tags/</a>. This plugin is smart enough to generate auto related description &amp; keywords. Using the configuration panel you can set Front Page Description &amp; Keywords. For individual pages Add Meta Tag plugin provides better user interface to configure. Site-wide META tags option provides facility to add additional meta tags like the below.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;meta name=&quot;author&quot; content=&quot;Biswabhusan&quot;&gt;
&lt;meta name=&quot;google-site-verification&quot; content=&quot;utxBS1cKOxB2i4_rMpH8yMvMszmS2cT0_XsdLaw2Kd0&quot;&gt;
&lt;meta name=&quot;robots&quot; content=&quot;index,follow&quot;&gt;
&lt;meta content=&quot;panda.biswabhusan&quot; property=&quot;fb:admins&quot;&gt;
</pre>
<p>While Configure Add meta tag plugin enable Automatic Basic Metadata, Automatic Opengraph Metadata, Automatic Twitter Cards Metadata, Automatic Dublin Core Metadata &amp; Automatic Schema.org Metadata. These meta tags gives better result for SEO.</p>
<h3>Any Mobile Theme Switcher</h3>
<p>Today there are variety of devices where from we can access the web. If you are a webmaster you must need to optimize your site for all those devices to achieve better ranking. In this matter Any Mobile Theme Switcher WordPress plugin helps a great. You can download this plugin from <a href="https://wordpress.org/plugins/any-mobile-theme-switcher/" target="_blank" rel="nofollow noopener noreferrer">https://wordpress.org/plugins/any-mobile-theme-switcher/</a>. While configure create the copy of primary theme in the name of device. Let&#8217;s assume you want to create mobile version of Twenty Fourteen theme. In this case copy the entire folder in the name of mobile. Configure mobile theme as you required. To redirect mobile users select the theme in setting panel of Any Mobile Theme Switcher. Any Mobile Theme Switcher provides redirection for iPhone/iPod Touch Theme, iPad Theme, Android Theme, Android Tab Theme, Blackberry Theme, Windows Mobile Theme, Opera Mini Theme, Palm Os Theme &amp; Other Mobile Device Theme.</p>
<h3>Google XML Sitemaps</h3>
<p>Sitemap is one more key to SEO Success. To generate a Search Engine friendly sitemap choose Google XML Sitemaps WordPress plugin. You can download this plugin from <a href="https://wordpress.org/plugins/google-sitemap-generator/" target="_blank" rel="nofollow noopener noreferrer">https://wordpress.org/plugins/google-sitemap-generator/</a>. With this plugin it&#8217;s much easier for crawlers to see the complete structure of your site.</p>
<h3>Related Posts via Categories</h3>
<p>Related Posts via Categories WordPress plugin helps to increase page-views. You can download this plugin from <a href="https://wordpress.org/plugins/related-posts-via-categories/" target="_blank" rel="nofollow noopener noreferrer">https://wordpress.org/plugins/related-posts-via-categories/</a>. This plugin made to display similar category related posts in each article page. Using it&#8217;s configuration wizard you can set the number of links you want to display in each page. To set the order of links it has Order by option. If you want to exclude some posts or categories to display it provides exclude option too. Styles like font-size &amp; alignment you can set easily with Related Posts via Categories plugin.</p>
<h3>SI CAPTCHA Anti-Spam</h3>
<p>To protect your site from hackers &amp; spammers it is a <a href="https://jharaphula.com/category/free-seo-training-tools/" target="_blank" rel="noopener noreferrer">good SEO practice</a> to implement CAPTCHA. SI CAPTCHA is a well popular WordPress plugin. You can download this from <a href="https://wordpress.org/plugins/si-captcha-for-wordpress/" target="_blank" rel="nofollow noopener noreferrer">https://wordpress.org/plugins/si-captcha-for-wordpress/</a>. SI CAPTCHA provides security for Login form, Register form, Lost Password form &amp; Comment form. Using it&#8217;s Configuration wizard for SI CAPTCHA you can set your own style sheet. It is easy &amp; friendly Configurable.</p>
<h3>WP Sitemap Page</h3>
<p>Including XML Sitemap HTML Sitemap is also very useful for SEO Success. To create a WordPress site HTML Sitemap I found the WP Sitemap Page plugin is very effective. You can download this plugin from <a href="https://wordpress.org/plugins/wp-sitemap-page/" target="_blank" rel="noopener noreferrer nofollow">https://wordpress.org/plugins/wp-sitemap-page/</a>. To generate a HTML Sitemap create a page with the name of Sitemap. Using CMS add in this page.</p>
<h2>Choose a Fast and Reliable Hosting Provider</h2>
<p>Choose a Fast and Reliable Hosting Provider Your hosting provider significantly impacts your site’s speed and uptime. Consider these options:</p>
<p>&#8211; Managed WordPress Hosting: Providers like WP Engine or Kinsta optimize servers for WordPress, offering speed and security enhancements.<br />
&#8211; VPS or Dedicated Hosting: Best for high-traffic blogs, providing dedicated resources.<br />
&#8211; Cloud Hosting: Scalable and reliable, with services like AWS or Google Cloud.</p>
<p>Avoid free or overly cheap hosting, as they often lead to poor performance and frequent downtimes.</p>
<h2>Optimize your WordPress Blog</h2>
<p>1. Use a Lightweight and Optimized Theme A bloated theme slows down your site. Choose a lightweight, SEO-friendly theme like Astra, GeneratePress, or OceanWP. Avoid themes with excessive animations and unnecessary features. Ensure the theme is mobile-responsive and follows best coding practices.</p>
<p>2. Optimize Images for Faster Loading Images enhance content but can slow down your site if not optimized. Follow these steps: &#8211; Compress Images: Use tools like TinyPNG, ShortPixel, or plugins like Smush. &#8211; Choose the Right Format: Use WebP for better compression without losing quality. &#8211; Lazy Loading: Enable lazy loading (available in WordPress 5.5+) to defer off-screen images. &#8211; Use a CDN: A Content Delivery Network (CDN) like Cloudflare or BunnyCDN delivers images faster globally.</p>
<p>3. Implement Caching for Faster Performance Caching stores static versions of your pages, reducing server load and improving speed. Use plugins like: &#8211; WP Rocket (Premium) &#8211; W3 Total Cache (Free) &#8211; LiteSpeed Cache (For LiteSpeed servers)</p>
<p>4. Optimize Database and Clean Up Clutter Over time, unused data (spam comments, post revisions, transient options) slows down your database. Use these methods: &#8211; WP-Optimize – Cleans and optimizes the database. &#8211; WP-Sweep – Safely removes unnecessary data.</p>
<h3>Defer non-critical JavaScript to load after the page renders.</h3>
<p>5. Enable GZIP Compression GZIP reduces file sizes before sending them to the browser, speeding up load times. Enable it via: &#8211; .htaccess file (for Apache servers) &#8211; Plugin (e.g., WP Rocket or W3 Total Cache)</p>
<p>6. Use a Content Delivery Network (CDN) A CDN distributes your content across multiple global servers, reducing latency. Popular options: &#8211; Cloudflare (Free and paid plans) &#8211; BunnyCDN (Affordable and fast)</p>
<p>7. Optimize SEO for Higher Rankings WordPress SEO plugins like Yoast SEO or Rank Math help optimize: &#8211; Meta titles &amp; descriptions &#8211; Keyword optimization &#8211; XML sitemaps &#8211; Schema markup</p>
<p>8. Monitor and Improve Performance Track your blog’s performance with tools like: &#8211; Google PageSpeed Insights &#8211; GTmetrix &#8211; Pingdom Tools</p>
<h3>Fix issues like render-blocking resources and large media files.</h3>
<p>9. Reduce External HTTP Requests External scripts (ads, analytics, fonts) can slow down your site. Minimize them or load them asynchronously.</p>
<p>10. Optimize for Mobile Users Ensure your blog is mobile-friendly using: </p>
<p>&#8211; Responsive themes<br />
&#8211; Test with Google’s Mobile-Friendly Tests</p>
<p>11. Disable Unnecessary Plugins Each plugin adds extra code. Deactivate and delete unused plugins.</p>
<p>12. Use Latest PHP Version WordPress runs faster on PHP 8.0+. Update via your hosting dashboard.</p>
<p>13. Optimize Your Permalink Structure Use a clean, keyword-rich URL structure (e.g., `/post-name/`) under Settings &gt; Permalinks.</p>
<p>14. Leverage Browser Caching Set expiry headers for static resources via `.htaccess` or caching plugins.</p>
<h2>Conclusion</h2>
<p>Optimizing your WordPress blog involves technical tweaks, content improvements, and regular maintenance. By implementing these strategies, your site will load faster, rank higher, and provide a better user experience. Consistent optimization ensures long-term success in the competitive blogging landscape.</p>
<p>The post <a href="https://jharaphula.com/essential-wordpress-plugins/">Optimize your WordPress Blog with these essential Plugins</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/essential-wordpress-plugins/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin.jpg" medium="image" />
	</item>
		<item>
		<title>How to Add Share button in WordPress blog?</title>
		<link>https://jharaphula.com/how-to-add-share-button-in-wordpress-blog/</link>
					<comments>https://jharaphula.com/how-to-add-share-button-in-wordpress-blog/#respond</comments>
		
		<dc:creator><![CDATA[Biswabhusan Panda]]></dc:creator>
		<pubDate>Tue, 10 May 2016 14:20:40 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[Add Share button]]></category>
		<category><![CDATA[addthis]]></category>
		<category><![CDATA[Share Buttons]]></category>
		<category><![CDATA[Social Media Share button]]></category>
		<category><![CDATA[WordPress Blog]]></category>
		<guid isPermaLink="false">http://box.jharaphula.com/?p=136</guid>

					<description><![CDATA[<img width="300" height="188" src="https://jharaphula.com/wp-content/uploads/2016/05/How-to-Create-a-WordPress-Blog-300x188.png" class="webfeedsFeaturedVisual wp-post-image" alt="How to add share button in WordPress blog?" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/05/How-to-Create-a-WordPress-Blog-300x188.png 300w, https://jharaphula.com/wp-content/uploads/2016/05/How-to-Create-a-WordPress-Blog.png 960w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Dear Webmaster, would you like to add Social Media Share button to your WordPress blog? If so let you know it can be easily done...</p>
<p>The post <a href="https://jharaphula.com/how-to-add-share-button-in-wordpress-blog/">How to Add Share button in WordPress blog?</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="188" src="https://jharaphula.com/wp-content/uploads/2016/05/How-to-Create-a-WordPress-Blog-300x188.png" class="webfeedsFeaturedVisual wp-post-image" alt="How to add share button in WordPress blog?" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/05/How-to-Create-a-WordPress-Blog-300x188.png 300w, https://jharaphula.com/wp-content/uploads/2016/05/How-to-Create-a-WordPress-Blog.png 960w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Dear Webmaster, would you <strong>like to add Social Media Share button to your WordPress blog</strong>? If so let you know it can be easily done using “Add This” WordPress plugin. To know more about “Add This” third party plugin please visit here <a href="http://www.addthis.com" target="_blank" rel="noopener noreferrer nofollow">http://www.addthis.com</a>. Its a free web component to active sharing and follow options for your WordPress sites.</p>
<p>To do this, login into your WordPress site with administrator rights. In menu go to Plugins &gt; Add New as shown in below.</p>
<p><img loading="lazy" decoding="async" width="451" height="284" class="alignnone size-full wp-image-2417" alt="wordpress-plugin" src="https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin.png" srcset="https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin.png 451w, https://jharaphula.com/wp-content/uploads/2016/05/wordpress-plugin-300x189.png 300w" sizes="auto, (max-width: 451px) 100vw, 451px" /></p>
<p>In install plugins Search for “addthis”. You will get <a href="https://jharaphula.com/essential-wordpress-plugins/" rel="noopener noreferrer" target="_blank">list of plugins</a> in search window. Look at the &#8220;Share buttons by AddThis&#8221; and &#8220;Follow buttons by AddThis&#8221;. If you need to add share option then choose the first one else for follow option choose the second. Click on Install Now. As shown below.</p>
<p><img loading="lazy" decoding="async" width="428" height="133" class="alignnone size-full wp-image-2418" alt="installnow" src="https://jharaphula.com/wp-content/uploads/2016/05/installnow.png" srcset="https://jharaphula.com/wp-content/uploads/2016/05/installnow.png 428w, https://jharaphula.com/wp-content/uploads/2016/05/installnow-300x93.png 300w" sizes="auto, (max-width: 428px) 100vw, 428px" /></p>
<p>In few times the plugin will install and give you a successful message. After this to confirm please visit the “Installed Plugins” tab in plugins menu as shown above. Here you can saw your Add This plugin is listed.</p>
<p>Now to setup Add This account go to Settings Tab. Here you can saw “AddThis Share” option. Click on this.</p>
<p><img loading="lazy" decoding="async" width="320" height="235" class="alignnone size-full wp-image-2420" alt="settings" src="https://jharaphula.com/wp-content/uploads/2016/05/settings.png" srcset="https://jharaphula.com/wp-content/uploads/2016/05/settings.png 320w, https://jharaphula.com/wp-content/uploads/2016/05/settings-300x220.png 300w" sizes="auto, (max-width: 320px) 100vw, 320px" /></p>
<p>If you have a valid Add This user account then provide your login details in “AddThis Share” page. Else register with Add This website to get an userid &amp; password. Addition to login credentials you need to provide “AddThis Profile ID” in the top right corner of AddThis Share page.</p>
<p>Once you are Authenticated by Add This plugin in Basic tab set the Sharing tool. You can show sharing options in the top or bottom part of your WordPress pages. To do this select the radio buttons listed for top &amp; bottom panels. If you don&#8217;t want to show select “Do not show a sharing tool&#8230;”. Now to save this settings click on Save Changes button at the end of AddThis Share page.</p>
<p>Now, Check your WordPress site you can saw the share buttons.</p>
<p>The post <a href="https://jharaphula.com/how-to-add-share-button-in-wordpress-blog/">How to Add Share button in WordPress blog?</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/how-to-add-share-button-in-wordpress-blog/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2016/05/How-to-Create-a-WordPress-Blog.png" medium="image" />
	</item>
		<item>
		<title>How to Start a WordPress blog with Hostgator &#038; Godaddy?</title>
		<link>https://jharaphula.com/how-to-start-wordpress-blog/</link>
					<comments>https://jharaphula.com/how-to-start-wordpress-blog/#respond</comments>
		
		<dc:creator><![CDATA[Biswabhusan Panda]]></dc:creator>
		<pubDate>Tue, 10 May 2016 12:07:19 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[Blog with HostGator]]></category>
		<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[WordPress Blog]]></category>
		<guid isPermaLink="false">http://box.jharaphula.com/?p=61</guid>

					<description><![CDATA[<img width="300" height="188" src="https://jharaphula.com/wp-content/uploads/2016/05/tips-to-start-a-WordPress-blog-300x188.jpeg" class="webfeedsFeaturedVisual wp-post-image" alt="How to start a WordPress blog with Hostgator &amp; Godaddy?" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/05/tips-to-start-a-WordPress-blog-300x188.jpeg 300w, https://jharaphula.com/wp-content/uploads/2016/05/tips-to-start-a-WordPress-blog.jpeg 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Are you interested to start your blog? If so let you know how to start with a commercial website. Before going to start a professional...</p>
<p>The post <a href="https://jharaphula.com/how-to-start-wordpress-blog/">How to Start a WordPress blog with Hostgator &amp; Godaddy?</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="188" src="https://jharaphula.com/wp-content/uploads/2016/05/tips-to-start-a-WordPress-blog-300x188.jpeg" class="webfeedsFeaturedVisual wp-post-image" alt="How to start a WordPress blog with Hostgator &amp; Godaddy?" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2016/05/tips-to-start-a-WordPress-blog-300x188.jpeg 300w, https://jharaphula.com/wp-content/uploads/2016/05/tips-to-start-a-WordPress-blog.jpeg 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Are you interested to start your blog? If so let you know how to start with a commercial website. Before going to start a professional website to earn first you have to choose a correct business name. I mean the domain name (www.example.com). <strong>Domain name selection is a very critical job today</strong>. Plenty of keywords are already registered. Do research to find out a suitable domain name for your business. There are various on-line tools are available to search a domain name but for professional approach better to use <a href="http://godaddy.com" target="_blank" rel="nofollow noopener noreferrer">Godaddy</a> to purchase or find out your required domain name. They are specialized &amp; branded. For initial earning, if you are a new comer to e-business do start a WordPress blog. Keep a note <strong>Google Adsense provides ads for only content based sites</strong>. In this present market with-out Adsense I don’t think you can have a successful e-business.</p>
<h3>Decide a good Hosting Agency</h3>
<p>Once you finalize &amp; reserved the domain, you need server space to host your site. From my personal experience I can suggest you <a href="http://hostgator.com" target="_blank" rel="nofollow noopener noreferrer">hostgator</a> to host your site. At the initial stage purchase a hatching plan from hostGator. It has unlimited bandwidth &amp; Unlimited storage. They have smart customer care &amp; very less down time. Now for your content based site you need an app. Download WordPress latest version (<a href="http://wordpress.org" target="_blank" rel="nofollow noopener noreferrer">wordpress.org</a>). Unzip the downloaded zip file. Using FTP client upload the unzipped WordPress file to your public_html folder. This folder is known as root folder.</p>
<h3>Domain Panel</h3>
<p>Now login to your <a href="http://godady.com" target="_blank" rel="noopener noreferrer nofollow">http://godady.com</a> domain control panel. Update the nameserver for your domain. Nameserver details you can find from the sales mail of hostgator. Nameserver changes will reflect on your domain at max with-in 24 to 48 hrs. After domain nameserver direct correctly, you have to configure wordpress blog. Before to this create a database for your wordpress site. Add a database user with admin privilege. These information you need to configure wordpress site.</p>
<h3>WordPress CMS Setup</h3>
<p>Start configure WordPress site on your domain. Give the asked details by WordPress setup wizard. Like database name, user name &amp; password to connect the database. Then provide basic information about you site. Finally you do get installed WordPress site. Login to your admin account. It will redirect to Admin dashboard. Here you can add pages, post contents &amp; can customize the site. In step one to Start writing content based articles. Go to add new post. Start writing. Once you complete the article click on publish. It will make your article live on your domain. You can view the article after publish using view link.</p>
<h3>Do SEO</h3>
<p>Now you have to do <a href="https://jharaphula.com/category/free-seo-training-tools/" target="_blank" rel="noopener noreferrer">SEO</a> works for your published article. Submit this new link to search engines. Share it in your social networking portals like Facebook or Twitter. With in 2 to 3 days search engines will detect your link. To index faster you can also use Google Webmaster &#8220;Fetch as Google&#8221; tool.</p>
<h3>Apply for Google Adsense program</h3>
<p>To earn from your site, apply Google Adsense program. Create a Gmail id. Go to Google Adsense program. Fill the form with required details &amp; apply. It will take 3 to 4 working days to get approval from Adsense Team. Once you have approval, Create ad units like Leader-board, Wide Sky, Medium Rectangle or Large Rectangle. Start using these ads for your site. If you do correct on-page SEO &amp; you can have thousand visitors a day, be sure your site is a profitable asset for you. For article based sites you can refer the internal Link Building strategies of Wikipedia. it will give you more page-view &amp; good earning.</p>
<h3>Tricks to earn from Adsense</h3>
<p>Placing Google ads for your pages is required experience. Do consult with some good SEO farm about your page design &amp; placement of ads. Use commercial ads in such a way that visitors will click on your ads. Avoid black hat SEO tricks. Google hate this. Using black hat SEO tricks your site can penalized by Google. To run a successful e-business first let you read the <a href="https://jharaphula.com/webmaster-guidelines-google-tools/" target="_blank" rel="noopener noreferrer">Google Webmaster Policies</a>. Follow them in your website.</p>
<p>Do you like the above Story abput Start a WordPress blog? Share us.</p>
<p>The post <a href="https://jharaphula.com/how-to-start-wordpress-blog/">How to Start a WordPress blog with Hostgator &amp; Godaddy?</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jharaphula.com/how-to-start-wordpress-blog/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2016/05/tips-to-start-a-WordPress-blog.jpeg" medium="image" />
	</item>
		<item>
		<title>RSS feed based best Sidebar Widgets for WordPress Blogs</title>
		<link>https://jharaphula.com/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs/</link>
		
		<dc:creator><![CDATA[Rupamati Roy]]></dc:creator>
		<pubDate>Mon, 09 May 2016 06:20:18 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[best Sidebar Widgets]]></category>
		<category><![CDATA[Essential WordPress Plugins]]></category>
		<category><![CDATA[WordPress Blog]]></category>
		<guid isPermaLink="false">https://jharaphula.com/?p=73472</guid>

					<description><![CDATA[<img width="300" height="192" src="https://jharaphula.com/wp-content/uploads/2024/05/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs-300x192.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="RSS feed based best Sidebar Widgets for Wordpress Blogs" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2024/05/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs-300x192.jpg 300w, https://jharaphula.com/wp-content/uploads/2024/05/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs.jpg 610w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>World knows WordPress is a popular CMS to develop your Own blog. In this platform there are several Widgets and Plugins are available for Free...</p>
<p>The post <a href="https://jharaphula.com/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs/">RSS feed based best Sidebar Widgets for WordPress Blogs</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="192" src="https://jharaphula.com/wp-content/uploads/2024/05/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs-300x192.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="RSS feed based best Sidebar Widgets for Wordpress Blogs" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2024/05/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs-300x192.jpg 300w, https://jharaphula.com/wp-content/uploads/2024/05/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs.jpg 610w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>World knows WordPress is a popular CMS to develop your Own blog. In this platform there are several Widgets and Plugins are available for Free to use. Google loves more informative blogs. RSS feed based Widgets are the best Sidebar Widgets for WordPress blogs. To integrate third-party Widgets you can place PHP Codes or Can be done using various free plugins.</p>
<p>Here to make your Blog more attractive and content rich we are sharing 90+ regular updated xml feeds. You don&#8217;t need to worry about &#8220;How to fetch these feeds in your blog?&#8221;. In below Sharing the PHP Code with CSS Styles to made the integration easier. You can easily integrate this feeds to your Business Websites or Blogs. These Widgets are 100% Customizable and Free.</p>
<h2>90+ XML Feeds for Sidebar Widgets</h2>
<div class="scrollfeed">Our Timeline (<em>regular updated feed</em>) <a href=" <a href="https://jharaphula.com/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/feed/</a><br />
&#8211; &#8211;<br />
miscellaneous <a href="https://jharaphula.com/category/miscellaneous/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/miscellaneous/feed/</a><br />
digitalization <a href="https://jharaphula.com/category/computer-digitalization/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/computer-digitalization/feed/</a><br />
health care news <a href="https://jharaphula.com/category/health-care-news/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/health-care-news/feed/</a><br />
business bay <a href="https://jharaphula.com/category/business-radar/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/business-radar/feed/</a><br />
blog <a href="https://jharaphula.com/category/blog/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/blog/feed/</a><br />
guide for travel <a href="https://jharaphula.com/category/guide-for-travel-tourism/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/guide-for-travel-tourism/feed/</a><br />
career <a href="https://jharaphula.com/category/career-job-seekers/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/career-job-seekers/feed/</a><br />
financial help <a href="https://jharaphula.com/category/financial-help/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/financial-help/feed/</a><br />
learn angularjs <a href="https://jharaphula.com/category/programming-solutions/learn-angularjs-with-examples/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/programming-solutions/learn-angularjs-with-examples/feed/</a><br />
automobiles <a href="https://jharaphula.com/category/automobiles/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/automobiles/feed/</a><br />
birthday advisor <a href="https://jharaphula.com/category/birthday-advisor/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/birthday-advisor/feed/</a><br />
bitcoin adoption <a href="https://jharaphula.com/category/bitcoin-adoption/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/bitcoin-adoption/feed/</a><br />
blog board <a href="https://jharaphula.com/category/blog-board/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/blog-board/feed/</a><br />
bollywood news <a href="https://jharaphula.com/category/hot-awaiting-celebrities/bollywood-latest-news/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/hot-awaiting-celebrities/bollywood-latest-news/feed/</a><br />
lessons for kids <a href="https://jharaphula.com/category/lessons-for-kids/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/lessons-for-kids/feed/</a><br />
tips for women <a href="https://jharaphula.com/category/tips-for-women/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/tips-for-women/feed/</a><br />
cleaning hacks <a href="https://jharaphula.com/category/cleaning-hacks/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/cleaning-hacks/feed/</a><br />
coffee house <a href="https://jharaphula.com/category/coffee-house/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/coffee-house/feed/</a><br />
covid-19 <a href="https://jharaphula.com/category/covid-19/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/covid-19/feed/</a><br />
css code tutorials <a href="https://jharaphula.com/category/programming-solutions/css-code-tutorials/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/programming-solutions/css-code-tutorials/feed/</a><br />
heatlh related tips <a href="https://jharaphula.com/category/heatlh-related-tips/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/heatlh-related-tips/feed/</a><br />
digital marketing solutions <a href="https://jharaphula.com/category/digital-marketing-solutions/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/digital-marketing-solutions/feed/</a><br />
awesome recipes <a href="https://jharaphula.com/category/awesome-recipes/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/awesome-recipes/feed/</a><br />
online education <a href="https://jharaphula.com/category/online-education/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/online-education/feed/</a><br />
electronics <a href="https://jharaphula.com/category/world-of-technologies/electronics/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/world-of-technologies/electronics/feed/</a><br />
essay writing <a href="https://jharaphula.com/category/essay-writing/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/essay-writing/feed/</a><br />
personality <a href="https://jharaphula.com/category/examples-of-personality/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/examples-of-personality/feed/</a><br />
fashion <a href="https://jharaphula.com/category/fashion-brings-fantacy/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/fashion-brings-fantacy/feed/</a><br />
fine lines wrinkles <a href="https://jharaphula.com/category/fine-lines-wrinkles/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/fine-lines-wrinkles/feed/</a><br />
for sports lovers <a href="https://jharaphula.com/category/for-sports-lovers/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/for-sports-lovers/feed/</a><br />
franchisee businesses <a href="https://jharaphula.com/category/franchisee-businesses/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/franchisee-businesses/feed/</a><br />
astrology <a href="https://jharaphula.com/category/horoscope-astrology-signs/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/horoscope-astrology-signs/feed/</a><br />
buy furniture online <a href="https://jharaphula.com/category/buy-furniture-online/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/buy-furniture-online/feed/</a><br />
gifts for love <a href="https://jharaphula.com/category/gifts-for-love/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/gifts-for-love/feed/</a><br />
blog posting services <a href="https://jharaphula.com/category/guest-posting-services/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/guest-posting-services/feed/</a><br />
link building <a href="https://jharaphula.com/category/free-seo-training-tools/guidance-to-link-building/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/free-seo-training-tools/guidance-to-link-building/feed/</a><br />
google helper <a href="https://jharaphula.com/category/free-seo-training-tools/google-helper/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/free-seo-training-tools/google-helper/feed/</a><br />
hair care solutions <a href="https://jharaphula.com/category/hair-care-solutions/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/hair-care-solutions/feed/</a><br />
health benefits <a href="https://jharaphula.com/category/health-benefits/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/health-benefits/feed/</a><br />
home decor <a href="https://jharaphula.com/category/home-decor/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/home-decor/feed/</a><br />
hot celebrities <a href="https://jharaphula.com/category/hot-awaiting-celebrities/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/hot-awaiting-celebrities/feed/</a><br />
instagram for business <a href="https://jharaphula.com/category/instagram-for-business/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/instagram-for-business/feed/</a><br />
insurance handbook <a href="https://jharaphula.com/category/insurance-handbook/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/insurance-handbook/feed/</a><br />
intersting stories <a href="https://jharaphula.com/category/intersting-stories/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/intersting-stories/feed/</a><br />
interior design <a href="https://jharaphula.com/category/interior-design/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/interior-design/feed/</a><br />
mutual funds <a href="https://jharaphula.com/category/mutual-funds/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/mutual-funds/feed/</a><br />
job interview tips <a href="https://jharaphula.com/category/job-interview-tips/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/job-interview-tips/feed/</a><br />
javascript examples <a href="https://jharaphula.com/category/programming-solutions/javascript-code-examples/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/programming-solutions/javascript-code-examples/feed/</a><br />
kineticjs examples <a href="https://jharaphula.com/category/programming-solutions/kineticjs-examples/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/programming-solutions/kineticjs-examples/feed/</a><br />
knee injuries <a href="https://jharaphula.com/category/knee-injuries/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/knee-injuries/feed/</a><br />
law and order <a href="https://jharaphula.com/category/law-and-order/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/law-and-order/feed/</a><br />
learn english <a href="https://jharaphula.com/category/online-education/learn-english-grammar/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/online-education/learn-english-grammar/feed/</a><br />
html5 examples <a href="https://jharaphula.com/category/programming-solutions/html5-examples/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/programming-solutions/html5-examples/feed/</a><br />
learn jquery <a href="https://jharaphula.com/category/programming-solutions/learn-jquery-with-examples/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/programming-solutions/learn-jquery-with-examples/feed/</a><br />
php demo apps <a href="https://jharaphula.com/category/programming-solutions/php-demo-apps/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/programming-solutions/php-demo-apps/feed/</a><br />
loan advisor <a href="https://jharaphula.com/category/loan-advisor/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/loan-advisor/feed/</a><br />
love dating <a href="https://jharaphula.com/category/love-dating-romance/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/love-dating-romance/feed/</a><br />
luxury watches <a href="https://jharaphula.com/category/luxury-watches/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/luxury-watches/feed/</a><br />
beauty tips <a href="https://jharaphula.com/category/tips-for-women/makeup-beauty-tips/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/tips-for-women/makeup-beauty-tips/feed/</a><br />
manage your stress <a href="https://jharaphula.com/category/manage-your-stress/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/manage-your-stress/feed/</a><br />
mental health <a href="https://jharaphula.com/category/mental-health/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/mental-health/feed/</a><br />
microsoft technologies <a href="https://jharaphula.com/category/programming-solutions/microsoft-technologies/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/programming-solutions/microsoft-technologies/feed/</a><br />
herbs home remedies <a href="https://jharaphula.com/category/herbs-home-remedies/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/herbs-home-remedies/feed/</a><br />
skincare tips <a href="https://jharaphula.com/category/health-care-news/skin-care-tips/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/health-care-news/skin-care-tips/feed/</a><br />
hot hollywood stars <a href="https://jharaphula.com/category/hot-awaiting-celebrities/hot-hollywood-stars/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/hot-awaiting-celebrities/hot-hollywood-stars/feed/</a><br />
novel for couples <a href="https://jharaphula.com/category/love-dating-romance/novel-for-couples/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/love-dating-romance/novel-for-couples/feed/</a><br />
pharmacy <a href="https://jharaphula.com/category/pharmacy/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/pharmacy/feed/</a><br />
photography <a href="https://jharaphula.com/category/photography/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/photography/feed/</a><br />
politics <a href="https://jharaphula.com/category/politics-history/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/politics-history/feed/</a><br />
signs of pregnancy <a href="https://jharaphula.com/category/tips-for-women/tips-symptoms-signs-of-pregnancy/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/tips-for-women/tips-symptoms-signs-of-pregnancy/feed/</a><br />
professional plumber <a href="https://jharaphula.com/category/professional-plumber/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/professional-plumber/feed/</a><br />
programming solutions <a href="https://jharaphula.com/category/programming-solutions/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/programming-solutions/feed/</a><br />
rakhi gifts <a href="https://jharaphula.com/category/rakhi-gifts/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/rakhi-gifts/feed/</a><br />
real estate <a href="https://jharaphula.com/category/real-estate/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/real-estate/feed/</a><br />
relationship <a href="https://jharaphula.com/category/relationship/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/relationship/feed/</a><br />
remedies for diabetes <a href="https://jharaphula.com/category/remedies-for-diabetes/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/remedies-for-diabetes/feed/</a><br />
agriculture <a href="https://jharaphula.com/category/revolution-for-agriculture/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/revolution-for-agriculture/feed/</a><br />
seo training <a href="https://jharaphula.com/category/free-seo-training-tools/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/free-seo-training-tools/feed/</a><br />
sexual diseases <a href="https://jharaphula.com/category/sexual-diseases/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/sexual-diseases/feed/</a><br />
shopping tips <a href="https://jharaphula.com/category/shopping-tips/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/shopping-tips/feed/</a><br />
gardening <a href="https://jharaphula.com/category/gardening/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/gardening/feed/</a><br />
solution for men <a href="https://jharaphula.com/category/solution-for-men/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/solution-for-men/feed/</a><br />
interview questions <a href="https://jharaphula.com/category/career-job-seekers/top-interview-questions/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/career-job-seekers/top-interview-questions/feed/</a><br />
top stories <a href="https://jharaphula.com/category/top-stories/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/top-stories/feed/</a><br />
tourism in india <a href="https://jharaphula.com/category/tourism-in-india/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/tourism-in-india/feed/</a><br />
wedding <a href="https://jharaphula.com/category/wedding-marriage/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/wedding-marriage/feed/</a><br />
weight loss solutions <a href="https://jharaphula.com/category/weight-loss-solutions/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/weight-loss-solutions/feed/</a><br />
wordpress <a href="https://jharaphula.com/category/wordpress-for-bloggers/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/wordpress-for-bloggers/feed/</a><br />
world of technologies <a href="https://jharaphula.com/category/world-of-technologies/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/world-of-technologies/feed/</a><br />
yoga <a href="https://jharaphula.com/category/yoga-meditation/feed/" target="_blank" rel="noopener nofollow">https://jharaphula.com/category/yoga-meditation/feed/</a></div>
<h2>PHP Code to integrate our Feed</h2>
<p>The below PHP Code will help you to integrate our Feeds to your platform. Depending upon the Categories you like, add those Feed URLs to the $feedurls array in below Code. Here you can Add 1 or n numbers of Feed URLs.</p>
<p>Demo <a href="http://i20demo.gamer.gd/" target="_blank" rel="noopener">http://i20demo.gamer.gd/</a></p>
<p>For a demo purpose here I added feeds urls like &#8220;Our Timeline&#8221;, &#8220;Healthcare News&#8221;, &#8220;Business Bay&#8221;, &#8220;Tips for Women&#8221;, &#8220;Love and Dating&#8221;, &#8220;Digital Marketing&#8221; and &#8220;Fashion&#8221;.</p>
<pre class="brush: php; title: ; notranslate">&lt;?php $feedurls = array(&quot;https://jharaphula.com/feed/&quot;, 
&quot;https://jharaphula.com/category/miscellaneous/feed/&quot;, 
&quot;https://jharaphula.com/category/computer-digitalization/feed/&quot;, 
&quot;https://jharaphula.com/category/health-care-news/feed/&quot;, 
&quot;https://jharaphula.com/category/business-radar/feed/&quot;, 
&quot;https://jharaphula.com/category/blog/feed/&quot;, 
&quot;https://jharaphula.com/category/guide-for-travel-tourism/feed/&quot;, 
&quot;https://jharaphula.com/category/career-job-seekers/feed/&quot;, 
&quot;https://jharaphula.com/category/financial-help/feed/&quot;, 
&quot;https://jharaphula.com/category/tips-for-women/feed/&quot;, 
&quot;https://jharaphula.com/category/heatlh-related-tips/feed/&quot;, 
&quot;https://jharaphula.com/category/digital-marketing-solutions/feed/&quot;, 
&quot;https://jharaphula.com/category/hair-care-solutions/feed/&quot;, 
&quot;https://jharaphula.com/category/health-care-news/skin-care-tips/feed/&quot;, 
&quot;https://jharaphula.com/category/tourism-in-india/feed/&quot;);
shuffle($feedurls); $rss_feed = simplexml_load_file($feedurls[0]);
?&gt;
&lt;div id=&quot;onestopshop&quot;&gt;&lt;?php 
if (! empty($rss_feed)) { $i = 0;
    foreach ($rss_feed-&gt;channel-&gt;item as $feed_item) { if ($i &gt;= 32) break; ?&gt;
       
&lt;div class=&quot;osclearfix&quot;&gt;&lt;div class=&quot;entryimg&quot;&gt;
    &lt;a target=&quot;_blank&quot; href=&quot;&lt;?php echo $feed_item-&gt;link; ?&gt;&quot;&gt;&lt;?php echo array_slice(explode('&lt;p&gt;', $feed_item-&gt;description), 0, 20)[0] ?&gt;&lt;/a&gt;
&lt;/div&gt;&lt;div&gt;
    &lt;div class=&quot;entrytitle&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;&lt;?php echo $feed_item-&gt;link; ?&gt;&quot;&gt;&lt;?php echo $feed_item-&gt;title; ?&gt;&lt;/a&gt;&lt;/div&gt;
    &lt;div class=&quot;entrydescrip&quot;&gt;&lt;?php echo array_slice(explode('&lt;p&gt;', $feed_item-&gt;description), 0, 20)[1] ?&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
      
&lt;?php $i ++; }}?&gt;&lt;/div&gt;</pre>
<p>* <em>In Widgets the links pointing to the Articles are <a href="https://adsense.google.com/start/" target="_blank" rel="nofollow noopener">Google Adsense</a> friendly. Supporting 200+ Global Languages. Family Safe.</em></p>
<h2>Can Customized using theme Style.css</h2>
<p>To made Customization easier here we are with 3 CSS Classes &#8220;entryimg&#8221;, &#8220;entrytitle&#8221; and &#8220;entrydescrip&#8221;. #onestopshop Class stands for the primary div. entrytitle and entrydescrip used for Posts Title and Description look n feel.</p>
<pre class="brush: css; title: ; notranslate">#onestopshop{overflow-y:scroll;border:1px solid gray;
padding:10px;height:520px;width:calc(100% - 21px)}
.entrytitle{font-size:20px;line-height:1.3;
margin-bottom:4px}.entrydescrip{font-size:16px;color:#000;
line-height:1.4;margin-bottom:6px}.osclearfix{clear:both;}
.entryimg{float:left;margin-right:8px;}</pre>
<p>Keep noted these Sidebar Widgets for WordPress are <a href="https://www.w3schools.com/html/html_responsive.asp" target="_blank" rel="noopener nofollow">100% resposive across any devices</a> independent of resolution.</p>
<h2>best Sidebar Widgets for WordPress</h2>
<p><img loading="lazy" decoding="async" class="alignleft size-full wp-image-73435" src="https://jharaphula.com/wp-content/uploads/2024/05/widgetforallzone.jpg" alt="RSS feed based best Sidebar Widgets for WordPress Blogs" width="610" height="281" srcset="https://jharaphula.com/wp-content/uploads/2024/05/widgetforallzone.jpg 610w, https://jharaphula.com/wp-content/uploads/2024/05/widgetforallzone-300x138.jpg 300w" sizes="auto, (max-width: 610px) 100vw, 610px" /></p>
<p><img loading="lazy" decoding="async" class="alignleft size-full wp-image-73433" src="https://jharaphula.com/wp-content/uploads/2024/05/widgetforblogs.jpg" alt="RSS feed based best Sidebar Widgets for WordPress Blogs" width="610" height="693" srcset="https://jharaphula.com/wp-content/uploads/2024/05/widgetforblogs.jpg 610w, https://jharaphula.com/wp-content/uploads/2024/05/widgetforblogs-264x300.jpg 264w" sizes="auto, (max-width: 610px) 100vw, 610px" /></p>
<p><img loading="lazy" decoding="async" class="alignleft size-full wp-image-73430" src="https://jharaphula.com/wp-content/uploads/2024/05/embedourjs.jpg" alt="RSS feed based best Sidebar Widgets for WordPress Blogs" width="806" height="282" srcset="https://jharaphula.com/wp-content/uploads/2024/05/embedourjs.jpg 806w, https://jharaphula.com/wp-content/uploads/2024/05/embedourjs-300x105.jpg 300w" sizes="auto, (max-width: 806px) 100vw, 806px" /></p>
<p><img loading="lazy" decoding="async" class="alignleft size-full wp-image-73051" src="https://jharaphula.com/wp-content/uploads/2024/04/jhppanelb.jpg" alt="RSS feed based best Sidebar Widgets for WordPress Blogs" width="600" height="755" srcset="https://jharaphula.com/wp-content/uploads/2024/04/jhppanelb.jpg 600w, https://jharaphula.com/wp-content/uploads/2024/04/jhppanelb-238x300.jpg 238w" sizes="auto, (max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignleft size-full wp-image-73064" src="https://jharaphula.com/wp-content/uploads/2024/04/jhppaneld.jpg" alt="RSS feed based best Sidebar Widgets for WordPress Blogs" width="954" height="383" srcset="https://jharaphula.com/wp-content/uploads/2024/04/jhppaneld.jpg 954w, https://jharaphula.com/wp-content/uploads/2024/04/jhppaneld-300x120.jpg 300w" sizes="auto, (max-width: 954px) 100vw, 954px" /></p>
<p>* <em>during the integration in-case you are getting difficulties, feel free to drop a mail to us for further resolution</em>.</p>
<p>The post <a href="https://jharaphula.com/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs/">RSS feed based best Sidebar Widgets for WordPress Blogs</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2024/05/rss-feed-based-best-sidebar-widgets-for-wordpress-blogs.jpg" medium="image" />
	</item>
		<item>
		<title>On-page SEO friendly informative WordPress/PHP Sidebar Website Widgets</title>
		<link>https://jharaphula.com/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets/</link>
		
		<dc:creator><![CDATA[Raghav Roy]]></dc:creator>
		<pubDate>Sat, 06 Feb 2016 14:52:07 +0000</pubDate>
				<category><![CDATA[WordPress for Bloggers]]></category>
		<category><![CDATA[FREE PHP Widgets]]></category>
		<category><![CDATA[PHP Sidebar Widgets]]></category>
		<category><![CDATA[SEO friendly Sidebar Widgets]]></category>
		<guid isPermaLink="false">https://jharaphula.com/?p=88561</guid>

					<description><![CDATA[<img width="300" height="180" src="https://jharaphula.com/wp-content/uploads/2025/02/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets-300x180.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="AdSense and SEO friendly Responsive PHP Sidebar Widgets" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2025/02/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets-300x180.jpg 300w, https://jharaphula.com/wp-content/uploads/2025/02/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets.jpg 700w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Easily Customizable live DEMO, Informative, On-page friendly Sidebar Widgets. In these Widgets Links Pointing to the Articles are Google AdSense friendly. User can read these...</p>
<p>The post <a href="https://jharaphula.com/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets/">On-page SEO friendly informative WordPress/PHP Sidebar Website Widgets</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="300" height="180" src="https://jharaphula.com/wp-content/uploads/2025/02/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets-300x180.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="AdSense and SEO friendly Responsive PHP Sidebar Widgets" style="display: block; margin-bottom: 10px; clear: both; max-width: 100%;" decoding="async" loading="lazy" srcset="https://jharaphula.com/wp-content/uploads/2025/02/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets-300x180.jpg 300w, https://jharaphula.com/wp-content/uploads/2025/02/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets.jpg 700w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p>Easily Customizable <strong><a href="https://jharaphula.com/demo.php" target="_blank" rel="noopener">live DEMO</a></strong>, Informative, On-page friendly Sidebar Widgets. In these Widgets Links Pointing to the Articles are <strong>Google AdSense friendly</strong>. User can read these Articles using <strong>200+ Global Languages</strong>. All Articles showing under these Website Widgets are Family Safe.</p>
<h2>FREE Download <a class="h2anchor" href="https://downloads.wordpress.org/plugin/i20-sidebar-widgets.2.1.6.zip">i20-Sidebar-Widgets.zip</a></h2>
<p>or</p>
<p>Save link as <a href="https://jharaphula.com/oss_300x520.txt" target="_blank" rel="noopener">oss_300x520.php</a>.<br />
Code to add &lt;?php include(“oss_300x520.php”); ?&gt;</p>
<p>After a Successful Installation you don’t need to do anything, the Plugin &#8220;<strong>i20 Sidebar Widgets</strong>&#8221; will automatically fit in your theme. Using Settings, you can Set the number of records you want to display or border and height of these Sidebar Widgets. By default the plugin Comes with 100% Width. You can use this in <strong>Page Header</strong>, <strong>Left or Right Side Panel</strong> or <strong>inside Paragraphs</strong>. Currently we are supporting <strong>28 popular Categories</strong> with more than each of 400+ of <strong>high quality Articles</strong>. Depending upon your niche from plugin settings you can select which Categories Articles you need to show in Sidebar.</p>
<p><a href="https://jharaphula.com/demo.php" target="_blank" rel="noopener"><img loading="lazy" decoding="async" src="https://jharaphula.com/wp-content/uploads/2025/02/can-i-in-ur-blogs.jpg" alt="" width="610" height="712" class="alignnone size-full wp-image-88948" srcset="https://jharaphula.com/wp-content/uploads/2025/02/can-i-in-ur-blogs.jpg 610w, https://jharaphula.com/wp-content/uploads/2025/02/can-i-in-ur-blogs-257x300.jpg 257w" sizes="auto, (max-width: 610px) 100vw, 610px" /></a></p>
<h2>Technical Details</h2>
<p>These Website Widgets are completely Dynamic, No more we are Storing or Retrieving DATA to or from your WP Database. Fetching DATA from <strong>SSD Storage xml feeds</strong>. Each feed is with 120 records. Total 28 feeds (<em>Categories</em>). Using <strong>1 random PHP function</strong> we are Choosing 1 feed from 28 feeds then using <strong>2nd random PHP function</strong> we are displaying top 20 records. Make Sure in every page refresh <strong>for 90% cases these Widgets will display unique records</strong> to the user.</p>
<p><a href="https://jharaphula.com/wp-content/uploads/2025/02/screenshot-1.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" src="https://jharaphula.com/wp-content/uploads/2025/02/screenshot-1.png" alt="" width="1428" height="821" class="alignnone size-full wp-image-88574" srcset="https://jharaphula.com/wp-content/uploads/2025/02/screenshot-1.png 1428w, https://jharaphula.com/wp-content/uploads/2025/02/screenshot-1-300x172.png 300w, https://jharaphula.com/wp-content/uploads/2025/02/screenshot-1-1024x589.png 1024w" sizes="auto, (max-width: 1428px) 100vw, 1428px" /></a></p>
<h2>SEO Features of these Website Widgets</h2>
<p>This WP Plugin is SEO friendly. By adding this Widgets to your Post, Page or Taxonomies pages additional 2900+ Words will add to the page (<em>which will Change for every page refresh</em>). Each row of this Sidebar Widgets comes with 145 Words Description. If you are <strong>displaying 20 rows then 2900+ Words</strong> will On-page.</p>
<p><a href="https://jharaphula.com/demo.php" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-88599" src="https://jharaphula.com/wp-content/uploads/2025/02/wide-pan.jpg" alt="" width="946" height="383" srcset="https://jharaphula.com/wp-content/uploads/2025/02/wide-pan.jpg 946w, https://jharaphula.com/wp-content/uploads/2025/02/wide-pan-300x121.jpg 300w" sizes="auto, (max-width: 946px) 100vw, 946px" /></a></p>
<p>You can display these Sidebar Widgets using Shortcode <strong>&#91;i20_Sidebar_Widgets&#93;</strong>.</p>
<h2>Frequently Asked Questions</h2>
<p><strong>Qus 1. How to Disable this Plugin?</strong></p>
<p>Use standard Plugin overview page in WordPress admin section and deactivate it or rename plugin folder /wp-content/plugins/i20-sidebar-widgets over FTP access.</p>
<p><strong>Qus 2. Is this Sidebar Widgets plugin SEO friendly?</strong></p>
<p>Yes.</p>
<p><strong>Qus 3. Will it Slow my Site down?</strong></p>
<p>No, it won&#8217;t. It&#8217;s only loaded on the pages where Shortcode added.</p>
<p><strong>Qus 4. Can I select all 28 Categories?</strong></p>
<p>Yes, by selecting each checkbox you are saying our algorithm to fetch its related Category xml feed. While selecting multiple feeds for each page refresh randomly 1 category feed will select from the array of xml feeds.</p>
<p><strong>Qus 5. What will happen if I am not selecting any Category?</strong></p>
<p>By not selecting any Category Widgets will fetch general feed.</p>
<p><strong>Qus 6. What is the shortcode to integrate this plugin?</strong></p>
<p>&#91;i20_Sidebar_Widgets&#93;</p>
<p><strong>Qus 7. Can I use these Widgets multiple times in a Single page?</strong></p>
<p>Yes using the Shortcode you can use these Website Widgets multiple times in a Single page but it was recommended not to use multiple times. Because the Setting panel will work Same for all Widgets. For multiple use width is not an issue as it set to 100% but height and record count will same for all widgets. Make Sure during page load multiple widgets will not show Similar records.</p>
<h2>How to Install this WordPress Sidebar plugin?</h2>
<p>1. Download the <a href="https://downloads.wordpress.org/plugin/i20-sidebar-widgets.2.1.6.zip" rel="noopener">zip File</a>, Go to Plugin &gt; Add Plugins. Click on the `upload` link to upload `i20_Sidebar_Widgets.zip`<br />
2. Click on `Activate plugin`.<br />
3. Go to Settings &gt; i20 Sidebar Widgets. Copy the Shortcode.<br />
4. Under Widgets drag a Text Control to your Sidebar panel. Paste the Shortcode. Save.<br />
5. Clear Site Cache and refresh the Page in browser.</p>
<h2>Changelog</h2>
<p>= 2.1.3: January 30, 2025 =<br />
* Updated feed Image Size from 80x60px to 300x185px.</p>
<p>= 2.1.3: November 28, 2024 =<br />
* Initially our xml feeds are with 60 records each from Database for any specific category. Updated to 120 records.</p>
<p>= 2.1.3: November 27, 2024 =<br />
* Fetching all User selected feeds url using random function from PHP. Then storing all the records from each feed to an array. Applying random function to the Array elements before displaying to the widgets.</p>
<p>= 2.1.3: October 30, 2024 =<br />
* WordPress 6.5 and PHP 8.2 compatibility.</p>
<p>= 1.0.0: October 10, 2024 =<br />
* Birthday of i20 Sidebar Widgets.</p>
<h2>Customers Reviews</h2>
<p><strong>Somanath Pradhan Says</strong><br />
these Widgets comes with no-follow links and a paragraph of description. using record count form filed from settings if you set 20 records to display in widget then nearly 2000 words of unique content will add to your page.</p>
<p><strong>Robin Says</strong><br />
for every page request this widget is showing new records dynamically. faster because of fetching data from SSD storage xml feeds. if you are showing 20 records in a widget then nearly 2000 word texts getting added to your pages.</p>
<p><img loading="lazy" decoding="async" src="https://jharaphula.com/wp-content/uploads/2025/02/cus-review.gif" alt="" width="940" height="469" class="alignnone size-full wp-image-88953" /></p>
<p><strong>Sarita Padhi Says</strong><br />
i love this plugin because of this plugin fetching data including images from third party server. not storing anything to wp database.</p>
<p><strong>Jitendra Panda Says</strong><br />
this plugin loading Speed is very good. using height and number of records we can fit this plugin in anywhere of a page. After installation i placed the shortcode in 2 places. Awesome. plugin is working as expected.</p>
<p><strong>Nilakshi Tanaya Says</strong><br />
These Widgets using CSS Styles from a single CSS file assets\css\jhp_main.css. You can easily Customize these Free Widgets as per your need.</p>
<p><strong>Sanghamitra Bharati Says</strong><br />
these Sidebar Wiidgets can be used in Header and Footer part of the post pages. By default the width of these widgets are 100% plus number of records we can set from settings.</p>
<p><strong>Nibedita Panda Says</strong><br />
this plugin Contains many useful articles related to Career, Health, Education or Herbalcare. I love to place these widgets in my Blogs.</p>
<p><strong>Rupamati Roy Says</strong><br />
i love this plugin because of its Setting panel is so easy. After installation by just placing a line of Shortcode this plugin showing widgets in Sidebar.</p>
<p><strong>Sameer Boxi Says</strong><br />
2 days back I installed this plugin in my 7 yrs Old WordPress blog. My good luck this plugin showing positive results in Google. No-Follow links plus Contents in small small paragraph effected my On-page SEO performance. After all this is dynamic. Nearly for every page refresh this plugin showing new records.</p>
<p>The post <a href="https://jharaphula.com/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets/">On-page SEO friendly informative WordPress/PHP Sidebar Website Widgets</a> appeared first on <a href="https://jharaphula.com">OneStop Shop</a>.</p>
]]></content:encoded>
					
		
		
			<media:content url="https://jharaphula.com/wp-content/uploads/2025/02/adsense-and-seo-friendly-responsive-free-php-sidebar-widgets.jpg" medium="image" />
	</item>
	</channel>
</rss>
