Wordpress


  • 13:37 Build HTML Tables In WordPress | WP Learning Lab

    Build HTML Tables In WordPress | WP Learning Lab

    by Best Webhosting Added 84 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Creating a WordPress HTML table is just like creating a regular HTML table only you're doing it in WordPress. You still use the same tags, table, tr, th, td and the same styles. Luckily, creating tables is quite easy and it's a great way to display data. The biggest drawback of tables is that they are not mobile responsive. So you need to test your tables on mobile to make

  • 03:37 Popular Add Confirm Email Field To Contact Form 7 Forms | Contact Form 7 Tutorials Part 9

    Add Confirm Email Field To Contact Form 7 Forms | Contact Form 7 Tutorials Part 9

    by Best Webhosting Added 171 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL There is nothing more frustrating than receiving an message from a promising lead through your contact form, but their email address has a typo. With some email addresses you can identify the typo easily, with others you can't. Adding an email confirmation field where the user has to type their email twice helps fight this problem. And luckily adding a contact form 7 confir

  • 03:50 Popular Easily Add All Fields To The Contact Form 7 Email | Contact Form 7 Tutorials Part 3

    Easily Add All Fields To The Contact Form 7 Email | Contact Form 7 Tutorials Part 3

    by Best Webhosting Added 146 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Easily Add All Fields To The Contact Form 7 Email | WP Learning Lab At first, few people realize that once you've created your Contact Form 7 form, you also need to create the email that goes along with it. They usually figure it out when the email the form sends doesn't include the custom fields they added. If you add more fields to your form, you also need to add them to

  • 04:48 Popular Contact Form 7 File Upload Field Tutorial   | Contact Form 7 Tutorials Part 10

    Contact Form 7 File Upload Field Tutorial | Contact Form 7 Tutorials Part 10

    by Best Webhosting Added 181 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Tutorial updated for 2017/2018: https://www.youtube.com/watch?v=-RtBrUCSkBk&t=151s&index=20&list=PLlgSvQqMfii5Q05RFNFaZhTbPomLfZssV Contact Form 7 File Upload Field Tutorial • | WP Learning Lab The Contact Form 7 file upload feature is a great addition that a lot webmasters will find useful. There is one trick to setting it up that many people get wrong, this tutorial will

  • 03:36 Popular Easily Add Contact Form 7 Placeholder Text To Any Input Field | Contact Form 7 Tutorials Part 14

    Easily Add Contact Form 7 Placeholder Text To Any Input Field | Contact Form 7 Tutorials Part 14

    by Best Webhosting Added 152 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Easily Add Contact Form 7 Placeholder Text To Any Input Field | WP Learning Lab Contact Form 7 placeholder text makes your contact form much more user-friendly. You can use placeholder text to give the user more information or you can use it to replace field labels. By eliminating field labels you can substantially reduce the space your form takes up. So if you need to cons

  • 05:31 Popular Contact Form 7 Validation With Custom Error Messages | Contact Form 7 Tutorials Part 8

    Contact Form 7 Validation With Custom Error Messages | Contact Form 7 Tutorials Part 8

    by Best Webhosting Added 165 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Contact Form 7 Validation With Custom Error Messages | WP Learning Lab You can use the Contact Form 7 validation plugin to add custom error messages to all of your Contact Form 7 fields. This will greatly improve user experience with your contact forms. Why do you need custom error messages? Because a default contact form 7 error message is just "this field is required". Wh

  • 04:38 Popular Completely Delete WordPress In Two Steps | WP Learning Lab

    Completely Delete WordPress In Two Steps | WP Learning Lab

    by Best Webhosting Added 111 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Completely Delete WordPress In Two Steps | WP Learning Lab Believe it or not, there are some people who want to delete WordPress. Crazy, right? Turns out, there are some legit reasons to delete WordPress, like deleting an old development site or starting from scratch after a bad hack. There are two parts to deleting WordPress: deleting the files and deleting the database. I

  • 04:31 Popular Contact Form 7 Email Validation Using DNS Verification | Contact Form 7 Tutorials Part 12

    Contact Form 7 Email Validation Using DNS Verification | Contact Form 7 Tutorials Part 12

    by Best Webhosting Added 139 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Contact Form 7 Email Validation Using DNS Verification | WP Learning Lab Contact Form 7 validates the syntax of email addresses, but it doesn't check to make sure the email address is associated with a real domain. The DNS verification plugin will do that. If you rece

  • 03:31 Popular How to create an HTML meta refresh on your WordPress blog | WP Learning Lab

    How to create an HTML meta refresh on your WordPress blog | WP Learning Lab

    by Best Webhosting Added 128 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL How to create an HTML meta refresh on your WordPress blog | WP Learning Lab If you have limited access on your WordPress site or its server, but you need to create a redirect, an HTML meta refresh is often your only option. These redirects are not instantaneous, but they are effective. Here's the code I use in the video: (less-than symbol)meta http-equiv="refresh" content="

  • 05:04 Popular Here's How To Never Use Your WordPress Admin User For Better WordPress Security | WP Learning Lab

    Here's How To Never Use Your WordPress Admin User For Better WordPress Security | WP Learning Lab

    by Best Webhosting Added 108 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Here's How To Never Use Your WordPress Admin User For Better WordPress Security | WP Learning Lab On most websites the WordPress admin user username is exposed in the source code of the website. Protect your site by using this strategy to never reveal the WordPress admin user account. This way, if a user's account is hacked, they don't have admin privileges and a the damage

  • 06:10 Popular Wp-Cron.php May Be Slowing Your Site - Create A Server Cronjob Instead | WP Learning Lab

    Wp-Cron.php May Be Slowing Your Site - Create A Server Cronjob Instead | WP Learning Lab

    by Best Webhosting Added 115 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL These are two pieces of code referenced in the video: define('DISABLE_WP_CRON', 'true'); cd /home/HOSTING_USERNAME/public_html; php -q wp-cron.php When you create your cronjob make sure you replace HOSTING_USERNAME with the username of your hosting account. To find it see the section below called "Finding Hosting Username". -------- Wp-Cron.php May Be Slowing Your Site - Cr

  • 06:44 Database Cleaner Plugin That Removes Expired Transients | WP Learning Lab

    Database Cleaner Plugin That Removes Expired Transients | WP Learning Lab

    by Best Webhosting Added 95 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Database Cleaner Plugin That Removes Expired Transients | WP Learning Lab Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist An easy database cleaner process is to remove expired and non-expired transients from your WordPress database. This database cleanup process involves a plugin that deletes bits of information th

  • 05:32 Popular Adding Hidden Fields Using The Contact Form 7 Modules Plugin | Contact Form 7 Tutorials Part 11

    Adding Hidden Fields Using The Contact Form 7 Modules Plugin | Contact Form 7 Tutorials Part 11

    by Best Webhosting Added 150 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Contact Form 7 - Adding Hidden Fields Using The Contact Form 7 Modules Plugin | WP Learning Lab Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist The ability to create hidden fields is one of the major things missing from Contact Form 7. Luckily there's a nice little plugin that will add that ability to CF7 and as a

  • 17:46 Popular Migrate a WordPress site [2017] to a new host and new domain manually | WP Learning Lab

    Migrate a WordPress site [2017] to a new host and new domain manually | WP Learning Lab

    by Best Webhosting Added 136 Views / 0 Likes

    Migrate a WordPress site to a new host and new domain manually | WP Learning Lab - https://youtu.be/ZJED0dqEx-M Exclusive for WPLearningLab viewers, up to 50% off hosting: https://wplearninglab.com/wordpress-hosting-offer/ Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL To migrate a WordPress site to a new host and new domain you must create a full backup of the site you're moving and replicate it in the new hosting by f

  • 06:11 Popular What happens to traffic when Discourage Search Engines From Indexing this site is active

    What happens to traffic when Discourage Search Engines From Indexing this site is active

    by Best Webhosting Added 121 Views / 0 Likes

    What happens to traffic discourage search engines from indexing this site is active Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL The discourage search engine from indexing this site checkbox is talked about a lot, but very few people will activate the setting on their live site to see what would happen. I did, and here's what happened. Once this option was activated, traffic dropped off very quickly! The good news is

  • 08:04 Popular Easy Google Fonts Plugin Makes It Easy To Add Google Fonts To Your WordPress Site | WP Learning Lab

    Easy Google Fonts Plugin Makes It Easy To Add Google Fonts To Your WordPress Site | WP Learning Lab

    by Best Webhosting Added 143 Views / 0 Likes

    Easy Google Fonts Plugin Makes It Easy To Add Google Fonts To Your WordPress Site | WP Learning Lab Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Easy Google Fonts is a simple plugin that allows you to add Google Fonts to any text on your website quickly, easily and without code. You can even add the Google Fonts API to instantly have access to new fonts as they're released. The get started first you need to install th

  • 05:37 Popular [2017] Use Google Analyticator to Easily Add WordPress Google Analytics | WP Learning Lab

    [2017] Use Google Analyticator to Easily Add WordPress Google Analytics | WP Learning Lab

    by Best Webhosting Added 134 Views / 0 Likes

    Use Google Analyticator to Easily Add WordPress Google Analytics | WP Learning Lab Grab your free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Google Analyticator is a simple plugin that helps you add Google Analytics to your WordPress site. To install this plugin please log into your WordPress dashboard, hover over Plugins and then click on Add New. On the next page type "Google Analyticator" into the search bar. The plugin we want

  • 09:56 Popular Hosting add-on domain process step-by-step | WP Learning Lab

    Hosting add-on domain process step-by-step | WP Learning Lab

    by Best Webhosting Added 107 Views / 0 Likes

    Hosting add-on domain process step-by-step | WP Learning Lab Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist Hosting add-on domain process can be tricky if you haven't done it before. Especially when hosts, like Bluehost, change the process to make it more difficult. Watch over my shoulder as I add an add-on domain to my hosting account. The first thing you need to do to start the add-on doma

  • 07:37 Popular Use Instagram Feed to Add Yours And Other People's Instagram Feeds | WP Learning Lab

    Use Instagram Feed to Add Yours And Other People's Instagram Feeds | WP Learning Lab

    by Best Webhosting Added 128 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Use Instagram Feed to Add Yours And Other People's Instagram Feeds | WP Learning Lab Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist URL of Instagram Feed User ID finder: https://www.otzberg.net/iguserid/ Instagram Feed is a simple WordPress plugin that allows you to add your Instagram Feed and other people's Insta

  • 14:28 Popular Polylang Multilingual WordPress Plugin 2017 Step-by-Step Install and Setup

    Polylang Multilingual WordPress Plugin 2017 Step-by-Step Install and Setup

    by Best Webhosting Added 172 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Create a Multilingual WordPress site with Polylang tutorial - https://youtu.be/YpFdmzWCFRc Exclusive for WPLearningLab viewers, up to 50% off hosting: https://wplearninglab.com/wordpress-hosting-offer/ Polylang multilingual WordPress plugin allows you to convert your website into a multi-language WordPress site. This will allow you to reach a wider audience with your conten

  • 03:44 Popular Remove Blog From WordPress In A Few Clicks | WP Learning Lab

    Remove Blog From WordPress In A Few Clicks | WP Learning Lab

    by Best Webhosting Added 127 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Remove Blog From WordPress In A Few Clicks https://youtu.be/w87XOqlZihc WordPress has been pigeon-holed as being only a blogging platform. It's not true. WordPress started as a blogging platform and blogging is still core to WordPress, but it can also be used to create standard, static websites. All you have to do is remove the blog from WordPress. It is easy to remove blog

  • 09:30 Popular Remove WordPress Sidebar in Avada, Divi & 2017 Theme | WP Learning Lab

    Remove WordPress Sidebar in Avada, Divi & 2017 Theme | WP Learning Lab

    by Best Webhosting Added 150 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Remove WordPress Sidebar in Avada, Divi & 2017 Theme | WP Learning Lab Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist You can WordPress remove sidebar using different techniques for different themes. In this tutorial I show you how to remove WordPress sidebar in Divi, remove WordPress sidebar in 2017 and remove Wo

  • 07:45 Popular Install WordPress in a subdirectory of an existing site - WordPress Sub-directory | WP Learning Lab

    Install WordPress in a subdirectory of an existing site - WordPress Sub-directory | WP Learning Lab

    by Best Webhosting Added 120 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Install WordPress in a subdirectory of an existing site - WordPress Sub-directory | WP Learning Lab Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist A WordPress subdirectory install is done in a very similar way to installing WordPress in a domain root. We just install to a different folder. First thing is to create

  • 08:36 Popular Install WordPress on a subdomain of an existing WP site - WordPress Subdomain | WP Learning Lab

    Install WordPress on a subdomain of an existing WP site - WordPress Subdomain | WP Learning Lab

    by Best Webhosting Added 132 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Install WordPress on a subdomain of an existing WP site - WordPress Subdomain | WP Learning Lab Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist A WordPress subdomain install is done in a very similar way to installing WordPress in a domain root. We just install to a different folder. First thing is to create the su

  • 03:59 Popular Quick WordPress Theme Editor Tutorial | WP Learning Lab

    Quick WordPress Theme Editor Tutorial | WP Learning Lab

    by Best Webhosting Added 113 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Quick WordPress Theme Editor Tutorial https://youtu.be/RiXux7P0I3M Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist The Wordpress theme editor is great for making small and quick changes to the template files on your WordPress site. I recommend you know some basic PHP before playing in the WordPress theme editor bec

  • 06:46 Popular The WordPress User Roles Plugin Has A Powerful And Easy To Use User Role Editor | WP Learning Lab

    The WordPress User Roles Plugin Has A Powerful And Easy To Use User Role Editor | WP Learning Lab

    by Best Webhosting Added 152 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL The WordPress User Roles Plugin Has A Powerful And Easy To Use User Role Editor | WP Learning Lab Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist Using the user role editor, user roles are easily created using in WordPress. The plugin is free and will let you create new user roles, edit existing user roles and even

  • 09:57 Popular Create & Edit WordPress User Permissions Using The User Role Editor Plugin | WP Learning Lab

    Create & Edit WordPress User Permissions Using The User Role Editor Plugin | WP Learning Lab

    by Best Webhosting Added 172 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Create & Edit WordPress User Permissions Using The User Role Editor Plugin | WP Learning Lab Grab your free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress user permissions give you a lot of flexibility in determining what specific users and

  • 12:42 Popular Contact Form 7 CSS to Style CF7 Submit Button, Inputs, Fields and Dropdown | CF7 Tuts Part 2

    Contact Form 7 CSS to Style CF7 Submit Button, Inputs, Fields and Dropdown | CF7 Tuts Part 2

    by Best Webhosting Added 114 Views / 0 Likes

    Contact Form 7 CSS to Style CF7 Submit Button, Inputs https://youtu.be/bKarC0QO5og Check out https://happyforms.me/, it's a cool new form builder that you may like better than CF7 (and it's free!): HappyForms.me CF7 CSS styles part 2: https://www.youtube.com/watch?v=9e-JbYgYBSs&t=0s&list=PLlgSvQqMfii5Q05RFNFaZhTbPomLfZssV&index=3 Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist Styling contact

  • 15:07 Popular Conditional Form Creation [2017] - Make Fields Appear Or Disappear Based On User Input

    Conditional Form Creation [2017] - Make Fields Appear Or Disappear Based On User Input

    by Best Webhosting Added 116 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Conditional Form Creation [2017] - Make Fields Appear Or Disappear Based On User Input Grab your free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Conditional forms are great of user experience because you can collect lots of different types of data without sacrificing user experience. The forms you create can change based on user input. Conditional form

  • 14:02 Popular WordPress Booking Calendar Using Contact Form 7 & A Datepicker | Contact Form 7 Tutorials Part 7

    WordPress Booking Calendar Using Contact Form 7 & A Datepicker | Contact Form 7 Tutorials Part 7

    by Best Webhosting Added 149 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL WordPress Booking Calendar Using Contact Form 7 & A Datepicker https://youtu.be/uKYEK1y0hNk Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist A WordPress booking calendar or WordPress appointment form is a must for any service company. They aren't hard to create and can be free to make. In this tutorial we're to use

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA

RSS