Pressplay Theme für Page2Cat anpassen

wp-content/themes/pressplay/category.php

<?php echo category_description(); ?>
</div>
<div></div>

<?php if( function_exists(‘page2cat_output’)) { page2cat_output($cat); } ?>

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

<?php if (function_exists(“post_class”)) { // for pre-WordPress 2.7 ?>
<div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php } else { ?>
<div id=”post-<?php the_ID(); ?>”>

Bookmark the permalink.

Leave a Reply