Search the Wiki

Viewing 241 to 250 of 337 items

Setting up (Apache) Localhost subdomains

This took me ages to work out – I found most online tutroials were vague and/or referenced different files than what is found in my MoWeS installation. I have setup a local testing domain for CAMD: camd.loc I wanted to run a WP Multisite install with subdomains such as: members.camd.loc Anyway – this is what  Full Article…

0

Add Tags and Categories to WordPress Pages

Some projects call for unconventional practices. Adding categories or tags to WordPress pages is probably one of the practices. Add this code as well and you will ensure that pages are also displayed in WordPress archives and post lists: Line 5 is kind of important. Here you can use Conditional Tags to prevent pages from being added  Full Article…

0

Custom Post Type Archives & URLs

Templates and Heirarchy http://codex.wordpress.org/Template_Hierarchy Default WP archives for Custom Post Types Here’s one little gem for accessing default genearted archives if you are using WordPress 3.1 or higher: This should query for “all custom posts about the theme named taco”. Plugin: Custom Post Type Archives Enables pretty permalink custom post type archives that will support  Full Article…

0

Mailchimp utilities for WordPress

Official Subscribe Widget MailChimp List Subscribe Form – This option is not to flexible you can only have your widgets subscribing users to one of your lists. Get it here. Unofficial Subscribe Widget MailChimp Widget – Adds a widget that allows your users to sign up for your MailChimp mailing list. You can have a  Full Article…

0

List custom post types in dropdown

Firstly declare the variable: (customcategory) Secondly the array for adding the post: and finally create the dropdrown from the get_post_types function: Taken from WordPress Stack Exchange.

0

Custom Design for Maintenance & Upgrades

Start by creating a file in the root of your WordPress install (on level with wp-settings.php) called .maintenance This file should contain the following: (Note that this code allows admin users to login an access the blog/website.) If you want to specifiy a set time for the maintenance mode to display, you can replace the  Full Article…

0

Remove Post Revisions through phpMyAdmin

Make sure you keep a good backup copy before proceeding with the amendments to your database. Also you can consider using a plugin to allow access to modify your db. Like this: WP-DBManager by Lester Chan. Be aware – you may need to change the name of the db tables for these commands to work  Full Article…

0