![]() 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 : /home/corals/hessa.corals.io/wp-content/themes/mauer-essentialist/ |
<?php /** * Template Name: Arachive Page * @package WordPress */ get_header(); ?> <div id="primary" class="container"> <div id="content" class="row" role="main"> <?php while ( have_posts() ) : the_post(); ?> <div class="entry-content"> <?php the_content(); ?> <ul class="bycategories"> <?php //$cat_args = array('show_count' => '1'); $cat_args['title_li'] = ''; wp_list_categories($cat_args); ?> </ul> <div class="clear" style="margin-top:20px;"></div> <p class="tags arch" style=" border-top: 1px solid gray; padding-top: 10px; margin:0 10px; "> <?php $tags = get_tags('post_tag'); //taxonomy=post_tag if ( $tags ) : foreach ( $tags as $tag ) : ?> <a class="tag" rel="tag" href="<?php echo esc_url( get_tag_link( $tag->term_id ) ); ?>" title="<?php echo esc_attr( $tag->name ); ?>">#<?php echo esc_html( $tag->name ); ?></a> <?php endforeach; ?> <?php endif; ?> </p> <div class="clear" style="margin-top:20px;"></div> <?php echo do_shortcode(' [ajax_load_more id="7219727131" container_type="div" post_type="post" images_loaded="true" scroll="false" button_label="عرض المزيد" posts_per_page="10" button_loading_label="جاري التحميل..."] '); ?> <!-- then the pagination links --> </div><!-- .entry-content --> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_footer(); ?>