Get the category and time seperately from default wordpress themes

Copy and paste the following code into the loop

	<?php printf( get_the_category_list( __( ', ', 'twentytwelve' ) ) ); ?>
        <?php the_time('F jS, Y') ?>

Leave a Reply

Your email address will not be published. Required fields are marked *