define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); Knowledge Base | WP Hosting

Knowledge Base

Get the most out of your shiny new WordPress site.

How to install an rpm file on CentOS

On extremely rare occasions (LOL) we get precompiled binaires we can install on our Linux systems. Depending on the distributions, we may end up with an rpm file. I always forget how to install them when this...

Learn More

Creating simple Shortcodes in WordPress

I’ve built my very own shortcode in WordPress for the first time. Quite the adventure! It’s a very convenient and powerful way to call a function without resorting to writing code while you’re writing text. I...

Learn More