WordPress Show Featured Image’s in RSS feed
To show post thumbnail images in your blog’s RSS feed, You can use following code snippet. Add this conde inside your active theme’s functions.php file
To show post thumbnail images in your blog’s RSS feed, You can use following code snippet. Add this conde inside your active theme’s functions.php file
If you are running your website on digitalocean and getting error while updating or installing new wordpress plugins and themes then this solution will help you to solve this problem. I solved this issue by doing following two steps 1] Step 1 First login to your droplet using terminal. And run following command 2] Step 2…
If you are using revolution slider or revslider for your website then you have noticed one thing with text/html layers that they don’t get automatically wrapp according to size of the slider. To solve this issue you have to add following lines of code inside your theme’s style.css file or inside “custom css” section of that…
Recently I received error “406 Not Acceptable and server not responding” while working on a wordpress website with woocommerce plugin. This error comes on woocommerce website because of the outdated MOD_SECURITY core ruleset on some hosting accounts. To solve this error you have to do following things on your wordpress website. STEP 1 : Rename jquery.cookie.min.js…
In this post I will show you how to change login error message on a wordpress website. It is needed because default error messages prints username which is not good for wordpress website security. To change wordpress login error message you have to add a filter using login_errors. Just add following lines of code inside your…
Using backlinks on external websites was a factor in search engine rankings. But with the social medias entrance in web development, now it is become most important factor in search engine ranking. So to rank well in search engines you must have pages with social media intreaction and for social media interaction you need social shares….
For a Corporate or Business website there are few sections like FAQ,Team Members,Testimonials,Skills are needed for every website. But WordPress Plugins Repository don’t have a single plugin having these features that’s why we created this WordPress Business Plugin. Plugin comes with option to add FAQ,Testimonials,Team Members using wordpress admin section. Installation 1. Using WordPress Admin Section….
If you are using wordpress contact form 7 plugin on your website and looking for contact form 7 thank you page redirection option in admin section of contact form 7 plugin then there is no visible option present to add redirection url. You have to use additional settings option box to add redirection url. [title line=”false”…
Woocomerce is most popular wordpress ecommerce plugin available. Using woocommerce you can convert your wordpress website into a online store to sale your products. If you are planning to create a woocommerce website then first question comes in your mind is how to integrate woocommerce into wordpress theme. And your current wordpress theme is compatible with…
Whether you have a small wordpress website or you have a very big corporate website , You have to protect your blog posts against spam. WordPress plugins need to be installed to protect against spam. There are huge number or anti spam wordpress plugins available on wordpress.org plugin repository. In this post we will list best…