SILENT KILLERPanel

Current Path: > home > transcarter > > www > wp-content > themes > config_1754038130 > template-parts > post


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www/wp-content/themes/config_1754038130/template-parts/post

NameTypeSizeLast ModifiedActions
content-excerpt.php File 1405 bytes August 01 2025 08:48:56.
content.php File 1169 bytes August 01 2025 08:48:56.

Reading File: /home/transcarter//www/wp-content/themes/config_1754038130/template-parts/post/content.php

<?php
/**
 * Template part for displaying posts
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package WordPress
 * @subpackage Nasio
 * @since 1.0
 * @version 1.2
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

    <header class="entry-header">
        <?php

        if ( is_page() ) {
            the_title( '<h2 class="entry-title">', '</h1>' );
        }

        if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
            the_post_thumbnail( 'full' );
        }
		if ( 'post' === get_post_type() ) {

			
			echo '<div class="post-meta">';
				if ( is_single() ) {
					nasio_posted_on();
					nasio_get_category();
				}
			
			echo '</div><!-- .post-meta -->';
		};

		if ( is_single() ) {
			the_title( '<h1 class="entry-title">', '</h1>' );
		} elseif ( is_front_page() && is_home() ) {
			the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' );
		} 
	?>
    </header><!-- .entry-header -->

    <div class="entry-content">
        <?php the_content();?>
    </div><!-- .entry-content -->

</article><!-- #post-## -->

SILENT KILLER Tool