Guest User

Untitled

a guest
Oct 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. $param = get_post_meta($post->ID, 'media-cat-list-shortcode', true);
  3. echo do_shortcode('[catlist ID="'.$param.'" content="yes" orderby="title" order="asc"]');
Add Comment
Please, Sign In to add comment