??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/renovaid.co.uk/wp-content/themes/wise-news/template-parts/content.php
⬅ Kembali
<?php
/**
* Template part for displaying archive posts
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Wise News
*/
$archive_category = get_theme_mod( 'wise_news_enable_archive_category', true );
$archive_author = get_theme_mod( 'wise_news_enable_archive_author', true );
$archive_date = get_theme_mod( 'wise_news_enable_archive_date', true );
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="single-card-container grid-card">
<div class="single-card-image">
<?php wise_news_post_thumbnail(); ?>
</div>
<div class="single-card-detail">
<?php if ( $archive_category === true ) : ?>
<div class="card-categories">
<?php wise_news_categories_list(); ?>
</div>
<?php endif; ?>
<?php
if ( is_singular() ) :
the_title( '<h1 class="entry-title">', '</h1>' );
else :
the_title( '<h2 class="card-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
endif;
if ( 'post' === get_post_type() ) :
?>
<div class="card-meta">
<?php if ( $archive_author === true ) : ?>
<span class="post-author"><?php wise_news_posted_by(); ?></span>
<?php endif; ?>
<?php if ( $archive_date === true ) : ?>
<span class="post-date"><?php wise_news_posted_on(); ?></span>
<?php endif; ?>
</div>
<?php endif; ?>
<div class="post-content">
<?php echo wp_kses_post( wp_trim_words( get_the_excerpt(), get_theme_mod( 'wise_news_excerpt_length', 15 ) ) ); ?>
</div><!-- post-content -->
</div>
</div>
</article><!-- #post-<?php the_ID(); ?> -->
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 content-none.php
php
1.3 KB
2026-05-26 02:31
🐘 content-page.php
php
1.2 KB
2026-05-26 02:31
🐘 content-search.php
php
1.6 KB
2026-05-26 02:31
🐘 content-single.php
php
2.5 KB
2026-05-26 02:31
🐘 content.php
php
1.6 KB
2026-05-26 02:31