ben-miles / benmiles-wp

A custom WordPress theme, plus data and plugins, for my portfolio website.
https://benmiles.com
Other
1 stars 0 forks source link

Make Menus dynamic #9

Open ben-miles opened 1 year ago

ben-miles commented 1 year ago

Main navigations menus are hard-coded into header.php presently, might be nice to utilize WordPress' built-in Menus instead.

ben-miles commented 3 months ago

I'm also weighing the decision of whether or not to make the main menu consistent across all pages, or to keep the special homepage-only nav menu as it currently stands. The benefit of the current homepage-only nav is that it guides visitors toward condensed and featured content first, to hopefully give them an idea of all of the site's various contents without being information overload. The downside is that this might subvert the expectations of the user and annoy them, or worse, just confuse them or lead them to believe that the home page is showing everything there is to see. Might be a good idea to check out Analytics data and see if that lends weight to either of these hypotheses.

Regardless, it'll be nice to move one more bit of content out of the code, and into the database where it belongs.