Welcome to the Admin Columns column template repository. Here you will find a starter-kit for creating a new column for Admin Columns. This start-kit will work as a normal WP plugin.
For more information about creating a new field type, please read the following article: https://www.admincolumns.com/documentation/how-to/register-column/
This template is written for Admin Columns 4.0. The documentation for 3.0 can be found here: https://github.com/codepress/ac-column-template/tree/v3.
( credits to Elliot for the readme structure )
/css
: folder for .css files/js
: folder for .js files/languages
: folder for .pot, .po and .mo filesac-custom_author.php
: Main plugin file that registers the columnac-column-custom_author.php
: Column class with all column logic for the free versionacp-column-custom_author.php
: Column class with all column logic for the pro versionreadme.txt
: WordPress readme file to be used by the wordpress repository
This template uses PLACEHOLDERS
such as custom_author
throughout the file names and code. Use the following list of placeholders to do a 'find and replace':
custom_author
: Single word, no spaces. Underscores allowed. eg. donate_buttonCustom Author
: Multiple words, can include spaces, visible when selecting a columnPLUGIN_URL
: Url to the github or WordPress repositoryPLUGIN_TAGS
: Comma seperated list of relevant tagsDESCRIPTION
: Brief description of the field type, no longer than 2 linesEXTENDED_DESCRIPTION
: Extended description of the field typeAUTHOR_NAME
: Name of field type authorAUTHOR_URL
: URL to author's website
Edit the ac-custom_author.php
file (now renamed using your column name) and change the column type if necessary.
Edit the ac-column-custom_author.php
file (now renamed using your column name) and include your custom code in the appropriate functions.
Edit this README.md
file with the appropriate information and delete all content above and including the following line.
DESCRIPTION
EXTENDED_DESCRIPTION
- Copy the
ac-column-custom_author
folder into yourwp-content/plugins
folder - Activate the Custom Author plugin via the plugins admin page
- Create a new column via Admin Columns and select the Custom Author column
- Please refer to the description for more info regarding the field type settings
Please see readme.txt
for changelog