Server IP : 192.158.238.246 / Your IP : 13.58.199.13 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/personalias/ |
Upload File : |
<?php $format = get_post_format(); ?> <div class="featured-post"> <div class="featured-thumbnail" style="background-image:url('<?php if ( has_post_thumbnail() ): ?><?php the_post_thumbnail_url('personalias-square'); ?><?php else: ?><?php echo esc_url( get_template_directory_uri() ); ?>/img/thumb-large.png<?php endif; ?>');"> <div class="featured-thumbnail-inner"> <div class="featured-thumbnail-meta"> <?php the_time( get_option('date_format') ); ?> <?php if ( comments_open() && ( get_theme_mod( 'comment-count', 'on' ) == 'on' ) ): ?> · <a class="featured-thumbnail-comments" href="<?php comments_link(); ?>"><i class="fa fa-comment"></i><?php comments_number( '0', '1', '%' ); ?></a> <?php endif; ?> </div> <h2 class="featured-thumbnail-title"> <a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a> </h2><!--/.post-title--> <?php if (get_theme_mod('excerpt-length','26') != '0'): ?> <div class="featured-thumbnail-excerpt"> <?php the_excerpt(); ?> </div> <?php endif; ?> </div> </div> </div>