Updraft Plus – Plugin to take back up in wordpress

UpdraftPlus – Backup/Restore By UpdraftPlus.Com, DavidAnderson simplifies backups and restoration of wordpress website.In a single click,webite can be backed up ito google cloud. UpdraftPlus: Restores, as well as backing up Backs up to more cloud options than any others Allows you to set up automatic backup schedules, for the ultimate in convenience Is faster, using up… Continue reading Updraft Plus – Plugin to take back up in wordpress

Published
Categorized as Wordpress

Before PHP Updation in wordpress

PHP is one of the programming languages that WordPress is built on.So for a faster and secure website,latest PHP version is as important as updated themes and plugins.  There are two main benefits to keeping PHP up-to-date:  Website may be faster because PHP becomes more efficient with each new version. Updating to WordPress’s recommended version (currently… Continue reading Before PHP Updation in wordpress

Published
Categorized as Wordpress

Add recaptcha in form.

It is very simple to add captcha to html form. Include the following div in the form where we have to include capcha Data site key is recaptcha key which we obtain after registering domain and site in reCAPTCHA admin console with Google account.A reCAPTCHA key is a unique alphanumeric string of 40 characters. And include… Continue reading Add recaptcha in form.

Plugin to display twitter feed

To display twitter feeds in wordpress,a new plugin “Feed Them Social – Page, Post, Video and Photo Galleries” by By SlickRemix can be used. “ Custom Twitter Feeds” plugin was used to display twitter feed in wordpress.Now this plugin updates feeds in the page only for paid users.A update may happen in June which enable… Continue reading Plugin to display twitter feed

Published
Categorized as Wordpress

Swipeable Card Design using Swiper JS

Here is an example for Swipeable Card Design using swiper js. For swipeable Card design needs div with classes swiper,swiper-wrapper and swiper-slide respectively.Content that is to displayed inside the card must be included in the div with class “swiper-slide”.In this example,5 cards are displayed .Therefore five div with class “swiper-slide” is used.Height and weight of… Continue reading Swipeable Card Design using Swiper JS

Enqueue script in the header section

In wordpress, wp_enqueue_script() allows plugins to queue scripts for the front end. Syntax for enqueue is Parameters are Parameters $handle string RequiredName of the script. Should be unique.$src string OptionalFull URL of the script, or path of the script relative to the WordPress root directory. Default: ”$deps string[] OptionalAn array of registered script handles this script depends on. Default: array()$ver string|bool|null OptionalString specifying script version number, if… Continue reading Enqueue script in the header section

Published
Categorized as Wordpress