Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/09/2009, 19:55
Avatar de Ealexander19
Ealexander19
 
Fecha de Ingreso: febrero-2007
Ubicación: Trujillo-Perú
Mensajes: 154
Antigüedad: 17 años, 3 meses
Puntos: 1
Respuesta: Ayuda con plugin Viper's Video Quicktags

Hola WillxD como estas gracias por responder mi pregunta, bueno aqui te muestro una imagen de los archivos que tiene el tema como puedes ver no esta category.php pero si archive.php:

este es el codigo de archive.php
Código:
<?php get_header(); ?>

<!-- container start -->
	<div id="container">

		<?php get_sidebar(); ?>

<!-- content start -->
		<div id="content">

			<?php if(have_posts()) : ?>
				<?php while(have_posts()) : the_post(); ?>

					<div class="post">
						<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
						<p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php the_time('F jS, Y') ?></p>
						<div class="entry">
							<?php the_excerpt(); ?>
							<div class="endline"></div>

							<?php the_tags('<p class="tags"><strong>Tags:</strong> ', ', ', '</p>'); ?>
							<p class="commentline">
								<a href="<?php comments_link(); ?>">Read Users' Comments (<?php comments_number('0','1','%'); ?>)</a>
							</p>
						</div>
					</div>

			    <?php endwhile; ?>

				<?php include('pagenavi.php'); if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
				<div class="endline"></div>

			<?php else : ?>
				<div class="notfound"><p>File Not Found!</p><p>Please try again.</p></div>
				<div class="endline"></div>
			<?php endif; ?>
		</div>
<!-- content end -->

		<div class="endline"></div>

	</div>
<!-- container end -->

<?php get_footer(); ?>
muchas gracias por tu posible respuesta y que solución le podria dar
Saludos