Wordpress


  • 08:08 Popular 4 Places To Edit WordPress CSS | WP Learning Lab

    4 Places To Edit WordPress CSS | WP Learning Lab

    by Best Webhosting Added 148 Views / 0 Likes

    Grab 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

  • 07:17 Popular How To Edit The WordPress Footer | WP Learning Lab

    How To Edit The WordPress Footer | WP Learning Lab

    by Best Webhosting Added 133 Views / 0 Likes

    Grab 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

  • 06:39 Popular Setup WordPress FTP Access in 6 Minutes | WP Learning Lab

    Setup WordPress FTP Access in 6 Minutes | WP Learning Lab

    by Best Webhosting Added 121 Views / 0 Likes

    Grab 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

  • 06:35 Popular Manually Restore WordPress Site From Backup (Database, Files & Folders) | WP Learning Lab

    Manually Restore WordPress Site From Backup (Database, Files & Folders) | WP Learning Lab

    by Best Webhosting Added 118 Views / 0 Likes

    Manually 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

  • 05:05 Popular 3 Ways To Remove The WordPress Comment Box | WP Learning Lab

    3 Ways To Remove The WordPress Comment Box | WP Learning Lab

    by Best Webhosting Added 107 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 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

  • 02:18 Popular WordPress Security Scan To Find Vulnerabilities - Unmask Parasites | WP Learning Lab

    WordPress Security Scan To Find Vulnerabilities - Unmask Parasites | WP Learning Lab

    by Best Webhosting Added 117 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 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

  • 03:24 Popular Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab

    Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab

    by Best Webhosting Added 157 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 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

  • 11:30 Popular Block Hacker IPs With The WordFence WordPress Plugin - WordPress Security | WP Learning Lab

    Block Hacker IPs With The WordFence WordPress Plugin - WordPress Security | WP Learning Lab

    by Best Webhosting Added 130 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 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

  • 02:42 Popular Restrict Access To WP-Includes Folder - WordPress Security & Hack Prevention | WP Learning Lab

    Restrict Access To WP-Includes Folder - WordPress Security & Hack Prevention | 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 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

  • 08:12 Popular Scan WordPress For File Changes Using Wordfence - Better WordPress Security | WP Learning Lab

    Scan WordPress For File Changes Using Wordfence - Better WordPress Security | WP Learning Lab

    by Best Webhosting Added 118 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 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

  • 04:04 Popular Remove Editor WordPress Menu Option Under The Appearance Menu - WordPress Security | WP Learning Lab

    Remove Editor WordPress Menu Option Under The Appearance Menu - WordPress Security | WP Learning Lab

    by Best Webhosting Added 148 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 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

  • 03:05 Popular Protect The .htaccess File - Works For Websites On Any Apache Server | WP Learning Lab

    Protect The .htaccess File - Works For Websites On Any Apache Server | WP Learning Lab

    by Best Webhosting Added 119 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 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

  • 02:47 Popular Google Safe Browsing List Check - Protect Your SEO | WP Learning Lab

    Google Safe Browsing List Check - Protect Your SEO | WP Learning Lab

    by Best Webhosting Added 123 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 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

  • 05:46 Popular Brute Force Login Attacks Explained - Better WordPress Security | WP Learning Lab

    Brute Force Login Attacks Explained - Better WordPress Security | 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 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

  • 04:42 Popular Cross-site Scripting (XSS) Attacks Explained - Better WordPress Security | WP Learning Lab

    Cross-site Scripting (XSS) Attacks Explained - Better WordPress Security | WP Learning Lab

    by Best Webhosting Added 129 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 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

  • 04:18 Popular SQL Injection Hack Explained - Better WordPress Security | WP Learning Lab

    SQL Injection Hack Explained - Better WordPress Security | WP Learning Lab

    by Best Webhosting Added 107 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 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

  • 05:02 Popular Social.png (CryptoPHP) Hack Explained - Better WordPress Security | WP Learning Lab

    Social.png (CryptoPHP) Hack Explained - Better WordPress Security | WP Learning Lab

    by Best Webhosting Added 125 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 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

  • 06:02 Popular Bulk Delete WordPress Comments via MySQL | WP Learning Lab

    Bulk Delete WordPress Comments via MySQL | 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 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

  • 04:46 How To Add XML Sitemaps to Google Webmaster Tools - Help Google Help You | WP Learning Lab

    How To Add XML Sitemaps to Google Webmaster Tools - Help Google Help You | WP Learning Lab

    by Best Webhosting Added 88 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 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

  • 03:52 Popular Pagespeed Insights by Google - Find Out Why Your Website Is Slow - Ranking Factor | WP Learning Lab

    Pagespeed Insights by Google - Find Out Why Your Website Is Slow - Ranking Factor | WP Learning Lab

    by Best Webhosting Added 121 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 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

  • 03:42 Popular Google Webmaster Tools Verification For WordPress Using WordPress SEO by Yoast | WP Learning Lab

    Google Webmaster Tools Verification For WordPress Using WordPress SEO by Yoast | WP Learning Lab

    by Best Webhosting Added 130 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 Google Webmaster Tools Verification For WordPress Using WordPress SEO by Yoast | WP Learning Lab In this tutorial you will learn how to verify your website using Google Webmaster Tools and the WordPress SEO by Yoast plugin. There are a variety of plugins that help you

  • 07:16 Popular Wordpress Load Time Test With P3 (Plugin Performance Profiler)

    Wordpress Load Time Test With P3 (Plugin Performance Profiler)

    by Best Webhosting Added 138 Views / 0 Likes

    Wordpress Load Time Test With P3 (Plugin Performance Profiler) https://youtu.be/Y-3Vm3iLRI8 In this tutorial you will learn how to use the P3 Plugin Performance Profiler to find out if any plugins are slowing down your website. If so, you will see which plugins are the culprits. 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-hardenin

  • 05:48 Popular Create XML Sitemaps for WordPress using the WordPress SEO by Yoast Plugin | WP Learning Lab

    Create XML Sitemaps for WordPress using the WordPress SEO by Yoast Plugin | WP Learning Lab

    by Best Webhosting Added 119 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 Create XML Sitemaps for WordPress using the WordPress SEO by Yoast Plugin | WP Learning Lab In this tutorial I'm going to show you how to create an XML sitemap for your website. XML sitemaps are used by search engines, like Google, to easily find all the content on yo

  • 08:09 Popular Google Analytics by Yoast WordPress Plugin Configuration | WP Learning Lab

    Google Analytics by Yoast WordPress Plugin Configuration | WP Learning Lab

    by Best Webhosting Added 136 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 Google Analytics by Yoast WordPress Plugin Configuration | WP Learning Lab In this tutorial I show how to use the Google Analytics by Yoast plugin to add Google Analytics code to your website. You can add the analytics code directly to the footer of your theme files a

  • 05:21 Popular 301 Redirect Using .HTAccess - Redirect A Website Page | WP Learning Lab

    301 Redirect Using .HTAccess - Redirect A Website Page | WP Learning Lab

    by Best Webhosting Added 134 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 301 Redirect Using .HTAccess - Redirect A Website Page | WP Learning Lab Redirect 301 /old-page/ http://domainname.com/new-page/ Sometimes you have to 301 redirect a website, an individual website page or multiple website pages. In this tutorial I'm going to show you

  • 03:29 Popular 301 Redirect Plugin For WordPress - WordPress SEO by Yoast Plugin Redirects | WP Learning Lab

    301 Redirect Plugin For WordPress - WordPress SEO by Yoast Plugin Redirects | WP Learning Lab

    by Best Webhosting Added 151 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 301 Redirect Plugin For WordPress - WordPress SEO by Yoast Plugin Redirects | WP Learning Lab In this tutorial I'm going to show you how to create 301 redirects using the WordPress SEO by Yoast plugin. If you want to do the redirect manually via your .htaccess file, I

  • 08:48 Popular Create A WordPress Child Theme Within The Next Half Hour  | WP Learning Lab

    Create A WordPress Child Theme Within The Next Half Hour | 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 Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Create A WordPress Child Theme Within The Next Half Hour | WP Learning Lab add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } In this tutorial

  • 08:41 Popular Google Analytics Goals - How To Create Them Step-by-Step | WP Learning Lab

    Google Analytics Goals - How To Create Them Step-by-Step | WP Learning Lab

    by Best Webhosting Added 112 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 Google Analytics Goals - How To Create Them Step-by-Step | WP Learning Lab In this tutorial I'm going to show you how to create Google Analytics goals so that you can see how many visitors to your website are doing what you want them to do. In this tutorial we're goin

  • 09:07 Popular Creating A Contact Form Using Contact Form 7 WordPress Plugin | Contact Form 7 Tuts Part 1

    Creating A Contact Form Using Contact Form 7 WordPress Plugin | Contact Form 7 Tuts Part 1

    by Best Webhosting Added 156 Views / 0 Likes

    Creating A Contact Form Using Contact Form 7 WordPress Plugin - Step-by-Step | WP Learning Lab 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 Exclusive for WPLearningLab viewers, up to 50% off hosting: https://wplearninglab.com/wordpress-hosting-offer/ In this tutorial I'm going to show you how to create a contact form using contact form 7. Let's get started. The first t

  • 03:12 Popular Non-WWW to WWW Redirect In WordPress - Change URL Subdomain In WordPress | WP Learning Lab

    Non-WWW to WWW Redirect In WordPress - Change URL Subdomain In WordPress | WP Learning Lab

    by Best Webhosting Added 149 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 Non-WWW to WWW Redirects In WordPress - Change URL Subdomain In WordPress| WP Learning Lab In this tutorial I'm going to show you how to make your website resolve in a browser as www.yourdomain.com or just yourdomain.com. It's really easy and you can do it via your Wo

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