X7ROOT File Manager
Current Path:
/home/softbdltd/images-bd.com/wp-content87b/themes/eventum/post-format
home
/
softbdltd
/
images-bd.com
/
wp-content87b
/
themes
/
eventum
/
post-format
/
??
..
??
content-aside.php
(1.17 KB)
??
content-audio.php
(1.17 KB)
??
content-gallery.php
(3.89 KB)
??
content-image.php
(1.17 KB)
??
content-link.php
(1.03 KB)
??
content-none.php
(1.53 KB)
??
content-quote.php
(1.39 KB)
??
content-video.php
(2.74 KB)
??
content.php
(1.17 KB)
??
entry-content.php
(3.57 KB)
??
social-buttons.php
(2.12 KB)
Editing: content.php
<?php global $themeum_options; ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if (!is_single()) { ?> <div class="row"> <?php if ( has_post_thumbnail() ){ $col = 'col-sm-6'; }else { $col = 'col-sm-12'; } ?> <?php if ( has_post_thumbnail() ) { ?> <div class="featured-wrap <?php echo $col;?>"><a href="<?php the_permalink(); ?>" rel="bookmark"> <?php the_post_thumbnail('blog-medium', array('class' => 'img-responsive')); ?> </a></div> <?php } ?> <div class="<?php echo $col;?>"> <span class="post-icon"><i class="fa fa-thumb-tack"></i></span> <?php get_template_part( 'post-format/entry-content' ); ?> </div> </div> <?php } else { ?> <?php if ( has_post_thumbnail() ) { ?> <div class="featured-wrap"><a href="<?php the_permalink(); ?>" rel="bookmark"> <?php the_post_thumbnail('blog-medium', array('class' => 'img-responsive')); ?> </a></div> <?php } ?> <?php if (!is_single()) { ?> <span class="post-icon"><i class="fa fa-thumb-tack"></i></span> <?php } ?> <?php get_template_part( 'post-format/entry-content' ); ?> <?php } ?> </article> <!--/#post-->
Upload File
Create Folder