whoami7 - Manager
:
/
home
/
qbizpnmr
/
alfalahacademy.net
/
wp-content
/
themes
/
kipso
/
Upload File:
files >> /home/qbizpnmr/alfalahacademy.net/wp-content/themes/kipso/content-link.php
<?php /** * The template for displaying posts in the Link post format * * @version 1.0 * @package basetheme * @author gaviasthemes Team * @copyright Copyright (C) 2016 gaviasthemes. All Rights Reserved. * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html */ ?> <?php $thumbnail = 'post-thumbnail'; if(isset($thumbnail_size) && $thumbnail_size){ $thumbnail = $thumbnail_size; } if(is_single()){ $thumbnail = 'full'; } if(!isset($excerpt_words)){ $excerpt_words = kipso_get_option('blog_excerpt_limit', 20); } ?> <article id="post-<?php echo esc_attr(get_the_ID()); ?>" <?php post_class(); ?>> <?php if ( is_single() ){ ?> <div class="meta-top-single"> <div class="entry-meta"> <?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) ){ ?> <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'kipso' ) ); ?></span> <span class="line"></span> <?php } ?> <?php kipso_posted_on(); ?> </div> <h1 class="entry-title"><?php echo the_title() ?></h1> </div> <?php } ?> <div class="post-thumbnail"> <?php the_post_thumbnail( $thumbnail, array( 'alt' => get_the_title() ) ); ?> </div> <div class="entry-content"> <div class="content-inner"> <?php if(!is_single()){ ?> <h2 class="entry-title"><a href="<?php echo esc_url( get_permalink() ) ?>" rel="bookmark"><?php the_title() ?></a></h2> <div class="entry-meta"> <?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) ){ ?> <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'kipso' ) ); ?></span> <span class="line"></span> <?php } ?> <?php kipso_posted_on(); ?> </div> <?php } ?> <?php if(is_single()){ the_content( sprintf( esc_html__( 'Continue reading %s <span class="meta-nav">→</span>', 'kipso' ), the_title( '<span class="screen-reader-text">', '</span>', false ) ) ); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . esc_html__( 'Pages:', 'kipso' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); }else{ kipso_limit_words( $excerpt_words, get_the_excerpt(), get_the_content() ); } ?> </div> <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> <div class="read-more hidden"><a class="btn-inline" href="<?php echo esc_url( get_permalink() ) ?>"><?php echo esc_html__( 'Read more ', 'kipso' ) ?></a></div> </div><!-- .entry-content --> </article><!-- #post-## -->
Copyright ©2021 || Defacer Indonesia