AWESOME Theme!!
-
Hello,
I LOVE LOVE LOVE your theme! I also use Encounters Lite and love that one too! I have added a sidebar on the left with a new page template and everything ?? You’ve done a great job of commenting your code, and it makes it easy to customize. Thank you Thank you Thank you!
Just FYI, I added the following code to get my custom post types to appear in category archive pages. You might want to consider including something like this in your next release as I was not able to view my custom post types with out it.
// This was required in order to include custom post types in the category archive
function any_ptype_on_cat($request) {
if ( isset($request['category_name']) )
$request['post_type'] = 'any';return $request;
}
add_filter('request', 'any_ptype_on_cat');`Take care!
Valerie
- The topic ‘AWESOME Theme!!’ is closed to new replies.