Convert Post Types | Stephanie Leary - 3 views
elliotcondon/acf · GitHub - 0 views
Post Types « WordPress Codex - 1 views
-
it is better if you prefix your identifier with a short namespace that identifies your plugin, theme or website that implements the custom post type. For example: acme_product or aw_product for products post type used by a hypothetical ACMEWidgets.com website
-
Namespacing your custom post type identifier will not guarantee against conflicts but will certainly minimize their likelihood.
-
Do pay close attention to not having your custom post type identifier exceed 20 characters though, as the post_type column in the database is currently a VARCHAR field of that length.
- ...6 more annotations...
Custom Fields « WordPress Codex - 0 views
ACF { Documentation Archive - 0 views
A Guide to WordPress Custom Post Types: Creation, Display and Meta Boxes | Wptuts+ - 0 views
-
'menu_icon' => plugins_url( 'images/image.png', __FILE__ ) displays the admin menu icon.
-
Save a 16×16 pixel icon image in your current plugin folder.
WordCamp Melbourne 2013 | WordPress.tv - 1 views
Advanced custom fields - Addons - WordPress Plugin of the Week - 3 views
-
Advanced Custom Fields plugin allows developers to take full control of the edit screens & custom field data. Add-ons also allow you to extend the functions even further from limiting characters in a textarea, building unique designed admin pages with the flexible content layout manager to easily including Gravity Forms or Contact Form 7 forms.
Roles and Capabilities « WordPress Codex - 2 views
-
Editor – somebody who can publish and manage posts including the posts of other users. Author – somebody who can publish and manage their own posts. Contributor – somebody who can write and manage their own posts but cannot publish them. Subscriber – somebody who can only manage their profile.
« First
‹ Previous
81 - 100 of 357
Next ›
Last »
Showing 20▼ items per page