????JFIF??x?x????'
Server IP : 104.21.16.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/dchs84reunion.com/wp-content/themes/celebration/views/ |
Upload File : |
<?php $share_html = '<div class="btIconRow">' . ( function_exists( 'boldthemes_get_share_html' ) ? boldthemes_get_share_html( $permalink, 'blog', 'btIcoExtraSmallSize', 'btIcoDefaultType btIcoDefaultColor' ) : '' ) . '</div>'; $blog_date_side = date_i18n( "d", strtotime( ( $blog_date ) ) ) . "/". date_i18n( "M", strtotime( ( $blog_date ) ) ). "/". date_i18n( "Y", strtotime( ( $blog_date ) ) ); $dash = ""; if ( is_search() ) { $blog_side_info = false; } $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_date && $blog_side_info ) $categories_html .= '<span class="btArticleDate">' . esc_html( date_i18n( CelebrationTheme::$boldthemes_date_format, strtotime( get_the_time( 'Y-m-d' ) ) ) ) . ' </span>'; if ( $blog_author ) $categories_html .= '<span class="btArticleAuthor">' . $author_html . '</span>'; if ( $show_comments_number ) $categories_html .= '<a href="' . esc_url_raw( $permalink ) . '#comments" class="btArticleComments">' . $comments_number . '</a>'; } $l_class = 'btTextRight col-sm-3'; $r_class = 'col-sm-9'; if ( $blog_side_info != '' ) { $l_class = 'btTextCenter col-sm-2'; $r_class = 'col-sm-10'; } echo '<article class="' . implode( ' ', get_post_class( $class_array ) ) . ' btBlogSimpleView btDivider">'; echo '<div class="port">'; echo '<div class="boldCell">'; echo '<div class = "boldRow bottomSmallSpaced">'; echo '<div class="rowItem ' . $l_class . ' btBlogSimpleViewCategories">'; if ( $meta_html != '' ) echo boldthemes_get_heading_html( $meta_html, '', '', 'large', '', '', '' ); if ( $blog_side_info ) { echo '<div class="simpleArticleSideGutter">'; $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>'; } echo '</div>'; } echo '</div>'; echo '<div class="rowItem btTextLeft ' . $r_class . ' ">'; echo '<div class="rowItemContent">'; echo boldthemes_get_heading_html( $categories_html, '<a href="' . esc_url_raw( $permalink ) . '">' . get_the_title() . '</a>', '', 'large', $dash, '', '' ); echo '</div>' ; echo '</div>'; echo '</div><!-- /boldRow -->'; echo '</div><!-- boldCell -->'; echo '</div><!-- port -->'; echo '</article><!-- /articles -->'; ?>