Server IP : 192.158.238.246 / Your IP : 18.222.194.128 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jenniferflocom/www/wp-content/themes/open-shop/template-parts/ |
Upload File : |
<?php /** * Template part for displaying posts * @link https://codex.wordpress.org/Template_Hierarchy * @package Open Shop * @since 1.0.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class('thunk-post-article'); ?>> <div class="post-content-outer-wrapper"> <?php if ((function_exists('has_post_thumbnail')) && (has_post_thumbnail())) {?> <div class="thunk-post-img-wrapper"> <div class="thunk-post-img"> <a href="<?php the_permalink() ?>" class="post-thumb-link"> <?php the_post_thumbnail('full'); ?> </a> </div> </div> <?php } ?> <div class="thunk-posts-description "> <?php the_title( '<h2 class="entry-title thunk-post-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); ?> <div class="thunk-post-meta"> <div class="thunk-post-info"> <span><?php the_author_posts_link(); ?></span> <span><?php the_category(' '); ?></span> <span><?php echo get_the_date(); ?></span> </div> <div class="thunk-post-comments"> <div class="thunk-comments-icon"> <span class="thunk-comments"><a href="<?php comments_link(); ?>" title=""><?php comments_popup_link(esc_html('0','open-shop'), esc_html('1','open-shop'), esc_html('%','open-shop')); ?></a></span> </div> </div> </div> <div class="thunk-post-excerpt"> <?php open_shop_the_excerpt();?> </div> </div> <!-- thunk-posts-description end --> </div> <!-- post-content-outer-wrapper end --> </article>