Forums

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

Home Forums Other Were is wp_list_pages located?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41399
    Htmlmainiac
    Member

    I use wordpress for [this site](http://www.bochdewi.co.uk/flyffyweb) and i want to change the link structure of the link to call a javascript function to fade out the page then redirect and then on the other page fade back in.

    Just tell me were the function is located in wp-includes. Please!

    #117807
    chrisburton
    Participant

    The WordPress Codex is a great resource for these questions. http://codex.wordpress.org/Function_Reference/wp_list_pages

    #117767
    TheDoc
    Member

    Definitely *do not* edit the core functions of WordPress. If you need to do something special to the function, check out the link that Chris provided above, your solution will likely be in there. Other than that, you’ll probably be able to edit the function in your functions.php file.

    #117770
    chrisburton
    Participant

    Gray is right. This can break your site depending on what you edit and will be pointless on the next WordPress update as it will change everything back.

    Just in case you saw this effect on another site, it’s called AJAX. But other people just like the transition so they use Javascript instead.

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