Skip to content

Instantly share code, notes, and snippets.

@patilvikasj
Created October 18, 2019 10:45
Show Gist options
  • Select an option

  • Save patilvikasj/cecb682171e79aa7f8271adc9f47255d to your computer and use it in GitHub Desktop.

Select an option

Save patilvikasj/cecb682171e79aa7f8271adc9f47255d to your computer and use it in GitHub Desktop.
<?php // Do not include this line in your functions.php
add_filter( 'astra_excerpt_type', 'ast_modify_excerpt_type' );
function ast_modify_excerpt_type( $excerpt_type ) {
$excerpt_type = astra_get_option( 'blog-post-content' );
return $excerpt_type;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment