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.
CodeIgniter NGINX Rewrite Rules
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.
Thesis Theme: How to Use Custom Templates With WordPress Custom Post Types
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.
Integrate Twitter Into Your Web Site Using PHP
This write-up will go through the process of displaying your Twitter tweets on a web page using a little bit of PHP. Learn how to read your Twitter RSS Feed, Cache it and then display it.
WordPress Peekaboo Plugin
This plugin allows you to show and hide specific portions of content within a post or page. Visitors can then use custom show/hide links to show or hide the portions you’ve defined. The plugin enables a few WordPress shortcodes: [peekaboo]
, [peekaboo_link]
, and [peekaboo_content]
.
Thesis Theme: Putting The Allowed Tags Caption Back
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.
Continue reading →