[Plugin: Category Posts Widget] Add "All Categories" option?
-
Love the plugin, works great.
Just curious if there are plans to add an option to select all categories rather than one specific one. I occasionally need that functionality, and in the current version found it was easy as modifying line 150 to:
<?php wp_dropdown_categories( array( 'name' => $this->get_field_name("cat"), 'show_option_all' => 'All Categories', 'selected' => $instance["cat"] ) ); ?></blockquote>
Seems to work OK (as seen on https://www.MBeerA.com), but I’m admittedly not a coder.
Thanks for the work on this.
- The topic ‘[Plugin: Category Posts Widget] Add "All Categories" option?’ is closed to new replies.