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/ |
Current File : //var/www/web284/html/wp-content/themes/splendor/framework/post-format/single-image.php |
<?php global $smof_data; ?> <?php $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); ?> <div class="row-fluid inner_blog"> <div class="span12"> <div class="blog_head"> <h1 class="small_width"><?php the_title(); ?></h1> <div class="meta"> <?php if($smof_data['blog_show_posts_date'] == true ) { ?><span><?php the_time('j.') ?> <?php the_time('F') ?> <?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 } ?> ><?php _e("By ","splendor"); ?><?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) { ?><?php _e(" There are no tags","splendor"); ?><?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','%')?><?php _e(" comment(s)","splendor"); ?></a></span><?php } ?> </div> </div> <div class="view view-first <?php if ($smof_data['blog_image_hover_icons'] == "Zoom icon only") { ?>nolink <?php } ?> <?php if ($smof_data['blog_image_hover_icons'] == "Link icon only") { ?>noinfo <?php } ?>"> <img src="<?php echo $large_image_url[0]; ?>" alt="" /> <div class="mask nolink"> <a href="<?php echo $large_image_url[0]; ?>" rel="prettyPhoto" title="<?php the_title(); ?>" class="info"></a> </div> </div> <div class="my_clear"></div> <div class="clearfix"></div> <div class="blog_item_content"> <div style="margin-top:15px;"> <?php the_content('<div class="read_more"><a href="'. get_permalink($post->ID) . '">'. __("Read More","commander") .'</a></div>'); ?> </div> </div> </div> </div>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare