Remove “Read More” globally in (Free) Astra theme
-
For some reason the code snippet does not remove Read More occurrences as expected.
//Remove ?read more? globally
function wp_remove_read_more() { return __( ”, ‘astra’ ); }
add_filter( ‘astra_post_read_more’, ‘wp_remove_read_more’ );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove “Read More” globally in (Free) Astra theme’ is closed to new replies.