WPLearningLab
-
03:52 Popular
Pagespeed Insights by Google - Find Out Why Your Website Is Slow - Ranking Factor | WP Learning Lab
Added 124 Views / 0 LikesGrab 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 Pagespeed Insights by Google - Find Out Why Your Website Is Slow - SEO Ranking Factor | WP Learning Lab https://developers.google.com/speed/pagespeed/insights/ In this tutorial I'll show you how to find out what is slowing down your website's load time using Pagespeed
-
04:46
How To Add XML Sitemaps to Google Webmaster Tools - Help Google Help You | WP Learning Lab
Added 90 Views / 0 LikesGrab 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 Add XML Sitemaps to Google Webmaster Tools - Help Google Help You | WP Learning Lab In this tutorial you're going to learn how to add an XML sitemap for your website to Google Webmaster Tools. Why would you want to do this? In short, to help Google find all the conten
-
06:02 Popular
Bulk Delete WordPress Comments via MySQL | WP Learning Lab
Added 135 Views / 0 LikesGrab 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 Bulk Delete WordPress Comments via MySQL | WP Learning Lab DELETE FROM wp_comments WHERE comment_approved = '0'; In this tutorial I'm going to show you how to delete large quantities of WordPress spam comments using a single command in MySQL. The first thing you'll ne
-
05:02 Popular
Social.png (CryptoPHP) Hack Explained - Better WordPress Security | WP Learning Lab
Added 127 Views / 0 LikesGrab 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 Social.png (CryptoPHP) Hack Explained - Better WordPress Security | WP Learning Lab #1 Biggest Security Threat Facing WordPress this year: http://bit.ly/WordPress-Security4 What is the Social.png Hack? A hacker gains access to your site when you install a theme or a p
-
04:18 Popular
SQL Injection Hack Explained - Better WordPress Security | WP Learning Lab
Added 110 Views / 0 LikesGrab 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 SQL Injection Attack Explained - Better WordPress Security | WP Learning Lab #1 Biggest Security Threat Facing WordPress this year: http://bit.ly/WordPress-Security3 What is an SQL Injection? A hacker gains access to your site's database by submitting SQL commands via
-
04:42 Popular
Cross-site Scripting (XSS) Attacks Explained - Better WordPress Security | WP Learning Lab
Added 131 Views / 0 LikesGrab 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 Cross-site Scripting (XSS) Attacks Explained - Better WordPress Security | WP Learning Lab #1 Biggest Security Threat Facing WordPress this year: http://bit.ly/WordPress-Security1 What is an XSS attack? A hacker tricks a trusted site into putting malicious code onto t
-
05:46 Popular
Brute Force Login Attacks Explained - Better WordPress Security | WP Learning Lab
Added 152 Views / 0 LikesGrab 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 Brute Force Login Attacks Explained - Better WordPress Security | WP Learning Lab #1 Biggest Security Threat Facing WordPress this year: http://bit.ly/WordPress-Security2 What is a Brute Force Attack? A hacker gains access to your website by guessing a correct usernam
-
02:47 Popular
Google Safe Browsing List Check - Protect Your SEO | WP Learning Lab
Added 126 Views / 0 LikesGrab 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 Google Safe Browsing List Check - Protect Your SEO | WP Learning Lab http://www.google.com/safebrowsing/diagnostic?site=http://example.com/ In this tutorial you will learn how to check if your website or your client's websites are on the Google Safe Browsing List. Alt
-
03:05 Popular
Protect The .htaccess File - Works For Websites On Any Apache Server | WP Learning Lab
Added 121 Views / 0 LikesGrab 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 Protect The .htaccess File - Works For Website On An Apache Server | WP Learning Lab (left pointy bracket)Files ~"^.*\.([Hh][Tt][Aa])"(right pointy bracket) order allow,deny deny from all satisfy all (left pointy bracket)/Files(right pointy bracket) YouTube doesn't al
-
04:04 Popular
Remove Editor WordPress Menu Option Under The Appearance Menu - WordPress Security | WP Learning Lab
Added 150 Views / 0 LikesGrab 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 Remove Editor WordPress Menu Option Under The Appearance Menu - WordPress Security | WP Learning Lab function remove_edit_menu() { remove_action('admin_menu', '_add_themes_utility_last', 101); } add_action('_admin_menu', 'remove_edit_menu', 1); In this tutorial I'm go
-
08:12 Popular
Scan WordPress For File Changes Using Wordfence - Better WordPress Security | WP Learning Lab
Added 120 Views / 0 LikesGrab 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 Scan WordPress For File Changes Using Wordfence - Better WordPress Security | WP Learning Lab In this tutorial I'm going to show you what types of information the Wordfence Security Plugin can turn up when you use it to run a scan of your website files. Just to give y
-
02:42 Popular
Restrict Access To WP-Includes Folder - WordPress Security & Hack Prevention | WP Learning Lab
Added 153 Views / 0 LikesGrab 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 Restrict Access To WP-Includes Folder - WordPress Security & Hack Prevention | WP Learning Lab # Block the include-only files. (left pointy bracket)IfModule mod_rewrite.c(right pointy bracket) RewriteEngine On RewriteBase / RewriteRule ^wp-admin/includes/ - [F,L] Rewr
-
11:30 Popular
Block Hacker IPs With The WordFence WordPress Plugin - WordPress Security | WP Learning Lab
Added 132 Views / 0 LikesGrab 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 Block Hacker IPs With The WordFence WordPress Plugin - WordPress Security | WP Learning Lab In this tutorial I'm going to show you how to use the WordFence WordPress plugin to block hacker IPs from accessing your website. As well as show you some tricks to finding IPs
-
03:24 Popular
Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab
Added 161 Views / 0 LikesGrab 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 Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab UPDATE wp_users SET user_login = 'Your New Username' WHERE user_login = 'Admin'; In this tutorial I'm going to show you how to change the Admin username on your WordPress accou
-
02:18 Popular
WordPress Security Scan To Find Vulnerabilities - Unmask Parasites | WP Learning Lab
Added 119 Views / 0 LikesGrab 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 WordPress Security Scan To Find Vulnerabilities - Unmask Parasites | WP Learning Lab In this tutorial I'm going to show how to use the Unmask Parasites which you can use to check for exploits. The scan isn't 100% because it's not a plugin installed on your website, so
-
05:05 Popular
3 Ways To Remove The WordPress Comment Box | WP Learning Lab
Added 109 Views / 0 LikesGrab 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 3 Ways To Remove The WordPress Comment Box | WP Learning Lab There are a handful of ways to remove the WordPress comment box. In this tutorial I'm going to show you three of them. The first way to remove comments applies only to Posts (not pages) that are created AFTE
-
06:35 Popular
Manually Restore WordPress Site From Backup (Database, Files & Folders) | WP Learning Lab
Added 120 Views / 0 LikesManually Restore WordPress Site From Backup (Database, Files & Folders) https://youtu.be/7RazMUnBFnQ Exclusive for WPLearningLab viewers, up to 50% off hosting: https://wplearninglab.com/wordpress-hosting-offer/ Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist In this tutorial I'm going to show you how to manually restore your WordPress site from a backup. We will restore the database, files a
-
06:39 Popular
Setup WordPress FTP Access in 6 Minutes | WP Learning Lab
Added 123 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL I hope this information helps you! If you have any questions leave a comment below or ping me @WPLearningLab on Twitter. -------------- If you want more excellent WordPress information check out our website where we post WordPress tutorials daily. https://wplearninglab.com/ Connect with us: WP Learning Lab Channel: http://www.youtube.com/subscription_center?add_user=wplearn
-
07:17 Popular
How To Edit The WordPress Footer | WP Learning Lab
Added 136 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL How To Edit The WordPress Footer | WP Learning Lab To edit the WordPress footer all you have multiple options available to you. You can use the WordPress editor, which is what I show you in this video. You can also edit the footer in the cPanel file manager and via FTP. No matter which method you use to edit your footer, he trick is open the footer.php file. That is where a
-
08:08 Popular
4 Places To Edit WordPress CSS | WP Learning Lab
Added 150 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL 4 Places To Edit WordPress CSS | WP Learning Lab To edit WordPress CSS you first need to know all the places you can find CSS. There are 4 common places. You may not have all these locations on your website because some of them are theme-dependent. The possible CSS locations are: 1. The WordPress theme or child theme stylesheet (this one you have for sure) 2. The theme opti
-
03:25 Popular
Set As Homepage Any Page In WordPress | WP Learning Lab
Added 107 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Set As Homepage Any Page In WordPress | WP Learning Lab You can set as homepage any page on your WordPress site. It's quick and easy to set a homepage in the WordPress settings. By setting a page as the homepage or frontpage, it will be the page that loads when someone visits your root domain name (for example, www.YourDomain.com) To make this work, you first have to create
-
07:11 Popular
FTP Upload Files & Folders To Your WordPress Site | WP Learning Lab
Added 119 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL One of the key skills to using FTP is the FTP upload function. One of the only purposes of FTP is to upload and download files. Here's how you get started uploading them to your WordPress site. First things first, you have to setup an FTP connection to your hosting server. Check out this video if you need help doing that: https://www.youtube.com/watch?v=sJGw-PWAB9I Next, op
-
06:49 Popular
Remove "Proudly powered by WordPress" from the footer | WP Learning Lab
Added 115 Views / 0 LikesGrab 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 Remove "Proudly powered by WordPress" from the footer | WP Learning Lab Many free WordPress themes, and some paid ones, have a "Proudly Powered by WordPress" message in the footer. Although, there is nothing wrong with message, for the sake of branding many site owner
-
05:38 Popular
Adding Contact Form 7 Hidden Fields With Dynamic Data | Contact Form 7 Tutorials Part 6
Added 159 Views / 0 LikesGrab 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 Adding Contact Form 7 Hidden Fields With Dynamic Data | WP Learning Lab Adding hidden fields with dynamic contact to contact form 7 is easy when you install the contact form 7 modules plugin. If you don't install that plugin you will need to create the functionality u
-
03:03 Popular
WordPress Slug SEO For Better Search Engine Rankings | WP Learning Lab
Added 140 Views / 0 LikesGrab 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 WordPress Slug SEO For Better Search Engine Rankings | WP Learning Lab When it comes to on-page SEO there are only a handful of factors that matter. The WordPress Slug is one of the big ones. The 'slug' is the part of the URL that you can edit for each post and page.
-
05:53 Popular
WordPress Image SEO For Better Search Engine Rankings | WP Learning Lab
Added 131 Views / 0 LikesGrab 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 WordPress Image SEO For Better Search Engine Rankings | WP Learning Lab On-page SEO is one of the 3 pillars of SEO. One of the components is making sure that images are properly SEO'd. For this you need to do 4 things: 1. Reduce the file size 2. Put the keyword into t
-
04:35 Popular
WordPress H2 Tag SEO For Better Rankings | WP Learning Lab
Added 115 Views / 0 LikesGrab 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 WordPress H2 Tag SEO For Better Rankings | WP Learning Lab In regards to SEO, the H2 is the second most important heading tag on your pages and posts. H1 is the most important. H3, H4, H5, H6 are also HTML heading tags, but they aren't very powerful in regards to SEO.
-
07:09 Popular
Web Page Speed Test Using Pingdom Tools | WP Learning Lab
Added 124 Views / 0 LikesGrab 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 Web Page Speed Test Using Pingdom Tools | WP Learning Lab Having a fast website is important for multiple reasons. 1. The faster your site is the lower the bounce rate will be. 2. If you have an e-Commerce site, the faster it is the higher your conversions will be (Ye
-
10:51 Popular
How To Do Basic Keyword Research Using The Google Keyword Planner | WP Learning Lab
Added 152 Views / 0 LikesGrab 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 How To Do Basic Keyword Research Using The Google Keyword Planner | WP Learning Lab The cornerstone of search engine optimization (SEO) is solid keyword research. There is plenty of keyword research software available, but they all pull data from the same place: Googl
-
03:14 Popular
Keyword Density Is Still Relevant For SEO - Find Out How To Easily Calculate It | WP Learning Lab
Added 111 Views / 0 LikesGrab 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 Keyword Density Is Still Relevant For SEO - Find Out How To Easily Calculate It | WP Learning Lab Keyword Density is one of the most abused aspects of SEO. Marketers used to add their keyword over and over on the page in order to help rank the page. This is called key









