wp_list_pages
function wp_list_pages_filter($output) {
// modify $output here, it's a string of <li>'s by the looks of source
return $output;
}
add_filter('wp_list_pages', 'wp_list_pages_filter');
wp_query()
wpcf7_add_shortcode()
. Попробуйте примеры отсюда https://stackoverflow.com/questions/13179355/wordp... get_term_link( $term_id, $taxonomy )