Advertisement
fahimmurshed

Show blog meta at the bottom of posts (Astra theme)

May 11th, 2020 (edited)
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. // Show blog meta at the bottom of posts
  2. // Learn more https://fahimm.com
  3. add_action('astra_entry_bottom', 'call_back' );
  4.         function call_back(){
  5.             astra_blog_get_post_meta();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement