WP Manifestindependent plugin directory
manifest / content / custom-field-toggle

Custom Field Toggle GitLab

A custom field toggle plugin for WordPress

by Wes Turner · gitlab.com/wturnerharris/custom-field-toggle · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://gitlab.com/wturnerharris/custom-field-toggle/-/archive/master/custom-field-toggle-master.zip

Contributors: @wturnerharris
Requires at least: 3.0
Tested up to: 3.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Description

A custom field toggle plugin for WordPress

Installation

  1. Unpack in your WordPress install's plugins folder.

  2. Add a new toggle (based on a particular custom field key). Custom Toggles > Add Toggle

  3. Enter all relevant and required fields and save the new toggle.

  4. View the toggle and verify its existence on the respective post type editor page.

Changelog

1.0

  • Release

0.7

  • Fix empty column

0.6

  • Add toggle page icon to heading
  • Confine js/css to all backend pages or add/edit post pages
  • Fix for multiple toggles per post type

0.5

  • Fix toggle display issues
  • Fix undefined indices and irrelevant fields

0.4

  • Add custom admin menu icon
  • Enqueue css outside of cft admin page

0.3

  • Add script to auto disable template field
  • Convert toggle to pure css implementation

0.2

  • Convert toggle button to css
  • Add CSS3 slide effect
  • Modify button class toggle ot occur on click vs after ajax
  • Add template fields

0.1

  • Beta, initial commit