Giter Club home page Giter Club logo

acf-addons-1's Introduction

These are some addons for the AFC Wordpress plugin http://www.advancedcustomfields.com/

Categories is custom field that generates a drop down field with all the categories from your wordpress site. Unique Key is custom field that generates a unique key for you to use it as a unique number or as a password.

To use it in your theme just copy categories.php and/or unique_key.php in your themes folder or subfolder and in your functions.php paste the following code:



Usage

if (function_exists('register_field')) { 
  register_field('Categories_field', dirname(__File__) . '/categories.php'); 
  register_field('Unique_key_field', dirname(__File__) . '/unique_key.php'); 
}
If you decide to put the files in a sub folder then you can use something like that
if (function_exists('register_field')) { 
  register_field('Categories_field', dirname(__File__) . '/subfolder_name/categories.php'); 
  register_field('Unique_key_field', dirname(__File__) . '/subfolder_name/unique_key.php');
}



Changelog

05-07-2012

Added

Categories now have two more options

  • Show All. When you have the display type to 'drop_down', then it will return 'all'.
    When you have the display type to 'checkboxes' it will return all the categories.

  • Show None. When you have the display type to 'drop_down' or 'checkboxes', then it will return 'none'.

15-07-2012

Added

Return type: Category Slug


14-08-2012

Added

Option: Show Parent

If true, displays Category Parent in a Parent->Child format in admin, in both 'Drop Down' and 'Check Boxes' return type

acf-addons-1's People

Contributors

1000camels avatar cmwelsh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.