montezuma]# grep -R the_excerpt *
functions.php:add_filter( ‘get_the_excerpt’, ‘bfa_custom_excerpt_more’ );
includes/template_tags.php: // the_excerpt();
includes/get_whitelist.php: ‘the_excerpt’ => array(
includes/get_whitelist.php: ‘<?php the_excerpt(); ?>’ => ‘Displays an excerpt of the current post.’,
includes/get_whitelist.php: instead of the_excerpt() in post format templates: postformat.php, postformat-video.php,
Что именно и где искать?
Может быть есть какая-то стандартная документация на эту тему про шаблоны? Я только начал знакомство с wordpress, поэтому даже не знаю от чего оттолкнуться.