PATH:
home
/
lab2454c
/
securepaychip.com
/
wp-content
/
themes
/
wp-bootstrap-starter
/
template-parts
<?php /** * Template part for displaying posts * * @link https://codex.wordpress.org/Template_Hierarchy * * @package WP_Bootstrap_Starter */ ?> <?php if (has_post_thumbnail()) { ?> <div class="image__wrapp"> <?php the_post_thumbnail('medium_large'); ?> </div> <?php } ?> <?php if (is_single()) { ?> <div class="news__content__wrapp"> <?php } ?> <?php if ('post' === get_post_type()) : ?> <?php if (is_single()) { ?> <div class="post__date"> <?php } ?> <h4><?php wp_bootstrap_starter_posted_on(); ?></h4> <?php if (is_single()) { ?> </div> <?php } ?> <?php endif; ?> <?php if (is_single()) : the_title('<h2>', '</h2>'); else : the_title('<h3><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h3>'); endif; if (is_single()) : the_content(); else : the_excerpt(); endif; ?>
[-] content-none.php
[edit]
[+]
..
[-] home-banner.php
[edit]
[-] content-search.php
[edit]
[-] content-page.php
[edit]
[-] content.php
[edit]