????JFIF??x?x????'
Server IP : 104.21.80.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 echo '<article class="' . implode( ' ', get_post_class( $class_array ) ) . ' btPostSingleItemColumns">'; echo '<div class="port">'; echo '<div class="boldCell">'; echo '<div class="boldRow bottomSmallSpaced">'; $extra_class = 'col-sm-12'; if ( $media_html != '' ) { $extra_class = 'col-sm-3'; echo '<div class="rowItem col-sm-9 btTextCenter btGridGap5">' . $media_html . '</div><!-- /rowItem -->'; } echo '<div class="rowItem btTextLeft ' . esc_attr( $extra_class ) . '">'; echo '<div class="btClear btSeparator bottomSmallSpaced noBorder visible-ms visible-xs"><hr></div>'; echo boldthemes_get_heading_html( $categories_html, get_the_title(), $meta_html , 'medium', $dash, '', '' ) ; $extra_class = ''; if ( $post_format == 'link' && $media_html == '' ) { $extra_class = 'linkOrQuote'; } echo '<div class="btArticleBody portfolioBody bottomSmallSpaced ' . esc_attr( $extra_class ) . '">' . $content_html . '</div>'; echo wp_kses_post( $tags_html ); echo '<div class="btClear btSeparator bottomSmallSpaced noBorder"><hr></div>' . $share_html; if( wp_link_pages() ) { echo '<div class="btClear btSeparator bottomSmallSpaced noBorder"><hr></div>'; wp_link_pages( array( 'before' => '<ul>' . esc_html__( 'Pages:', 'celebration' ), 'separator' => '<li>', 'after' => '</ul>' )); } echo '</div><!-- /rowItem -->'; echo '</div><!-- /boldRow -->'; if ( boldthemes_get_option( 'blog_author_info' ) ) { echo '<div class="boldRow">'; echo '<div class="rowItem col-sm-12 btAboutAutor">'; echo wp_kses_post( $about_author_html ); echo '</div><!-- /rowItem -->'; echo '</div><!-- /boldRow -->'; } echo '</div><!-- /boldCell -->'; echo '</div><!-- /port -->'; echo '</article>'; ?>