????JFIF??x?x????'
| Server IP : 172.67.174.47 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././home/./tempvsty/pontiacques.org/wp-content/themes/slide/views/single/ |
Upload File : |
<div class="lc_content_full lc_swp_boxed">
<?php if (SLIDE_SWP_single_has_sidebar()) {?>
<div class="lc_content_with_sidebar lc_basic_content_padding">
<?php } ?>
<?php
if (SLIDE_SWP_auto_show_featured_image()) {
if(has_post_thumbnail()) {
the_post_thumbnail('full');
}
}
?>
<?php the_content(); ?>
<?php
$args = array(
'before' => '<div class="pagination_links clearfix"><span class="pag_before_txt">' . esc_html__('Pages:', 'slide') . '</span>',
'after' => '</div>',
'link_before' => '<span class="pagination_link">',
'link_after' => '</span>',
'next_or_number' => 'number',
'nextpagelink' => esc_html__('Next page', 'slide'),
'previouspagelink' => esc_html__('Previous page', 'slide'),
'pagelink' => '%',
'echo' => 1
);
wp_link_pages($args);
?>
<?php get_template_part('views/utils/post_tags'); ?>
<?php comments_template(); ?>
<?php if (SLIDE_SWP_single_has_sidebar()) {?>
</div>
<?php get_sidebar(); ?>
<?php } ?>
</div>