Advertisement
GochiSiyan

user defined excerpt only

Mar 8th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function post_excertp() {
  2. global $post;
  3.  
  4. return $post->post_excerpt;
  5. }
  6.  
  7. add_shortcode('excerpt_shortcode', 'post_excertp');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement