WordPress Visual Editor

I’ve gotten a few requests on how to add multiple visual editors in WordPress. So here is a quick way to add multiple WordPress Visual Editors to your meta boxes.

{ 26 comments }

Click to continue...

Secure SSH Login

Generally it is not secure to allow remote root login. Additionally, using Password Authentication is also insecure. So… after setting up my server at RackSpace, the next step was to setup basic SSH login security.

{ 0 comments }

Click to continue...

Nginx Virtual Hosts

My LEMP Setup Guide would not be complete if it didn’t show you how to setup your first virtual host (using your own domain name). This step will give you a good reference for setting up as many virtual hosts as you need on your server.

{ 1 comment }

Click to continue...

LEMP Stack

If you are interested, like I am, in setting up your own web server and hosting your own projects then I hope you will follow along. This guide will walk you step by step on setting up a LEMP stack (Linux, Nginx, MySQL, and PHP). Getting Started I will be installing the required packages on [...]

{ 3 comments }

Click to continue...

WordPress Nginx Rewrite Rules

If you are using WordPress with Nginx, you will need to setup Nginx specific rewrite rules. This guide will give you the rules you need to get pretty URLs working for your WordPress install.

{ 0 comments }

Click to continue...

CodeIgniter NGINX

If you are a CodeIgniter enthusiast, you know that finding rewrite rules for Apache (htaccess file) is relatively easy, but doing the same for Nginx rewrite rules is not all that simple. Use these Nginx rewrite rules to get your next CodeIgniter project up and running.

{ 2 comments }

Click to continue...

Data Storage Modes

This release introduces two modes of operation when creating a WordPress Meta Box: Array Mode and Extract Mode. The default mode is Array and will typically work well for the majority of users. Learn how and when to use Extract mode.

{ 3 comments }

Click to continue...

Allowed Tags Caption

This tutorial will show you how to put back the allowed tags caption in your comment form area. In the latest version of the Thesis Theme the allowed tags caption has been removed.

{ 0 comments }

Click to continue...

Thesis Meta Boxes

This brief guide will show you how to add the default Thesis Theme meta boxes to your custom post types. Use all the Thesis goodness with your custom posts.

{ 7 comments }

Click to continue...

Custom Template for Custom Post Type

The latest Thesis Theme (with WordPress 3.0 integration) isn’t out as of this writing. At the moment, the current drawback is that Thesis only allows you to add custom templates to page types (not post types). This solution will show you how to get around that.

{ 18 comments }

Click to continue...