Tag: WordPress
-
How to increase loading speed of your WordPress website?
Today, a lot of people are using WordPress. As a result, the number of websites has also increased. Every day, more and more people are joining this platform to build their own personal website or business website. However, you have to realize that there are some factors that can affect your website’s loading speed. You…
-
Important WordPress theme functions every developer needs
When we develop any custom WordPress theme we need to use different functions. We need to write those functions in functions.php file of the custom theme. I have prepared some of those basic functions and included in the functions.php file. I have mentioned the usage / procedure to use the function in the same file.…
-
MalCare – Your Best Buddy for Malware Protection!
74,652,825 websites depend on WordPress and yet yours was the one that got hacked? Well, join the club, you’re not alone! WordPress is a phenomenally popular site that powers about 30% of the internet. I have also been a constant victim of getting my WordPress site hacked frequently and decided to take action needed to stop…
-
WordPress migrations need an overhaul. Here’s why.
WordPress migration is the bare necessity of running an active website. All WordPress customers need to deal with the aggravations with migrating their site beginning with one web host onto the next web host. It is known by the web society that WordPress migration is a overwhelming undertaking. This is clear with the by and…
-
WordPress free responsive WooCommerce themes
WooCommerce is the most customizable eCommerce platform for building your online business. If you opt your website under WordPress then WooCoomerce is the right choice. But every WordPress themes are not properly compatible to this plugin. While choosing your theme you might consider if the theme is WooCommerce ready or not if you are going to…
-
10 Free WordPress photography portfolio themes for your work showcase
Photographers always keen for professional looking websites as a showcase of their works related to memories, locations, events, nature, people and so on. WordPress portfolio themes are absolutely perfect for them. There are few themes optimized specifically for photographers while others can be used for a variety of different industries. 1. Pure Very concisely and…
-
WordPress reserved terms you should never use
While developing WordPress theme or plugin we use different WordPress keywords or terms, additionally while handling forms fields and custom post types we have to consider what names we can use or not. The restricted names are called reserved terms. WordPress itself reserves few keywords or terms which we can not use in our coding.…
-
Embed responsive Google Map into WordPress post or page without plugin
From personal blog, travel blog to company web page, we need to embed Google Map to show proper location. There are few WordPress plugins available to serve the same feature. But I always intend to not using WordPress plugins if it can be served by writing code. We can create a simple WordPress shortcode to…
-
Free WordPress backup plugins you can definitely use
You run your personal blog or website on WordPress or you are a developer maintaining lots of websites on WordPress. Taking your website backup regularly is the primary process you have to do for security purposes so that for any unforeseen situation you never lost your website files or data. Manual backup process using FTP…
-
Count your wordpress search results
The default WordPress search results page is noting but to show you the total results as per your search keywords. You can spice this page up a bit by showing the total search count like4 Results found or something like this…. Just you need to add some codes and it will look like the image…