You appear to be a bot. Output may be restricted
Description
Creates the continue reading link for excerpt.
Usage
twenty_twenty_one_continue_reading_link_excerpt();
Parameters
Returns
void
Source
File name: twentytwentyone/inc/template-functions.php
Lines:
1 to 5 of 5
function twenty_twenty_one_continue_reading_link_excerpt() { if ( ! is_admin() ) { return '… <a class="more-link" href="' . esc_url( get_permalink() ) . '">' . twenty_twenty_one_continue_reading_text() . '</a>'; } }