Skip to main content

WP nav question 1111 Responses

Last post: 2 years, 7 months ago | Thread started: Oct 16, 09, 9:21 a.m.

RespondNew TopicDisable Images

Out of context: Response #6 [Oct 16, 09, 9:21 a.m.]

  • acescence

    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.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content