Server IP : 192.64.118.117 / Your IP : 18.224.33.235 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/themes/creditrepairII/ |
Upload File : |
<?php /** * @package Credit Repair II */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> <?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php crii_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> </header><!-- .entry-header --> <div class="row"> <?php // Standard content part $thumb_id = get_post_thumbnail_id(); $thumb_url_array = wp_get_attachment_image_src($thumb_id, 'secondary-image', true); $thumb_url = $thumb_url_array[0]; ?> <?php if(has_post_thumbnail()) : ?> <div class="col-sm-4"> <img src="<?php echo $thumb_url; ?>" class="img-thumbnail"> </div> <?php endif; ?> <div class="col-sm-<?php echo has_post_thumbnail() ? '8' : '12'; ?>"> <div class="entry-content"> <?php /* translators: %s: Name of current post */ the_excerpt(); ?> <a class="btn btn-primary" href="<?php echo get_permalink(); ?>">Read more...</a> </div><!-- .entry-content --> </div> </div> <footer style="margin-top:10px;" class="entry-footer"> <?php crii_entry_footer(); ?> </footer><!-- .entry-footer --> </article><!-- #post-## -->