Acá se ve el ejemplo puesto en marcha: http://deflyers.com/products/alimentos/
¿Como hago para que el background tenga un fondo de 897px?
full-widht.php
Código PHP:
<?php
/*
Template Name: Full Width
*/
?>
<?php global $kriesi_options; ?>
<?php get_header(); ?>
<div id="galeria">
<?php wp_flash_titles($post->ID,'start') ?>
<h2 id="post-<?php the_ID(); ?>"><?php the_title(); ?> <?php edit_post_link('e'); ?></h2>
<?php wp_flash_titles($post->ID,'end') ?>
<div class="the_entry_galeria">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content('<p class="serif">Leer el resto;</p>'); ?>
</div>
<?php endwhile; endif; ?>
</div>
</div>
<?php get_footer(); ?>