Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End silly question about drop down menu in wordpress.

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28335
    bruizerbeans
    Member

    I am about to code my html file into a wordpress theme and I am just wondering if wordress requires a certain snippit for dropdown menus to work. my links in my drop down would be to other pages with in wordpress.

    sorry for the confusion question.

    Jessica

    #72194
    TheDoc
    Member

    In short… no, there’s nothing special that you’ll need.

    You will need to use a WordPress tag if you want it to be dynamically generated though.

    You’ll probably need to slightly mess around with the list_pages function.

    Here’s an example of a bit of a complicated one:

    http://wphacks.com/how-to-make-categori … down-menu/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.