Skip to content

Instantly share code, notes, and snippets.

View ControlledChaos's full-sized avatar

Controlled Chaos Design ControlledChaos

View GitHub Profile

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post

// http://support.advancedcustomfields.com/forums/topic/change-menu-position-of-options-page/
acf_add_options_page( array(
'page_title' => 'Home Page Sliders',
'menu_title' => 'Sliders',
'menu_slug' => 'home-page-sliders',
'capability' => 'edit_posts',
'icon_url' => 'dashicons-images-alt2',
'position' => 7
@ControlledChaos
ControlledChaos / README.md
Created May 7, 2015 09:25
Twitter-Like Time Display

Twitter-Like Time Display

WordPress Snippet

@ControlledChaos
ControlledChaos / README.md
Created May 7, 2015 09:52
Clear Cached Stylesheet on Load

Clear Cached Stylesheet on Load

WordPress Snippet

@ControlledChaos
ControlledChaos / README.md
Created July 3, 2015 01:57
If last page of a paged post.

If last page of a paged post

WordPress Snippet

@ControlledChaos
ControlledChaos / README.md
Last active August 29, 2015 14:24
Hide the Advanced Custom Fields UI in admin menu, Pro version 5

Hide the Advanced Custom Fields UI in admin menu, Pro version 5

WordPress Snippet

@ControlledChaos
ControlledChaos / README.md
Last active August 29, 2015 14:26
Add default text to a post or page when the_content is empty.

Add Default Text to Posts

WordPress Snippet

@ControlledChaos
ControlledChaos / installed-plugin-details.php
Last active September 15, 2015 21:10 — forked from bradyvercher/installed-plugin-details.php
WordPress Plugin: Show a "Details" link for installed plugins to view information from the WordPress.org plugin directory.
<?php
/**
* Plugin Name: Installed Plugin Details
* Description: Show a "Details" link for installed plugins to view information from the WordPress.org plugin directory.
* Version: 1.0.0
* Author: Blazer Six
* Author URI: http://www.blazersix.com/
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
@ControlledChaos
ControlledChaos / README.md
Last active October 18, 2015 09:17
Add Fancybox to images link to media file, separate single images from galleries. This goes before the closing body tag and presumes that Fancybox is enqueued.

Fancybox Image Links

@ControlledChaos
ControlledChaos / README.md
Last active March 28, 2016 18:54 — forked from bryanwillis/acf-field-snitch-v5.js
Fix for advanced-custom-field "Fields Snitch" plugin to work with version 5 of ACF

Fix ACF "Fields Snitch" plugin

WordPress Snippet