whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
themes
/
glowing
/
templates
/
archive
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/themes/glowing/templates/archive/layout.php
<?php /** * The template for displaying archive content layout * * @since 1.0 * @version 1.0 */ if (have_posts()) { /* Start the Loop */ while ( have_posts() ) : the_post(); glowing_get_template('post/content'); endwhile; echo paginate_links(array( 'type' => 'list', 'mid_size' => 1, 'prev_text' => esc_html__('Prev', 'glowing'), 'next_text' => esc_html__('Next', 'glowing'), )); } else { glowing_get_template( 'post/content-none'); }
Copyright ©2021 || Defacer Indonesia