PATH:
home
/
lab2454c
/
cbcei.com
/
wp-content
/
themes
/
biocei
<?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package WP_Bootstrap_Starter */ get_header(); if (have_posts()): while (have_posts()): the_post(); if (class_exists('ACF')): get_template_part('template-parts/banner', 'section-single'); endif; ?> <div class="body__container__wrapp body__container__wrapp__inner"> <div class="news__list__wrapp"> <div class="container"> <div class="row"> <div class="col-xl-8 col-lg-8 col-md-8"> <div class="news__list__wrapp__inner news__list__single news__details__wrapp"> <div class="news__card"> <?php if (has_post_thumbnail()): ?> <div class="image__box"> <a href="<?php echo get_permalink(); ?>"><?php the_post_thumbnail('full');?></a> </div> <?php endif;?> <div class="card__content"> <div class="news__category"> <a href="<?php echo get_permalink(); ?>">Lorem Ipsum</a> </div> <div class="news__meta"> <ul> <li><a href="<?php echo get_permalink(); ?>"><i class="ico__box"><img src="<?php echo get_template_directory_uri(); ?>/inc/assets/images/calendar-ico.svg" alt=""></i><span><?php echo get_the_date(); ?></span></a></li> <li><a href="<?php echo get_permalink(); ?>"><i class="ico__box"><img src="<?php echo get_template_directory_uri(); ?>/inc/assets/images/comments-ico.svg" alt=""></i><span><?php echo __('By', 'biocei-theme') . get_the_author_meta('display_name'); ?></span></a> </li> </ul> </div> <?php the_title('<h2>', '</h2>');?> <?php the_content();?> </div> </div> </div> </div> <div class="col-xl-4 col-lg-4 col-md-4"> <?php get_sidebar();?> </div> </div> </div> </div> </div> <?php endwhile; endif; get_footer(); ?>
[+]
woocommerce
[-] template-climate-delivery-initiative.php
[edit]
[-] footer-widget.php
[edit]
[-] search.php
[edit]
[-] template-learning-laboratory.php
[edit]
[-] template-funding.php
[edit]
[-] index.php
[edit]
[-] woocommerce.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[-] blank-page-with-container.php
[edit]
[-] single.php
[edit]
[-] template-programs.php
[edit]
[-] footer.php
[edit]
[-] template-events.php
[edit]
[-] template-about.php
[edit]
[-] template-home.php
[edit]
[-] blank-page.php
[edit]
[-] left-sidebar.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] template-team.php
[edit]
[-] template-our-work.php
[edit]
[-] template-governance.php
[edit]
[-] single-attachment.php
[edit]
[-] template-overview.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] template-news-events.php
[edit]
[-] template-Integrated-results-frameworks.php
[edit]
[-] functions.php
[edit]
[-] template-work-asia.php
[edit]
[-] template-programs-details.php
[edit]
[-] archive.php
[edit]
[-] fullwidth.php
[edit]
[-] error_log
[edit]
[+]
template-parts
[-] template-events-listing.php
[edit]
[-] comments.php
[edit]
[-] template-contact.php
[edit]
[+]
inc