• Resolved Tim Beam

    (@tim-beam)


    The new version has the following short-coming:
    Usually the standard category archives shows also the custom post types. But after installing the new version 0.9.5.13-pl it does not work anymore. Only the standard post type is showed in the category archives.
    My theme is “the morning after”.
    Posts are called as following in the archive.php:

    <?php while ( have_posts() ) { the_post(); ?>
    
                	<div <?php post_class( 'archive_post_block' ); ?>>
                		<h3 class="archive_title" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php echo __( 'Permanent Link to', 'woothemes' ); the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
    
                		<div class="archive_post_meta"><?php _e('By','woothemes');?> <?php the_author_posts_link(); ?> <span class="dot">&sdot;</span> <?php the_time( get_option( 'date_format' ) ); ?> <span class="dot">&sdot;</span> <a href="<?php comments_link(); ?>"><?php comments_number( __( 'Post a comment', 'woothemes' ), __( 'One comment', 'woothemes' ),'% Kommentare' ); ?></a></div>
    
                		<div class="archive_image"><?php woo_image( 'width=120' ); ?></div>
    
    					<?php if ( $woo_options['woo_post_content_archives'] == 'true' ) { the_content(); } else { the_excerpt(); } ?>
    					<hr />
                	</div>

    http://wordpress.org/extend/plugins/custom-content-type-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Custom Content Type Manager] Version 0.9.5.13-pl kills category archive function’ is closed to new replies.