Redirect User After Login in WordPress The following is a code snippet that allows you to redirect users to a custom page after they login to your WordPress site.
How-to Install HHVM on Ubuntu 14.04 HHVM is an open source virtual machine designed for executing programs written in Hack and PHP. The advantage of HHVM is an increase in web request throughput and reduction in memory consumption compared to traditional PHP hosting. It was developed and open sourced by Facebook.
Allow SVG through WordPress Media Uploader Add the following to your theme’s functions.php file to allow .svg files to be uploaded through the WordPress media uploader:
Create a List of IP Addresses Attacking Your WordPress Login These are the steps I use to create a list of IP addresses that are trying to login to my WordPress installations that did not have permission to do so. The following steps assumes that only you (or certain IP addresses) have access to your WordPress login, wp-login.php.
Enable HTML5 Markup for the Genesis Framework To enable HTML5 markup for the search form, comment form, comment list, galley and caption in the Genesis Framework.
Using CSS to Display Web Browser Sizes This tutorial will show you how to utilize CSS to display the size of the web browser you are working on. This is done by placing a full width bar at the bottom of the web page.
How-To Install and Use WPScan WPScan is a black box WordPress vulnerability scanner. It’s a great tool that you can use to scan your WordPress installations or WordPress installations of your clients. WPScan requires Linux, Ruby version 1.9 or higher, RubyGems and Git.