Skip to content

Instantly share code, notes, and snippets.

@sorich87
sorich87 / .gitignore
Created December 13, 2011 17:06 — forked from redoPop/.gitignore
Template .gitignore file for WordPress projects
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your
@sorich87
sorich87 / about.md
Created August 10, 2011 14:53 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
<?php
/*
* Example code showing how to hook WordPress to add several fields to the taxonomny term edit screen.
* To-Do: Add field types other than text fields.
*
* Original author:
*
* Mike Schinkel (http://mikeschinkel.com/custom-wordpress-plugins/)
*
* NOTE:
<?php
/*
* Hook WordPress to add a category field to a taxonomny term edit screen.
*
* Modified by Ulrich SOSSOU from:
*
* http://lists.automattic.com/pipermail/wp-hackers/2010-August/033671.html
*
* By:
*