Yes, how do i customize it?
I recently changed the layout and the colors. I’ve done nothing with the “page.php” coding though… just my “header”
<?php get_header(); ?>
<?php while (have_posts()) : the_post(); ?>
<div class=wrapper><div class=maintitle><?php the_title(); ?></div><div class=content>
<?php the_content(‘Continue reading »’); ?></div></div>
<?php endwhile; ?><?php else : ?>
<?php endif; ?>
<?php get_footer(); ?>
There is my entire coding for the page… anyone see anything wrong?