Tutty Meta Box Framework
Create custom fields with simple and easy to use WordPress meta box framework.
★ 20stars
1forks
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://github.com/mustafakucuk/tutty-meta-box/archive/refs/heads/master.zipFrom the readme
Tutty Meta Box Framework
Create custom fields with simple and easy to use WordPress meta box framework.
Screenshots
Fields
- Text
- Number
- Textarea
- Upload
- Select
- Checkbox
- Switcher
- Heading Box
Installation
-) Usage as Plugin
Download files from GitHub or WordPress plugin directory.
Copy to wp-content/plugins folder
Active plugin.
-) Theme Integration
Download files from GitHub.
Copy to your theme folder. ( wp-content/themes/your-theme )
Add the following codes to theme function file. ( your-theme/functions.php )
Create custom fields meta box
Open tutty-metabox-fields.php in framework folder.
| Key | Default | Desc
| --------- | ---------- | -----
| id | required | Meta box ID
| posttype | null | Meta box post type
| title | null | Meta box title
| priority | low | Meta box priority (low, high)
| context | normal | The context within the screen where the boxes should display. Available contexts vary from screen to screen. (normal, side, advanced)
Text Field - #text
| Key | Default | Desc
| ------- | ---------- | -----
| id | required | Field unique ID
| title | null | Field title
| default