![]() 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 /* * The template for displaying Blog Posts index page */ get_header(); ?> <div class="section-main-content"> <div class="container"> <?php if (is_search()): ?> <h1 class="archive-title"><?php echo esc_html_x('نتائج البحث عن: ', 'Search results page heading', 'mauer-essentialist'); echo the_search_query(); ?></h1> <?php endif ?> <?php if (is_archive()): ?> <h1 class="archive-title"><?php single_cat_title(); single_month_title(' ');?></h1> <?php endif ?> <?php get_template_part("content", mauer_essentialist_get_layout_setting("layout_style")); ?> <a style="text-align:center;margin: auto;display: block;margin-top: 45px;margin-bottom: -20px;" href="<?php echo esc_url( get_page_link( 1913 ) ); ?>"> مكتبة التدوينات </a> </div><!-- /.container --> </div><!-- /.section-main-content --> <?php get_footer();?>