| Server IP : 145.239.37.162 / Your IP : 216.73.217.74 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www2024/wp-content/themes/julien_verseau/ |
Upload File : |
<?php
/*
Template Name: Sitemap
*/
?>
<?php get_header();
$title_page = get_the_title();
?>
<div id="intro-page">
<div class="container">
<div class="row">
<h1><?php the_title(); ?></h1>
</div>
</div>
</div>
<div id="globe">
<div class="container">
<div class="row">
<?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('
<p id="breadcrumbs">','</p>
');
}
?>
</div>
</div>
<section id="other_page">
<div class="container">
<div class="row">
<div class="mlpc">
<h3><?php _e('Pages :', 'textdomain'); ?></h3>
<ul><?php wp_list_pages("title_li=" ); ?></ul>
<h3><?php _e('RSS Feeds', 'textdomain'); ?></h3>
<ul>
<li><a title="Full content" href="feed:<?php bloginfo('rss2_url'); ?>"><?php _e('Main RSS' , 'textdomain'); ?></a></li>
<li><a title="Comment Feed" href="feed:<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comment Feed', 'textdomain'); ?></a></li>
</ul>
<h3><?php _e('Categories :', 'textdomain'); ?></h3>
<ul><?php wp_list_categories('sort_column=&optioncount=0&hierarchical=0&feed=RSS'); ?></ul>
<h3><?php _e('Articles :', 'textdomain'); ?></h3>
<ul><?php $archive_query = new WP_Query('showposts=1000'); while ($archive_query->have_posts()) : $archive_query->the_post(); ?>
<li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
<?php endwhile; ?>
</ul>
</div>
</div>
</div>
</section>
</div>
<?php get_footer(); ?>