| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/clients/client2/web6/web/wp-content/themes/betheme/ |
Upload File : |
<?php
/**
* The template for displaying all pages.
*
* @package Betheme
* @author Muffin group
* @link http://muffingroup.com
*/
get_header();
?>
<!-- #Content -->
<div id="Content">
<div class="content_wrapper clearfix">
<!-- .sections_group -->
<div class="sections_group">
<div class="section the_content">
<div class="section_wrapper">
<div class="the_content_wrapper">
<?php
while ( have_posts() ){
the_post(); // Post Loop
the_content(); // WordPress Editor Content
}
?>
</div>
</div>
</div>
</div>
<!-- .four-columns - sidebar -->
<?php if( is_active_sidebar( 'forum' ) ): ?>
<div class="sidebar four columns">
<div class="widget-area clearfix <?php mfn_opts_show('sidebar-lines'); ?>">
<?php dynamic_sidebar( 'forum' ); ?>
</div>
</div>
<?php endif; ?>
</div>
</div>
<?php get_footer(); ?>