Thanks. I actually did find some javascript online and got a drop down menu to show up in my site, but the subpages didn’t link properly. Then, I found a cool-sounding plugin, but I can’t get any plugins I upload to my hosting account to show up on my admin page, so now I am chasing that rainbow.
<li class="active"><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
<li><?php wp_list_pages('title_li='); ?> </li>
Oops. Here is my code. <li class=”active”>/”>Home
- <?php wp_list_pages(‘title_li=’); ?>
`