| Server IP : 209.38.54.70 / Your IP : 216.73.216.79 Web Server : LiteSpeed System : Linux srv01 6.1.0-52-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.180-1 (2026-08-03) x86_64 User : mokkerschuur ( 1027) PHP Version : 8.4.23 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/mokkerschuur/domains/demokkerschuur.be/public_html/wp-content/themes/ashe/ |
Upload File : |
<?php get_header(); ?>
<!-- Page Content -->
<div class="main-content clear-fix<?php echo ( ashe_options( 'general_single_width' ) === 'boxed' ) ? ' boxed-wrapper': ''; ?>" data-sidebar-sticky="<?php echo esc_attr( ashe_options( 'general_sidebar_sticky' ) ); ?>">
<?php
// Sidebar Alt
get_template_part( 'templates/sidebars/sidebar', 'alt' );
// Sidebar Left
get_template_part( 'templates/sidebars/sidebar', 'left' );
?>
<!-- Main Container -->
<div class="main-container">
<?php
// Single Post
get_template_part( 'templates/single/post', 'content' );
// Author Description
if ( ashe_options( 'single_page_show_author_desc' ) === true ) {
get_template_part( 'templates/single/author', 'description' );
}
// Single Navigation
get_template_part( 'templates/single/single', 'navigation' );
// Related Posts
ashe_related_posts( esc_html__( 'You May Also Like','ashe' ), ashe_options( 'single_page_related_orderby' ) );
// Comments
get_template_part( 'templates/single/comments', 'area' );
?>
</div><!-- .main-container -->
<?php // Sidebar Right
get_template_part( 'templates/sidebars/sidebar', 'right' );
?>
</div><!-- .page-content -->
<?php get_footer(); ?>