Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / Clean-Animated-Input-Labels.markdown
Created April 24, 2014 14:36
A Pen by Oliver Knoblich.
@jazzsequence
jazzsequence / taxonomy-links.php
Last active September 4, 2018 11:14
Get taxonomy links in WordPress for a custom post type and custom taxonomy, similar to get_the_category_list() or get_the_term_list() but is a bit smarter about separators.
@redoPop
redoPop / .gitignore
Created June 18, 2010 22:08
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