Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Child-Theme functions and definitions
- */
- function new_excerpt_more($more) {
- global $post;
- return ' <a class="moretag btn btn-primary" href="'. get_permalink($post->ID) . '">Read More141212122 ยป</a>'; //Change to suit your needs
- }
- add_filter( 'excerpt_more', 'new_excerpt_more' );
- }
- .top_panel_over .top_panel_wrap {
- position:absolute;
- top:0;
- left:0;
- right:0;
- z-index:8000;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment