bitbadger.solutions-blog-theme/source/_posts/2007/daniels-dropdowns-1-0-wordpress-plug-in.md
Daniel J. Summers 67dcb2f77c Initial import
brought over all the files from the Jekyll version, fixed categories,
reformatted for different markdown processor
2017-09-02 11:49:59 -05:00

1.0 KiB

layout title author date categories tags summary
post Daniel's DropDowns 1.0 - WordPress Plug-In Daniel 2007-10-02 19:54:56
Programming
PHP
WordPress
category
dropdown
plug-in
wordpress
A WordPress plugin to display category and archive drop-downs

I've created a plug-in that I'm now using on my personal site to provide the category and archive drop-down lists. It's called "Daniel's DropDowns", and it will create drop-downs with either a link or a button to go to the selection in the drop-down, and a CSS class can be specified for the button and the drop-down box.

daniels_dropdowns.txt - Daniel's DropDowns 1.0 (UPDATE: This functionality is now part of WordPress core.)

To install it, download the file, rename it "daniels_dropdowns.php", and upload it to your /wp-content/plugins directory. Then, enable it, and add the template tags to your theme. (The documentation at the top of the file lists all the template tags provided, and the options that can be passed to them.)