artisteer wp-theme metadata (date, category) lost
- by Mattias Svensson
I am going nuts over wordpress and artisteer. I am trying something that used to be pretty straightforward - turning on and off the display of date and post category for my posts on my blog page.
I find this in content.php
global $post;
theme_post_wrapper(
array(
'id' => theme_get_post_id(),
'class' =>…