Linux 软件免费装
Banner图

Effortless Custom Fields :: ECF

开发者 parasralhan
更新时间 2024年4月26日 11:35
PHP版本: 5.6.2 及以上
WordPress版本: 6.4.2
版权: GPL2
版权网址: 版权信息

标签

custom fields metabox profile fields customizer fields taxonomy fields

下载

1.0

详情介绍:

······································································· World’s least confusing custom fields plugin. ·······································································   Throw your confusing, ugly, and difficult custom field plugins out of your life.   We spent enormous time & effort in planning and building it so you could save your time & energy—while learning and using it.   –––––––––––––––––––––––––––––––––––––– Create custom fields in 3 simple steps :
  1. Choose Fields’ Destination: Choose where you want to create your fields: for posts, pages, categories, customizer, or profile, etc… Every location has its own set of fields.  
  2. Select Field Type: Out of 32 types of fields, decide the type you want. Fields’ visuals, search, and logical categorization help you decide quickly.  
  3. Enter Field’s Data: Just fill the data related to field: label, key, placeholder, description, default value, etc… You can also control field’s visibility with visibility filters.  
https://www.youtube.com/watch?v=EDRot_n2BuU Amazing new possibilities, you’ve never seen before : –––––––––––––––––––––––––––––––––––––– More reasons to love:
  1. Only one function to learn — “effcf_get” : This is the only function you need to get the field value in the frontend. If a single function can handle it, why to offer more. Offering more functions lead to more confusion, more complexity, and more effort—exact opposite of our core values. How big deal it can be to learn using just one function. Even for learning this, you don’t need to go anywhere else; code is provided where you create the field itself.  
  2. Short and simple documentation : In a race to give more features than their competitors, companies end up making softwares so complex that at most times user struggles. Instead of putting efforts on design and ease of use, they try to explain everything in documentation. But ECF is different. It won’t require you to refer documentation often—everything is clear and obvious. Documentation is, however, created for ECF but is kept super simple and small. It only covers things that are not obvious.  
  3. Fields management is not a pain anymore : In ECF, you have one place to create or manage fields for one location (let’s say post type = post) and a completely separate place for another location (post type = page), and so on. No field sharing accross locations—direct one to one mapping. Everything neatly organized. No matter how many fields you need to manage for each location, you’ll do it with ease and confidence.  
  4. Easily copy fields to other locations : In ECF, each location own its independent set of fields. If you want similar fields—that you already created for one location—for other locations, you can use this option. Follow the steps:      1) Select fields you want to copy.    2) Choose action “Copy to other locations.”    3) Choose locations where you want these fields.    4) Click “Copy Selected Fields to Selected Locations” button.  
  5. Fields are trashed before permanent deletion : Now, you won’t be interrupted with most irritating prompt in most software: “Are you sure you want to delete…?” Whenever you press delete on a field or field-group, it will safely move to trash—living there as long as you want. Whenever you feel the need, you can delete all or some of them in one go—by selecting and deleting.  
  6. You can disable fields, groups, tabs, etc… : Disabling fields, groups, tabs, etc… is a great option to have. if you are unsure of an entity’s (field, tab, section, repeater section) future need, don’t delete it, disable it. It will hide disabled entities for your clients but remain in place to be shown whenever needed. You can think of this feature as a temporary deletion.  
–––––––––––––––––––––––––––––––––––––– In just 5 minutes of use, you'll start loving it! –––––––––––––––––––––––––––––––––––––– Links   –––––––––––––––––––––––––––––––––––––– PREMIUM Effortless Custom Fields plugin’s premium version is also available. Free vs Premium
  1. Field Grouping
  2. Free: You can group your fields only with “headings.”
  3. Premium: You can group your fields only with “tabs,” “accordions,” “field groups,” and “headings.”
  4. Repeater
  5. Free: No repeatable fields.
  6. Premium: Create unlimited repeatable fields in any possible location.   ––––––––––––––––––––––––––––––––––––––   == FAQ ==
Installation   Go to Plugins → Add New → upload the zip → activate —or— Go to Plugins → Add New → search Effortless Custom Fields → install & activate How to Build JS minified files from source code   Effortless Custom Fields plugin is build with webpack and npm. You must have node installed on your machine to generate minified files. Open “effortless-custom-fields/assets” directory in command-line. Run following commands in sequence: for development build: npm install npm run build (for development build) —or— for production build: npm install npm run build-prod (for production build)

屏幕截图:

  • This is where you land after choosing a location.
  • Here you create fields for post_type = 'post' and how they show up.
  • Here you create fields for post_type = 'page' and how they show up.
  • Here you create fields for 'customize' and how they show up.
  • Field Type selection panel.
  • Multi-images field.
  • Radio field.