| Server IP : 213.142.137.24 / Your IP : 216.73.216.122 Web Server : Apache System : Linux ns1.medyayapim.net 3.10.0-1160.11.1.el7.x86_64 #1 SMP Fri Dec 18 16:34:56 UTC 2020 x86_64 User : dgpilates.com_ooz9p0tadyh ( 10028) PHP Version : 8.0.30 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/dgpilates.com/httpdocs/wp-content/themes/bosa/template-parts/ |
Upload File : |
<?php /** * Template part for displaying results in search pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Bosa */ ?> <div class="col-md-6 col-lg-4 grid-post"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() ) : ?> <figure class="featured-image"> <a href="<?php the_permalink(); ?>"> <?php bosa_image_size( 'bosa-420-300' ) ?> </a> </figure><!-- .recent-image --> <?php endif; ?> <div class="entry-content"> <header class="entry-header"> <?php bosa_entry_header(); the_title( sprintf( '<h3 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h3>' ); ?> </header><!-- .entry-header --> <?php if ( 'post' === get_post_type() ) : ?> <div class="entry-meta"> <?php bosa_entry_footer(); ?> </div><!-- .entry-meta --> <?php endif; ?> <div class="entry-summary"> <?php bosa_excerpt( 15, true ); ?> </div><!-- .entry-summary --> </div> </article><!-- #post-<?php the_ID(); ?> --> </div>