#61031 closed feature request
Taxonomy List Widget
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Widgets | Keywords: | |
Focuses: | Cc: |
Description
We need to create feature that provides lists of Taxonamy Terms as Widget.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Solution :-
=========================
class Custom_Taxonomy_Widget extends WP_Widget {
}
Register Custom Taxonomy Widget
function register_custom_taxonomy_widget() {
}
add_action( 'widgets_init', 'register_custom_taxonomy_widget' );