Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/01/2012, 11:13
Avatar de tuka_85
tuka_85
 
Fecha de Ingreso: febrero-2010
Ubicación: Santander/Huelva
Mensajes: 190
Antigüedad: 14 años, 8 meses
Puntos: 5
Respuesta: En la pagina no me sale directamente las entradas

Tengo un poco de lio, a ver si me podeis echar un cable, cree mi pagina noticias.php
:

Código:
<?php
/*
Template Name: Noticias
*/
?>
<?php get_header(); ?>

		<div id="introduction">
		
			<div id="about">
			

				<div class="fold"></div>
			
			</div><!-- /#about -->
			
			<div id="connect">
			
				<ul>
					<li><a href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" title="RSS"><img src="<?php bloginfo('template_directory'); ?>/images/ico-rss.png" alt="RSS icon" /><span><?php _e('SUBSCRIBE TO OUR FEEDS:', 'woothemes'); ?></span><?php _e('ALL POSTS', 'woothemes'); ?></a></li>
					<?php if ( get_option( 'woo_twitter' ) <> "" ) { ?><li><a href="http://twitter.com/<?php echo get_option( 'woo_twitter' ); ?>" title="Twitter"><img src="<?php bloginfo('template_directory'); ?>/images/ico-twitter.png" alt="Twitter icon" /><span><?php _e('FOLLOW ME ON TWITTER:', 'woothemes'); ?></span>@<?php echo get_option( 'woo_twitter' ); ?></a></li><?php } ?>
					<?php if ( get_option( 'woo_facebook' ) <> "" ) { ?><li><a href="http://facebook.com/<?php echo get_option( 'woo_facebook' ); ?>" title="Facebook"><img src="<?php bloginfo('template_directory'); ?>/images/ico-facebook.png" alt="Facebook icon" /><span><?php _e('BE MY FRIEND ON FACEBOOK:', 'woothemes'); ?></span><?php echo get_option( 'woo_facebook' ); ?></a></li><?php } ?>
				</ul>
			
			</div><!-- /#connect -->
			
			<div class="clear"></div>
		
		</div><!-- /#introduction -->
		
		<div id="content">
		
			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		
				<div class="post">
				
	
			
					<h2 class="title"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
					
					<div class="categories">
						<?php the_category(' '); ?>
					</div><!-- /.categories -->
					
					<div class="entry">
						
						<?php woo_get_image('image',get_option('woo_thumb_width'),get_option('woo_thumb_height'),'thumb alignleft'); ?>
						
							<?php
							if ( get_option('woo_content_home') == "true" ) 
								the_content('[...]'); 
							else 
								the_excerpt(); 
							?>
						
					</div><!-- /.entry -->
					
					<div class="tags">
						
						<?php the_tags('Tags: ', ', ', ''); ?> 
					
					</div><!-- /.tags -->
			
				</div><!-- /.post -->
			
			<?php endwhile; else: ?>
					
				<div class="post">
					
					<h2 class="title">Error 404</h2>
						
					<div class="entry">
						
						<p><?php _e('The page you are looking for does not exist. Please check the URL for typing errors, or', 'woothemes'); ?> <a href="<?php bloginfo('home'); ?>" title="Go Home"><?php _e('head back home', 'woothemes'); ?></a> <?php _e('and start over', 'woothemes'); ?></p>
						
					</div><!-- /.entry -->
						
				</div><!-- /.post -->
				
			<?php endif; ?>
			
			<div class="pagenavi">
				<?php if (function_exists('wp_pagenavi')) { ?><?php wp_pagenavi(); ?><?php } ?>
			</div>
		
		</div><!-- /#content -->
		
		<?php get_sidebar(); ?>
		
<?php get_footer(); ?>

Tambien, en Ajustes->Lectura->Paginas Entradas: puse Noticias.

Pero no me sale directamente los post, que es lo que yo quiero. Tengo que pinchar al link de la categoria, pero no es lo que quiero.

Un saludo!
__________________
http://www.martatorreajo.es