Forums

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

Home Forums CSS WordPress wp_list_pages

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

    The Question
    I’m not an expert on WordPress, but I am learning fast. I understand that the wp_list_pages generate <li> markup for each page within wordpress. Lets say I have the following markup for the static HTML page..

    The Nav

    Code:
  • Home

The <span> tags are used there to create my rounded border and reflective material under the button. (I also have the box expandable)
But when i insert the WordPress wp_list_pages I won’t get the following output without editing the core wordpress include files. My question is there a way that I can make this work without editing the core include files. I’m looking at this to be a theme and do not want to require the user to edit the core wordpress files to make this work. In the case that if they want to change themes, my theme might potentially break the other themes due to the change in the include file..

#53530
Polonel
Member

Thanks, Chris for the help.. I didn’t realize it was added in 2.7..

Viewing 2 posts - 1 through 2 (of 2 total)