%PDF- %PDF-
Direktori : /home/jalalj2hb/www/wp-content/themes/pixel-linear/includes/ |
Current File : /home/jalalj2hb/www/wp-content/themes/pixel-linear/includes/home-pagecontent.php |
<?php /** * File used for homepage static page content module * * @package WordPress */ ?> <?php if( function_exists('cyclone_slider') ) cyclone_slider('homeslider'); ?> <!-- +++++ Welcome Section +++++ --> <div id="main"> <?php while( have_posts() ) : the_post(); ?> <?php if ( has_post_thumbnail()) : ?> <?php the_post_thumbnail(); ?> <?php endif; ?> <?php the_content(); ?> <?php endwhile; ?> </div>