PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
bumbleb
/
templates
/
content-single
<?php $bumbleb_settings = bumbleb_global_settings(); $post_single_layout = bumbleb_post_sidebar(); $bumbleb_settings = bumbleb_global_settings(); ?> <div class="content-single-one_column"> <div class="container"> <div class="content-image-single"> <?php if ( get_the_post_thumbnail() ){ ?> <div class="entry-thumb single-thumb"> <?php the_post_thumbnail( 'full' ); ?> </div> <?php }; ?> <div class="content-info"> <?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && bumbleb_categorized_blog() ) : ?> <?php echo get_the_category_list(''); ?> <?php endif; ?> <?php $show_post_title = bumbleb_get_config('post-title',true); if ($show_post_title){ if ( is_single() ){ the_title( '<h3 class="entry-title">', '</h3>' ); }else { the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' ); } } ?> <div class="entry-meta-head"> <?php if (bumbleb_get_config('archives-author')) { ?> <div class="entry-author"> <span class="entry-meta-link"><?php echo esc_html__("By ",'bumbleb') ?><?php echo the_author_posts_link(); ?> <?php echo esc_html__("on ",'bumbleb') ?><?php bumbleb_posted_on_2(); ?></span> </div> <?php } ?> </div> </div> </div> <div class="single-post-content"> <div class="post-single <?php echo esc_attr($post_single_layout); ?>"> <article id="post-<?php esc_attr(the_ID()); ?>" <?php post_class(); ?>> <?php if ( is_search() ) : ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php else : ?> <div class="post-content"> <div class="post-excerpt clearfix"> <?php /* translators: %s: Name of current post */ the_content( sprintf( the_title( '<span class="screen-reader-text">', '</span>', false ) ) ); wp_link_pages( array( 'before' => '<div class="page-links clearfix"><span class="page-links-title">' . esc_html__( 'Pages:', 'bumbleb' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div> <div class="clearfix"></div> </div><!-- .entry-content --> <div class="post-content-entry"> <!-- Tag --> <?php if ( 'post' === get_post_type() ) { $tags_list = get_the_tag_list( '', esc_html_x( '', 'list item separator', 'bumbleb' ) ); if ( $tags_list ) { printf( '<div class="tags-links"> %1$s</div>', $tags_list ); // WPCS: XSS OK. } } ?> </div> <div class="clearfix"></div> <?php endif; ?> </article><!-- #post-## --> <?php // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } ?> </div> </div> </div> <?php bumbleb_post_related(); ?> </div>
[-] content-one_column.php
[edit]
[+]
..
[-] content-sidebar.php
[edit]
[-] content-prallax_image.php
[edit]
[-] content-sticky_title.php
[edit]
[-] content-simple_title.php
[edit]