Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/themes/splendor/framework/post-format-medium/ |
Current File : //var/www/web284/html/wp-content/themes/splendor/framework/post-format-medium/format-audio.php |
<?php global $smof_data; ?> <?php $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); ?> <div class="row-fluid"> <div class="span12"> <div class="blog_item_content medium_img"> <div> <div class="row-fluid"> <div class="span5" style="position:relative;"> <style> .paz_cont { margin-top:30px; padding:20px;} </style> <img src="<?php echo $large_image_url[0]; ?>" alt="" style="position:absolute;"/> <?php echo get_post_meta($post->ID, '_format_audio_embed', true); ?> </div> <div class="span7"> <div class="blog_head" style="margin-top:10px;"> <h2 class="small_width"><a href="<?php echo the_permalink(); ?>"><?php the_title(); ?> </a></h2> <div class="meta"> <?php if($smof_data['blog_show_posts_date'] == true ) { ?><span><?php if($smof_data['blog_show_date_icon'] == true ) { ?><i class="icon-calendar icon-white"></i> <?php } ?><?php the_time('d') ?> <?php the_time('M') ?> <?php the_time('Y') ?></span><?php } ?> <?php if($smof_data['blog_show_posts_meta_author'] == true ) { ?><span <?php if(($smof_data['blog_show_posts_meta_category'] == false ) & ($smof_data['blog_show_posts_meta_comments'] == false )) { ?> class="last_item"<?php } ?> >By <?php the_author_posts_link() ?></span><?php } ?> <?php if($smof_data['blog_show_posts_meta_category'] == true ) { ?><span <?php if(($smof_data['blog_show_posts_meta_comments'] == false )) { ?> class="last_item"<?php } ?>><?php $tag = get_the_tags(); if (! $tag) { ?> There are no tags<?php } else { ?><?php the_tags(''); ?><?php } ?></span><?php } ?> <?php if($smof_data['blog_show_posts_meta_comments'] == true ) { ?><span class="last_item"><a href="<?php the_permalink() ?>#comments"><?php comments_number('0','1','%')?> comments</a></span><?php } ?> </div> </div> <?php the_content('<div class="read_more"><a href="'. get_permalink($post->ID) . '">'. __("Read More","commander") .'</a></div>'); ?> </div> </div> </div> </div> </div> </div>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare