I created a drop-down menu using css/html, placing it just under the Categories drop down. Let’s call this a “Proof of Concept”. It’s currently linking to tag pages.
Notes:
WP is finicky as hell. It doesn’t seem to adhere to strict standards, so getting the colors to work to even the point of legibility was a challenge.
I can’t use the typical drop down menu (ie Categories, just above the test) because that uses JavaScript and I have no idea how to implement JS in a WP environment.
That’s also why the menu opens on hover; on click requires JS
The expanded menu – at least in the preview mode – isn’t recognised by the page, so if the menu expands beyond the bottom of the page, it just disappears/isn’t accessible. This has me concerned about using it for very long lists.
It works though. 🙂
You must be logged in to post a comment.