| Server IP : 188.130.25.102 / Your IP : 216.73.216.134 Web Server : Apache System : Linux mutu11105.phpnet.org 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64 User : apren ( 41742) PHP Version : 7.4.33-security-e058b01e1b Disable Function : pcntl_exec,symlink,passthru,socket_listen,link,shell_exec,popen,dl,exec,system,virtual,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,symlink,link,syslog,putenv,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /web6/apren/www/ELC/ |
Upload File : |
<?php
/* ------------------------------------------------------------------------ */
/* Template Name: Page: Full Width
/* ------------------------------------------------------------------------ */
get_header();
?>
<?php if ( is_front_page() && $sd_data['search_box'] == 1 ) get_template_part( 'searchform' ); ?>
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<article id="post-<?php the_ID(); ?>" <?php post_class('full-width-page clearfix'); ?>>
<!-- entry content -->
<div class="entry-content">
<?php the_content(); ?>
</div>
<!-- entry content end-->
</article>
<!--post-end-->
<?php endwhile; else: ?>
<p>
<?php _e('Sorry, no posts matched your criteria', 'framework') ?>
.</p>
<?php endif; ?>
<?php get_footer(); ?>