Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'jnews_content_class', function ( $value, $id ) {
- return $value . ' mobile-truncate';
- }, null, 2 );
- add_filter( 'the_content', function ( $content ) {
- return $content . "<div class='truncate-read-more'><span>" . jnews_return_translation( 'Continue Reading', 'jnews', 'continue_reading' ) . "</span></div>";
- }, 999 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement