I do not get the customization part meaning, sorry. This is my template.tpl:
<?php get_header(); ?>
<!--BEGIN #primary .hfeed-->
<div id="primary" class="hfeed">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<!--BEGIN .hentry-->
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php if ( current_user_can( 'edit_post', $post->ID ) ): ?>
<!--BEGIN .entry-meta .entry-header-->
<div class="entry-meta entry-header">
<?php edit_post_link( __('edit', 'framework'), '<span class="edit-post">[', ']</span>' ); ?>
<!--END .entry-meta .entry-header-->
</div>
<?php endif; ?>
<!--BEGIN .entry-content -->
<div class="entry-content">
[WP-PHOTOCONTEST CONTENT]
<!--END .entry-content -->
</div>
<!--END .hentry-->
</div>
<?php endwhile; endif; ?>
<!--END #primary .hfeed-->
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
The web still looking bad due to the full width of the photocontest plugin. On the other hand, i have this:
Deprecated: Function set_magic_quotes_runtime() is deprecated in /usr/home/myweb.com/web/wp-settings.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/mybweb.com/web/wp-settings.php:32) in /usr/home/myweb.com/web/wp-content/plugins/wp-photocontest/viewimg.php on line 153
Help please,