Guest User

Untitled

a guest
Apr 5th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <?php
  2. /**
  3. * Child-Theme functions and definitions
  4. */
  5.  
  6. function new_excerpt_more($more) {
  7. global $post;
  8. return ' <a class="moretag btn btn-primary" href="'. get_permalink($post->ID) . '">Read More141212122 ยป</a>'; //Change to suit your needs
  9. }
  10.  
  11. add_filter( 'excerpt_more', 'new_excerpt_more' );
  12.  
  13.  
  14. }
  15. .top_panel_over .top_panel_wrap {
  16. position:absolute;
  17. top:0;
  18. left:0;
  19. right:0;
  20. z-index:8000;
  21.  
  22.  
  23. ?>
Advertisement
Add Comment
Please, Sign In to add comment