Skip to content

Instantly share code, notes, and snippets.

@vfontjr
Created May 2, 2020 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfontjr/e9fd07affa27a74b53b445f09026e662 to your computer and use it in GitHub Desktop.
Save vfontjr/e9fd07affa27a74b53b445f09026e662 to your computer and use it in GitHub Desktop.
<?php
$sitemap = sprintf( '<%2$s>%1$s</%2$s>', __( 'Pages:', 'genesis' ), $heading );
$sitemap .= sprintf( '<ul>%s</ul>', wp_list_pages( 'title_li=&echo=0&exclude=999' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment