Advertisement
GochiSiyan

truncate mobile deskotp

Jul 15th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. add_filter( 'jnews_content_class', function ( $value, $id ) {
  2. return $value . ' mobile-truncate';
  3. }, null, 2 );
  4. add_filter( 'the_content', function ( $content ) {
  5. return $content . "<div class='truncate-read-more'><span>" . jnews_return_translation( 'Continue Reading', 'jnews', 'continue_reading' ) . "</span></div>";
  6. }, 999 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement