HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/zenoxpressjobs.com/careers.htm/wp-content/themes/zxldfw-tcompanyllcMain/content.php
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

    <?php if ( is_sticky() and is_home() and !is_paged() ) : ?>
        <div class="featured-post">
            <p>Featured post</p>
        </div>
    <?php endif; ?>

    <?php if( !is_page() ) : ?>
        <header class="entry-header">
            <?php if ( !post_password_required() ) :
                the_post_thumbnail();
            endif; ?>

            <?php if ( is_single() ) : ?>
                <h1><?php the_title(); ?></h1>
            <?php else : ?>
                <h2><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
            <?php endif; ?>

            <?php if ( comments_open() ) : ?>
                <div class="comments-link">
                    <?php comments_popup_link( '<span class="leave-reply">Leave a reply</span>', '1 Reply', '% Replies' ); ?>
                </div>
            <?php endif; ?>
        </header>
    <?php endif; ?>

    <?php if ( is_search() ) : ?>
        <div class="entry-summary">
            <?php the_excerpt(); ?>
        </div>
    <?php else : ?>
        <div class="entry-content">
            <?php the_content( 'Continue reading <span class="meta-nav"><i class="fa fa-arrow-right" aria-hidden="true"></i></span>' ); ?>
            <?php wp_link_pages( array( 'before' => '<div class="page-links">Pages:', 'after' => '</div>' ) ); ?>
        </div>
    <?php endif; ?>

    <footer class="entry-meta">
        <?php if( !is_page() ) webcom_entry_meta(); ?>
        <?php edit_post_link( '<i class="fa fa-pencil" aria-hidden="true"></i> Edit', '<span class="edit-link">', '</span>' ); ?>
        <?php if ( is_single() and get_the_author_meta( 'description' ) ) : ?>
            <div class="author-info">
                <div class="author-avatar">
                    <?php
                        $author_bio_avatar_size = apply_filters( '_author_bio_avatar_size', 68 );
                        echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size );
                    ?>
                </div>
                <div class="author-description">
                    <h2><?php printf( 'About %s', get_the_author() ); ?></h2>
                    <p><?php the_author_meta( 'description' ); ?></p>
                    <div class="author-link">
                        <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
                            <?php printf( 'View all posts by %s <span class="meta-nav"><i class="fa fa-arrow-right" aria-hidden="true"></i></span>', get_the_author() ); ?>
                        </a>
                    </div>
                </div>
            </div>
        <?php endif; ?>
    </footer>
	
</article>