Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

QuickStart

Descripció

QuickStart is an ever expanding utility kit of handy functions, callbacks and tools for setting up various features of your theme, namely the backend stuff like custom post types, meta boxes, style/script registration, tinyMCE features, and much more.

Instal·lació

  1. Upload the contents of quickstart.tar.gz to your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. In your theme’s functions.php folder, call QuickStart(), passing a configuration array, and an optional defaults array.

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«QuickStart» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

Details on each release can be found on the GitHub releases page for this project.

1.13.0

New “Unpublish” helper. Various bug fixes, improved option support/handling.

1.12.1

Fixed conflict with WordPress 4.4 (The functions get/the_post_thumbnail_url have been renamed to get/the_post_attachment_image_url).

1.12.0

New Walkers helper (WIP collection of custom Walker classes), numeric_values option on select/list fields, various bug fixes and framework tweaks.

1.11.1

Bug fixes regarding index_page feature, and added some better sanity checks to shorthand processing. Hiding wp_head will now also remove emoji stuff. A few other tweaks for future proofing as well.

1.11.0

New Section Manager feature; tie non-public section posts to a page or other post for more flexible content management. Meta boxes, post types, taxonomies, fields and field types now support various shorthand forms for a variety of settings in a single string. Also added special select field types, widget loading tools, and the usual tweaks and fixes to the code.

1.10.1

Improvements to index page feature, including date archive link utilities and custom rewrites (via new add_rewrites tool method). Also added is_login, is_ajax and is_frontend utilities, reworked MCE button registration, and fixed bug with Tools::upload().

1.10.0

Added term meta data support, along with custom fields for terms (as well as users); as such, the order manager feature now works for posts and terms. New wpedit helper now available, for inserting “Edit This” buttons onto the front end. Also added specialized handling of “hidden” input type, blanket “all” option available for load_helpers, and hide_comments now forcibly disables comments, pings, and XML RPC. Numerous bug fixes, internal structure enhancements, and some additional utilities have been added as well.

1.9.2

Bug fixes; relabel_posts issues, added jquery-ui-sortable dependency for qs-helpers.js, fixed arguments list for Template::ga_code().

1.9.1

Minor bug fix to get_index(), added qs_helper_is_index_page filter.

1.9.0

Code restructuring, supports can be passed as a list now, merged Hooks with Tools (backwards-compatible though), ditched fill_array (use array_pad instead), added filter option to Template::title(), and reworked handling of features for better extensibility.

1.8.0

Major updates; numerous new features, bug fixes, and extensibility improvements. Details on GitHub.

1.7.0

Added description option to field settings (prints a description paragraph after the field), also further refined input attribute filtering/escaping.

1.6.2

Added Google Analytics code helper to QuickStart\Template, minor bug fixes to addFile field.

1.6.1

Fixed bug with addFile not loading selected attachment in single mode, restructured files and added auto loading.

1.6.0

Quick sort buttons for sortables, post type index feature, smarter checklists, index helper, lots of stuff.

1.5.0

New repeater field capabilities, static option on taxonomies, taxonomy option on meta_box.

1.4.2

Added get_value and post_field options for fields. Also fixed bug with multi-value select fields.

1.4.1

Bug fixes for child page registration and field building. Also updated styling on file adders.

1.4.0

Forms upgrading, QS.helpers CSS/JS, and now using SASS.

1.3.5

Added smarter handling of metaboxes that use only 1 field, fixed typo that breaks get_values usage.

1.3.4

Fixed bug caused by v1.3.3 with taxonomies and meta boxes not registering.

1.3.3

Added addfile field type, minor bug fixes with submenus and metaboxes.

1.3.2

Fixed bug with sidebars not being registered.

1.3.1

Updated post_type_count, dropped taxonomy_count.

1.3.0

Revisions to custom page/settings handling, field building, and metabox building. Added disable_quickedit.

1.2.0

New php/js tools, metabox saving and plugin registration fixes.

1.1.4

Fixed issue with custom page registration.

1.1.3

Fixed issue with wrap_with_label setting, also cleaned up QuickStart\Form.

1.1.2

Fixed preloading when passing a numeric array of terms.

1.1.1

Fixed save_meta_box issue when saving field data.

1.1.0

Bug fixes, key changes, documented example code.

1.0.0

Initial public release.