403Webshell
Server IP : 192.64.112.168  /  Your IP : 3.147.63.222
Web Server : Apache
System : Linux nc-ph-2300-85.bluforrest.com 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64
User : expressoneac ( 1128)
PHP Version : 8.0.30
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/expressoneac/www/wp-content/themes/woodmart/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/expressoneac/www/wp-content/themes/woodmart//content-list.php
<?php

$classes         = array();
$woodmart_loop   = woodmart_loop_prop( 'woodmart_loop' );
$blog_design     = woodmart_loop_prop( 'blog_design' );
$desktop_columns = woodmart_loop_prop( 'blog_columns' );
$tablet_columns  = woodmart_loop_prop( 'blog_columns_tablet' );
$mobile_columns  = woodmart_loop_prop( 'blog_columns_mobile' );
$blog_style      = woodmart_get_opt( 'blog_style', 'shadow' );
$excerpt_length  = apply_filters( 'woodmart_get_excerpt_length', woodmart_get_opt( 'blog_excerpt_length' ) );
$classes[]       = 'blog-design-' . $blog_design;
$classes[]       = 'blog-post-loop';

if ( 'shadow' === $blog_style ) {
	$classes[] = 'blog-style-bg';

	if ( woodmart_get_opt( 'blog_with_shadow', true ) ) {
		$classes[] = 'wd-add-shadow';
	}
} else {
	$classes[] = 'blog-style-' . $blog_style;
}

if ( ! get_the_title() ) {
	$classes[] = 'post-no-title';
}

?>

<article id="post-<?php the_ID(); ?>" <?php post_class( $classes ); ?>>
	<div class="wd-post-inner">
		<div class="wd-post-thumb">
			<div class="wd-post-img">
				<?php echo woodmart_get_post_thumbnail( 'large' ); // phpcs:ignore ?>
			</div>
			<?php
			woodmart_post_date(
				array(
					'style' => 'wd-style-with-bg',
				)
			);
			?>
			<?php /* translators: %s: Post title */ ?>
			<a class="wd-post-link wd-fill" href="<?php echo esc_url( get_permalink() ); ?>" rel="bookmark" aria-label="<?php echo esc_attr( sprintf( __( 'Link on post %s', 'woodmart' ), esc_attr( get_the_title() ) ) ); ?>"></a>
			<?php if ( woodmart_loop_prop( 'parts_meta' ) && get_the_category_list( ', ' ) ) : ?>
				<div class="wd-post-cat wd-style-with-bg">
					<?php echo get_the_category_list( ', ' ); // phpcs:ignore ?>
				</div>
			<?php endif ?>
		</div>

		<div class="wd-post-content">
			<div class="wd-post-content-inner wd-scroll">
				<?php if ( woodmart_loop_prop( 'parts_meta' ) ) : ?>
					<div class="wd-post-header">
						<?php if ( is_sticky() ) : ?>
							<div class="wd-featured-post">
								<?php esc_html_e( 'Featured', 'woodmart' ); ?>
							</div>
						<?php endif; ?>

						<div class="wd-meta-author">
							<?php woodmart_post_meta_author( true, 'long' ); ?>
						</div>

						<div class="wd-post-actions">
							<?php if ( woodmart_is_social_link_enable( 'share' ) ) : ?>
								<div class="wd-post-share wd-tltp wd-tltp-top">
									<div class="wd-tooltip-label">
										<?php
										if ( function_exists( 'woodmart_shortcode_social' ) ) {
                                            echo woodmart_shortcode_social( // phpcs:ignore
												array(
													'size' => 'small',
													'color' => 'light',
												)
											);}
										?>
									</div>
								</div>
							<?php endif ?>

							<?php if ( comments_open() ) : ?>
								<div class="wd-meta-reply">
									<?php woodmart_post_meta_reply(); ?>
								</div>
							<?php endif; ?>
						</div>
					</div>
				<?php endif; ?>
				<?php if ( woodmart_loop_prop( 'parts_title' ) ) : ?>
					<h3 class="wd-entities-title title post-title">
						<a href="<?php echo esc_url( get_permalink() ); ?>" rel="bookmark">
							<?php the_title(); ?>
						</a>
					</h3>
				<?php endif ?>
				<?php if ( woodmart_loop_prop( 'parts_text' ) ) : ?>
					<div class="wd-entry-content wd-scroll-content">
						<?php if ( is_search() ) : ?>
							<div class="entry-summary">
								<?php the_excerpt(); ?>
							</div><!-- .entry-summary -->
						<?php else : ?>
							<?php woodmart_get_content( false ); ?>
							<?php
							wp_link_pages(
								array(
									'before'      => '<div class="page-links"><span class="page-links-title">' . esc_html__( 'Pages:', 'woodmart' ) . '</span>',
									'after'       => '</div>',
									'link_before' => '<span>',
									'link_after'  => '</span>',
								)
							);
							?>
						<?php endif; ?>
					</div>
				<?php endif; ?>
			</div>
			<?php if ( woodmart_loop_prop( 'parts_btn' ) ) : ?>
				<?php woodmart_render_read_more_btn(); ?>
			<?php endif; ?>
		</div>
	</div>
</article>

Youez - 2016 - github.com/yon3zu
LinuXploit