Render math in the_excerpt()
-
Is it possible to force render math in the_excerpt()? Right now the [latex] tag has no effect on the excerpt. I tried playing with
add_filter( 'excerpt_more', 'new_excerpt_more' );but with no luck.
The topic ‘Render math in the_excerpt()’ is closed to new replies.