Wordpress


  • 05:47 Popular Limit WordPress WP-Admin Access To Specific IPs - Keep Brute Force Hackers Out | WP Learning Lab

    Limit WordPress WP-Admin Access To Specific IPs - Keep Brute Force Hackers Out | WP Learning Lab

    by Best Webhosting Added 204 Views / 0 Likes

    Limit WordPress WP-Admin Access To Specific IPs - Keep Brute Force Hackers Out | WP Learning Lab # BEGIN Restrict WP-Admin Access To Specific IPs Order Deny,Allow Allow from 123.456.789.111 Deny from all # END Block WP-Admin Access To Specific IPs In this tutorial I'm going to show you how you can disable wp-admin access to only IP addresses that you specify. This works great if you have a static IP or a known dynamic IP range that you always access t

  • 03:50 Popular Disable WordPress XMLRPC.PHP - Common Brute Force Hacker Exploit | WP Learning Lab

    Disable WordPress XMLRPC.PHP - Common Brute Force Hacker Exploit | 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 Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Disable WordPress XMLRPC.PHP - Common Brute Force Hacker Exploit | WP Learning Lab # BEGIN Disable XML-RPC.PHP (left pointy bracket)Files xmlrpc.php(right pointy bracket) Order Deny,Allow Deny from all (left pointy bracket)/Files(right pointy bracket) # END Disable XM

  • 03:54 Popular Force SSL Usage In The WordPress Admin - WordPress Security | WP Learning Lab

    Force SSL Usage In The WordPress Admin - WordPress Security | WP Learning Lab

    by Best Webhosting Added 144 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 Force SSL Usage In The WordPress Admin - WordPress Security | WP Learning Lab define('FORCE_SSL_ADMIN', true); In this tutorial I'm going to show you how to secure your WordPress admin by forcing every signed in session to use an SSL certificate (HTTPS). SSL certifica

  • 03:53 Popular Change DB Prefix WordPress Plugin - Secure Your WordPress MySQL Database | WP Learning Lab

    Change DB Prefix WordPress Plugin - Secure Your WordPress MySQL Database | WP Learning Lab

    by Best Webhosting Added 135 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 DB Prefix WordPress Plugin - Secure Your WordPress MySQL Database | WP Learning Lab In this tutorial I'm going to show you how to use the Change DB Prefix WordPress plugin to improve MySQL database security. Anyone running a WordPress-based website needs to con

  • 05:16 Popular How To Remove The WordPress Version Number From Your Site  - Hacker Proofing | WP Learning Lab

    How To Remove The WordPress Version Number From Your Site - Hacker Proofing | WP Learning Lab

    by Best Webhosting Added 124 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 How To Remove The WordPress Version Number From Your Site - Hacker Proofing | WP Learning Lab remove_action('wp_head', 'wp_generator'); //Remove WordPress version from site In this tutorial you're going to learn how to remove the WordPress version number (WordPress ge

  • 02:20 Popular How To Backup Your .htaccess File Via File Manager On Your Apache Server | WP Learning Lab

    How To Backup Your .htaccess File Via File Manager On Your Apache Server | 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 How To Backup Your .htaccess File Via File Manager On Your Apache Server | WP Learning Lab In this tutorial I'm going to show you how to backup the .htaccess file using the file manager. The .htaccess file is a very important file. If even one character of code is out

  • 04:03 Popular How To Remove The Google Hacked Site (Malware) Warning - Website Hack Recovery | WP Learning Lab

    How To Remove The Google Hacked Site (Malware) Warning - Website Hack Recovery | 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/2eY3X5D How To Remove The Google Hacked Site (Malware) Warning - Website Hack Recovery | WP Learning Lab In this tutorial you will learn how to remove the warnings that Google puts into their search results when they suspect that your website has been hacked. This will also remove attack page warnings and

  • 04:41 Popular How To Move WordPress Login Page For WordPress Security & Hack Prevention | WP Learning Lab

    How To Move WordPress Login Page For WordPress Security & Hack Prevention | 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 Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist How To Move WordPress Login Page For WordPress Security & Hack Prevention | WP Learning Lab In this tutorial I'm going to show you how to use the Move Login plugin to move the default WordPress login page. This will help reduce the likelihood of a successful brute for

  • 05:08 Popular WordPress Media Settings Walkthrough - WordPress Admin Area Tutorial | WP Learning Lab

    WordPress Media Settings Walkthrough - WordPress Admin Area Tutorial | WP Learning Lab

    by Best Webhosting Added 142 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 Media Settings Walkthrough - WordPress Admin Area Tutorial | WP Learning Lab In this tutorial I'm going to show you the default WordPress media settings. There isn't much to them, so it'll be quick WordPress tutorial. To get the Media Settings page first log

  • 05:53 Popular WordPress Screen Options - Change What's Displayed On WordPress Admin Pages | WP Learning Lab

    WordPress Screen Options - Change What's Displayed On WordPress Admin Pages | 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 Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Screen Options - Change What's Displayed On WordPress Admin Pages | WP Learning Lab In this tutorial I'm going to walk you through the WordPress screen options. These options are used to show or hide certain parts of the admin page. Screen options are only f

  • 04:49 Popular How To Manually Backup WordPress MySQL Database, Files and Folders | WP Learning Lab

    How To Manually Backup WordPress MySQL Database, Files and Folders | WP Learning Lab

    by Best Webhosting Added 114 Views / 0 Likes

    How To Manually Backup WordPress MySQL Database, Files and Folders https://youtu.be/cfLFO7kiS2Y The other half of this tutorial, how to manually restore from a backup: https://www.youtube.com/watch?v=7RazMUnBFnQ&list=PLlgSvQqMfii4qdGkBEavOHwqRqEzhhk5d In this WordPress tutorial, I'm going to show you how to manually backup WordPress MySQL database, files and folders. Being able to backup your website is important because you will want to do this befor

  • 04:09 Popular Remove/Delete Inactive Plugins & Themes - WordPress Security | WP Learning Lab

    Remove/Delete Inactive Plugins & Themes - WordPress Security | WP Learning Lab

    by Best Webhosting Added 167 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/Delete Inactive Plugins & Themes - WordPress Security | WP Learning Lab In this tutorial I'm going to show you how to remove active plugins and themes that are installed on your WordPress site. Why would you want to do this? Plugins and themes that are inactive

  • 03:06 Popular Delete WordPress Backup Zips From Your Server - WordPress Security | WP Learning Lab

    Delete WordPress Backup Zips From Your Server - WordPress Security | 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 Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Delete WordPress Backup Zips From Your Server - WordPress Security | WP Learning Lab In this tutorial I'm going to explain why it's important to remove the WordPress backup zip files from your server. This move is great for WordPress security. A lot of WordPress backu

  • 15:14 Popular Facebook Like Button: How To Add Like Button To Wordpress

    Facebook Like Button: How To Add Like Button To Wordpress

    by Best Webhosting Added 113 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Facebook Like Button: How To Add Like Button To Wordpress This is the easiest way to get Facebook on your website. To install the Facebook Like button on your site all you need is a Facebook developers account (which is free) and then grab the code on this page: https://developers.facebook.com/docs/plugins/like-button You can customize the Like

  • 01:51 Popular Facebook Like Button: How To Add Like Button To Wordpress (Rapid Fire)

    Facebook Like Button: How To Add Like Button To Wordpress (Rapid Fire)

    by Best Webhosting Added 111 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Facebook Like Button: How To Add Like Button To Wordpress (Rapid Fire) This is the easiest way to get Facebook on your website. To install the Facebook Like button on your site all you need is a Facebook developers account (which is free) and then grab the code on this page: https://developers.facebook.com/docs/plugins/like-button You can custom

  • 09:33 Popular Twitter Cards in Wordpress: How To Integrate Twitter Cards With Your WordPress Site

    Twitter Cards in Wordpress: How To Integrate Twitter Cards With Your WordPress Site

    by Best Webhosting Added 123 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Twitter Cards in WP: How To Integrate Twitter Cards With Your WP Site Twitter cards are a way for you to enrich your tweets with more information from your website. The purpose of twitter cards is to increase engagement with your followers and generate more traffic to your website via twitter. They are a must if you're doing any sort of marketin

  • 01:59 Popular Twitter Developer's Account - How To Make One

    Twitter Developer's Account - How To Make One

    by Best Webhosting Added 127 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Twitter Developer's Account - How To Make One With a Twitter developers account you can do all kinds of fun things on your WordPress site like: - create Twitter cards for more traffic from Twitter - embed tweet timelines - embed single tweets - integrate a tweet button - integrate a follow button To make a Twitter developer's account you simply

  • 02:31 Popular Facebook Developer's Account - How To Make One

    Facebook Developer's Account - How To Make One

    by Best Webhosting Added 104 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Facebook Developer's Account - How To Make One Once you have a Facebook developer's account you can do things like: - create Facebook apps - create "Log in" with Facebook functionality for websites - manually integrate like and share buttons into your Wordpress site (without the use of plugins) To create the developer's account go to https://dev

  • 03:28 Popular WordPress Dashboard Tutorial Overview for WordPress Beginners | WP Learning Lab

    WordPress Dashboard Tutorial Overview for WordPress Beginners | WP Learning Lab

    by Best Webhosting Added 110 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Dashboard Tutorial Overview for WordPress Beginners After you log into your WordPress admin or your WordPress backend the first thing you'll see is the dashboard. The panels in the dashboard will give you a quick at-a-glance overview of the activity on your site. The dashboard looks the same if you've installed a self-hosted WordPress

  • 04:46 Popular WordPress Post Tutorial - Creating WordPress Posts | WP Learning Lab

    WordPress Post Tutorial - Creating WordPress Posts | WP Learning Lab

    by Best Webhosting Added 112 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Post Tutorial - Creating WordPress Posts WordPress is a content management system (CMS) and a blogging platform which means that regular posting of content is a core concept in WordPress. In this video you'll learn how to create a post in WordPress. Once in the admin area of your WordPress site hover over the Posts menu item and then c

  • 04:18 Popular WordPress Pages Tutorial - Creating WordPress Pages | WP Learning Lab

    WordPress Pages Tutorial - Creating WordPress Pages | WP Learning Lab

    by Best Webhosting Added 127 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Pages Tutorial - Creating WordPress Pages WordPress is a content management system (CMS) and a blogging platform that is created to allow people to post regular updates to their website. However there is also capacity for static pages which allows WordPress to be used not just as blogging platform, but as a full-fledge website solution

  • 04:29 Popular WordPress Pages vs. Posts - 5 Main Differences & When to Use Which One | WP Learning Lab

    WordPress Pages vs. Posts - 5 Main Differences & When to Use Which One | WP Learning Lab

    by Best Webhosting Added 112 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Pages vs. Posts - 5 Main Differences & When to Use Which One For WordPress beginners the difference between WordPress pages and WordPress posts isn't immediately clear. Even less clear is when to use which one. In the video above and in the text below I explain the differences between the two. WordPress Pages vs Posts Point #1: Amount

  • 06:59 Popular WordPress Categories and Tags Tutorial | WP Learning Lab

    WordPress Categories and Tags Tutorial | WP Learning Lab

    by Best Webhosting Added 140 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Categories and Tags Tutorial Categories and Tags are used to organize your website's content. Ideally each post that you write will fit into one category, but it can have multiple tags. By default WordPress creates a category page directory where all of the posts belonging to a particular category are listed. WordPress also creates tag

  • 06:34 Popular WordPress Comments Tutorial | WP Learning Lab

    WordPress Comments Tutorial | WP Learning Lab

    by Best Webhosting Added 138 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Comments Tutorial Visitors to your site are able to leave comments via the WordPress comment form (also known as the WordPress comment box) that appears on WordPress Posts and WordPress Pages by default. At some point in the near future, if not already, your blog will get comments. At the beginning there's a good chance that a lot of t

  • 02:55 How to Add a PDF to Wordpress via the Media Library | WP Learning Lab

    How to Add a PDF to Wordpress via the Media Library | WP Learning Lab

    by Best Webhosting Added 97 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist How to Add a PDF to Wordpress via the Media Library | WP Learning Lab PDF documents are a great way to provide downloadable information to your website visitors and customers. Some benefits of using PDFs are: they're nearly universally compatible, they can be created in ways to ensure small file size and they are easily printed. To get started h

  • 04:56 Popular WordPress Media Library: How to Add a Video | WP Learning Lab

    WordPress Media Library: How to Add a Video | WP Learning Lab

    by Best Webhosting Added 102 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Media Library: How to Add a Video | WP Learning Lab Videos are a great way to engage your visitors and customers. Some benefits of using videos on your website are: they're often faster and easier for visitors to consume, your viewers get to your brand's personality and connect on a deeper level, you can more easily showcase your produ

  • 06:36 Popular WordPress Image Upload to Pages and Posts | WP Learning Lab

    WordPress Image Upload to Pages and Posts | WP Learning Lab

    by Best Webhosting Added 139 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Image Upload to Pages and Posts | WP Learning Lab Images are a great way to make your website more visually appealing for your visitors and customers. Other benefits of using images on your website is that they can convey emotions and attitudes and they can also display things that are difficult to explain in words. The process for add

  • 04:44 Popular WordPress Video Tutorials to Embed Video in Posts and Pages | WP Learning Lab

    WordPress Video Tutorials to Embed Video in Posts and Pages | WP Learning Lab

    by Best Webhosting Added 115 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Video Tutorials to Embed Video in Posts and Pages | WP Learning Lab Videos are a great way to engage your visitors and customers. Some benefits of using videos on your website are: they're often faster and easier for visitors to consume, your viewers get to your brand's personality and connect on a deeper level, you can more easily sho

  • 04:05 Popular WordPress Media Library: How to Add an Image | WP Learning Lab

    WordPress Media Library: How to Add an Image | WP Learning Lab

    by Best Webhosting Added 108 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Media Library: How to Add an Image | WP Learning Lab Images are a great way to make your website more visually appealing for your visitors and customers. Other benefits of using images on your website is that they can convey emotions and attitudes and they can also display things that are difficult to explain in words. To get started a

  • 02:08 Popular How to Add a PDF to WordPress Posts and Pages | WP Learning Lab

    How to Add a PDF to WordPress Posts and Pages | WP Learning Lab

    by Best Webhosting Added 134 Views / 0 Likes

    Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist How to Add a PDF to WordPress Posts and Pages | WP Learning Lab PDF documents are a great way to provide downloadable information to your website visitors and customers. Some benefits of using PDFs are: they're nearly universally compatible, they can be created in ways to ensure small file size and they are easily printed. The process for adding

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