????JFIF??x?x????'
Server IP : 104.21.64.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/dchsreunion.com/wp-content/themes/celebration/views/ |
Upload File : |
<?php if ( is_search() ) { $blog_side_info = false; } $share_html = '<div class="btIconRow">' . ( function_exists( 'boldthemes_get_share_html' ) ? boldthemes_get_share_html( $permalink, 'blog', 'btIcoSmallSize', 'btIcoOutlineType btIcoAccentColor' ) . '</div>' : '' ); $meta_html = ''; if ( $blog_author || $blog_date || $show_comments_number ) { $meta_html .= ''; if ( $blog_date && ! $blog_side_info ) $meta_html .= '<span class="btArticleDate">' . esc_html( date_i18n( CelebrationTheme::$boldthemes_date_format, strtotime( get_the_time( 'Y-m-d' ) ) ) ) . ' </span>'; if ( $blog_author && ! $blog_side_info ) $meta_html .= $author_html; if ( $show_comments_number ) { if( $meta_html != '' ) $meta_html .= '<a href="' . esc_url_raw( $permalink ) . '#comments" class="btArticleComments">' . $comments_number . '</a>'; else $categories_html .= '<a href="' . esc_url_raw( $permalink ) . '#comments" class="btArticleComments">' . $comments_number . '</a>'; } } $dash = $blog_use_dash ? "bottom" : ""; echo '<article class="' . esc_attr( implode( ' ', get_post_class( $class_array ) ) ) . '">'; echo '<div class="port">'; echo '<div class="boldCell">'; if($media_html != "") { echo '<div class = "boldRow">'; echo '<div class="rowItem col-sm-12 btTextCenter">' . $media_html . '</div>'; echo '</div><!-- /boldRow -->'; } if ( $blog_side_info ) { echo '<div class="articleSideGutter btTextRight">'; $avatar_html = get_avatar( get_the_author_meta( 'ID' ), 144 ); if ( $avatar_html != '' ) { echo '<div class="asgItem avatar"><a href="' . esc_url_raw( $author_url ) . '">' . $avatar_html . '</a></div>'; } if ( $blog_author ) { echo '<div class="asgItem title"><span>' . $author_html . '</span></div>'; } if ( $blog_date ) { echo '<div class="asgItem date"><small>' . date_i18n( "d", strtotime( ( $blog_date ) ) ) . "/". date_i18n( "M", strtotime( ( $blog_date ) ) ). "/". date_i18n( "Y", strtotime( ( $blog_date ) ) ) . '</small></div>'; } echo '</div>'; } $extra_class = ''; if ( $post_format == 'link' && $media_html == '' ) { $extra_class = 'linkOrQuote'; } echo '<div class="boldRow btArticleListBody' . $extra_class . '">'; echo '<div class="rowItem col-sm-12">'; echo '<div class="rowItemContent">'; echo '<div class="btClear btSeparator bottomSmallSpaced noBorder"><hr></div>'; echo boldthemes_get_heading_html( $categories_html, '<a href="' . esc_url_raw( $permalink ) . '">' . get_the_title() . '</a>', $meta_html, 'large', $dash, '', '' ); echo '<div class="btArticleListBodyContent">' . $content_final_html . '</div>'; echo '</div>' ; echo '<div class="btClear btSeparator bottomSmallSpaced border"><hr></div>'; echo '</div>'; echo '</div><!-- /boldRow -->'; echo '<div class="boldRow btArticleFooter">'; echo '<div class="rowItem col-sm-6 col-ms-12 btTextLeft btReadArticle"><a class="btContinueReading" href="' . esc_attr( $permalink ) . '">' . esc_html__( 'CONTINUE READING', 'celebration' ) . '</a></div>'; echo '<div class="rowItem col-sm-6 col-ms-12 btTextRight btShareArticle">' . $share_html . '</div>'; echo '</div><!-- /boldRow -->'; echo '</div><!-- boldCell -->'; echo '</div><!-- port -->'; echo '</article><!-- /articles -->'; ?>