the home page dont work ?
-
hey i dev a wp thems and make a template home page i make this code
<?php
/*
Template Name: Home Page
*/
?>
<div id="con">
<?php get_header('home'); ?>
<div id="home-border">
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<div class="homepost">
<?php the_content(); ?>
</div> <?php endwhile; endif; ?>
</div>
<?php get_footer('home'); ?>
</div>
and i go to wirte sttic home page
and the result the page stuk to left and dont work with width:100%
הדיון ‘the home page dont work ?’ סגור לתגובות חדשות