Advertisement
Guest User

Untitled

a guest
May 6th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function my_full_width_blog_media( $position ) {
  2. $position = 'above';
  3. return $position;
  4. }
  5. add_filter( 'wpex_blog_single_media_position', 'my_full_width_blog_media' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement