Skip to content

Instantly share code, notes, and snippets.

View pau1phi11ips's full-sized avatar

Paul Phillips pau1phi11ips

View GitHub Profile
@koenpunt
koenpunt / chosen-bootstrap.css
Last active March 11, 2023 01:01
Bootstrap 3.0 theme for Chosen
select.form-control + .chosen-container.chosen-container-single .chosen-single {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
@chrisguitarguy
chrisguitarguy / fix-wpseo.php
Created June 13, 2012 23:57
Remove some of WordPress SEO's analysis features. Because I don't need them and they are distracting.
<?php
/*
Plugin Name: Fix WPSEO
Description: Remove WordPress SEO's analysis features.
Author: Christopher Davis
Author URI: http://christopherdavis.me
License: GPL2
Copyright 2012 Performance Media Group
@chrisguitarguy
chrisguitarguy / post-editing.php
Created November 4, 2011 04:44
Page by page editting permissions for WordPress
<?php
/*
Plugin Name: Restrict Page Access
Plugin URI: https://gist.github.com/1338673
Description: Allows administrators to give editors permission to edit only certain posts
Author: Christopher Davis
Author URI: http://christopherdavis.me
License: GPL2
*/