Yeni bir site kurdum ve temam premium tema. Temanın özel yazı biçimi var video,ses,alıntı.... Şeklinde fakat özel alan eklerken ne yazacağımı çözemedim.
/**
* Post format - Video
*/
if( !isset($style) ) :
$style = gillion_post_option( get_queried_object_id(), 'page-blog-style' );
endif;
$thumbnail = gillion_thumbnail_url( get_the_ID(), 'large' );
/* Layout for masonry style */
if( $style == 'masonry' || $style == 'masonry blog-style-masonry-card' || $style == 'grid' || $style == 'grid-simple' ) :
$meta = ( $style == 'grid-simple' ) ? '2' : '3';
?>
>
/* Layout for card style */
elseif( $style == 'card' ) :
?>
style="background-image: url( );">
/* Layout for cover style */
elseif( $style == 'cover-small' || $style == 'cover-large' ) :
$meta = ( $style == 'cover-small' ) ? '6' : '8';
$thumb = ( $style == 'cover-small' ) ? 'gillion-portrait' : 'large';
$thumb = ( isset( $custom_thumb ) && $custom_thumb ) ? $custom_thumb : $thumb;
?>
>
/* Layout for left and mix style */
elseif( $style == 'left' || $style == 'left-right' || $style == 'left-right blog-style-left-right-large' || $style == 'left-right blog-style-left-right-small' ) :
?>
>
/* Layout for standard medium and small styles */
elseif( $style == 'large' || $style == 'large large-title-bellow' || $style == 'large large-centered' ) :
?>
>
/* Layout for single post style */
else :
?>