tengo esto y no se donde merda ponerlo!!!! El PHP me tiene de hijo!!!!!
Código php:
Ver original<?php
/**
* Template: Category.php
*
* @package WPFramework
* @subpackage Template
*/
get_header();
?>
<!--BEGIN #primary-->
<div id="left_column" class="hfeed">
<div id="left_column_content">
<?php if ( have_posts() ) : ?>
<h1 class="tituarchivo"><?php single_cat_title(); ?></h1>
<?php while ( have_posts() ) : the_post(); ?>
<!--BEGIN .hentry-->
<div id="post-<?php the_ID(); ?>" class="<?php semantic_entries(); ?>">
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<!--BEGIN .entry-meta .entry-header-->
<div class="entry-meta entry-header">
<div class="comments_bubble">
<p><span class="comment-count"><a href="<?php comments_link(); ?>"><?php comments_number( '0', '1', '%' ); ?></a></span></p>
</div>
<?php if ( framework_get_terms( 'tags' ) ) { ?>
<span class="meta-sep">|</span>
<span class="entry-tags">Tagged <?php echo framework_get_terms( 'tags' ); ?></span>
<?php } ?>
<p class="date"><span class="published"><span class="published-time" title="<?php the_time( get_option('date_format') .' - '. get_option('time_format') ); ?>"><?php the_time( get_option('date_format') ); ?></span></span> | Categoría <?php echo framework_get_terms( 'cats' ); ?></p>
</div>
<div class="clear"></div>
<!--BEGIN .entry-content .article-->
<div class="entry-content article">
<?php the_content( 'Read more »' ); ?>
<?php wp_link_pages
( array( 'before' => '<div id="page-links"><p><strong>Pages:</strong> ', 'after' => '</p></div>', 'next_or_number' => 'number' ) ); ?> <!--END .entry-content .article-->
</div>
<!--BEGIN .entry-meta .entry-footer-->
<div class="entry-meta entry-footer">
<img src="<?php bloginfo('template_url'); ?>/images/post_bottom.jpg" class="post_bottom" alt="" />
<!--END .entry-meta .entry-footer-->
</div>
<!--END .hentry-->
</div>
<?php endwhile; ?>
<?php include ( TEMPLATEPATH . '/navigation.php' ); ?>
<?php else : ?>
<!--BEGIN #post-0-->
<div id="post-0" class="<?php semantic_entries(); ?>">
<h2 class="entry-title">Not Found</h2>
<!--BEGIN .entry-content-->
<div class="entry-content">
<p>Sorry, but you are looking for something that isn't here.</p>
<?php get_search_form(); ?>
<!--END .entry-content-->
</div>
<!--END #post-0-->
</div>
<?php endif; ?>
<!--END #primary .hfeed-->
</div>
<div id="page_footer_credits">
<a href="http://www.wordpress.org"><img src="<?php bloginfo('template_url'); ?>/images/wordpress_logo.jpg" id="wordpress_logo" alt="" /></a>
<p>designed by <a href="http://tim.bramblingdesign.com">Tim Sainburg </a>| Built on <a href="http://wpframework.com/"> Wordpress Framework</a> | <a href="<?php bloginfo('atom_url'); ?>">Atom Feed</a> | <a href="<?php bloginfo('rss2_url'); ?> ">RSS 2.0</a> </p>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
gracias a quien pueda darme una manito