WP nav question

Out of context: Reply #6

  • Started
  • Last post
  • 11 Responses
  • acescence0

    a couple options, you can go into includes/post-template.php and edit the actual function. of course this will break if you upgrade. another option is to use a filter hook to process the output of wp_list_pages before it gets output to the template. another option is to copy the entire function and paste it in your template's functions.php file, then give it a unique name and edit the html it outputs.

View thread