Make WordPress Core

Changes between Version 14 and Version 15 of Ticket #17276, comment 13


Ignore:
Timestamp:
05/03/2011 04:29:24 PM (13 years ago)
Author:
squeeky
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17276, comment 13

    v14 v15  
    33To be clear (precise), i have attached a plugin that illustrates how certain relevant aspects of custom post types and custom taxonomies could be integrated with existing default Wordpress features.
    44
    5 The attached plugin, or something like it (with improvements), is not actually intended to be a plugin - but rather introduces code that symbolizes how different areas of Wordpress could be updated to integrate certain aspects of custom post types and custom taxonomies operations. Also illustrated is how IF nothing new and/or relevant is registered the Wordpress feature (in this case a widget) behaves as it does in default mode.
     5The attached plugin, or something like it (with improvements), is not actually intended to be a plugin - but rather introduces code that symbolizes how different areas of Wordpress could be updated to integrate certain aspects of custom post types and custom taxonomies, if exists, into default Wordpress operations. Also illustrated is how IF nothing new and/or relevant is registered THEN the Wordpress feature (in this case a widget) behaves as it does in default mode.
    66
    77For ease of use / testing, in this particular example ("tax-categories-widget"), some naming conventions were changed (from the existing Categories widget) so as to work in parallel with the existing Categories widget - However, the code (in this example) actually is a proposal for updating the current Categories widget.