• Resolved Sculley

    (@sculley)


    Any idea why this code won’t work to create drop downs on the Services tab on this site — I’ve used this many times before:

    thestudio88.com

    I’ve set the Parent page to Services for the 3 sub pages.

    Used this code — I double checked the page ID and it’s correct.

    <div class=”topnav”>

    • <?php wp_list_pages(‘include=4&title_li=&depth=1’);?>
    • <?php wp_list_pages(‘include=16&title_li=&depth=1’);?>
    • <?php wp_list_pages(‘include=29&title_li=&depth=1’);?>
    • <?php wp_list_pages(‘include=13&title_li=&depth=3’);?>
    • <?php wp_list_pages(‘include=6&title_li=&depth=1’);?>
    • <?php wp_list_pages(‘include=9&title_li=&depth=1’);?>

    <div class=”clr”></div>
    </div>

    Thanks much in advance!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter Sculley

    (@sculley)

    I’ve got it working for the most part…..any idea how to get it so that when you put your cursor over “Services” the drop downs won’t overlap the word “Services” but just drop down?

    thestudio88.com

    any idea how to get it so that when you put your cursor over “Services” the drop downs won’t overlap the word “Services” but just drop down?

    There are resources available online that all of us read, simply type a keyword and hit enter. The way it looks like, you’re asking forum members to build your Website for you when your site claims to be professional Web site design whatever.

    Go over to https://codex.www.ads-software.com for all the resources we have used for research over the years. It’s a good place to start. The same community members have spent countless hours updating the wiki for the community.

    When you search on Google for resourses, type the keyword like this:

    wp_list_pages site:codex.www.ads-software.com

    You’ll be surprised how much information is available.

    Thread Starter Sculley

    (@sculley)

    Great. Thanks.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Drop downs not working’ is closed to new replies.