Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function post_excertp() {
- global $post;
- return $post->post_excerpt;
- }
- add_shortcode('excerpt_shortcode', 'post_excertp');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement