Hi, loving the Choices theme, but I'm stuck on these three things. Hope you can shed some light!
1) How to show (relevant) Category Descriptions on the Portfolio Overview Page when a user clicks to sort by category. From the function reference pages I've found <?php echo category_description( $category_id ); ?> but I can't find where to stick it.
2) How to hide the excerpts on the Portfolio Overview page. Placing this:
#top .template-portfolio-overview .entry-content {
display: none;
}
in the custom CSS has no effect.
3) How to send users stright to an ajaxed Portfolio Item on the Portfolio Overview page, using an iframe URL. This may not be easily possible, but the Overview page does everything I need very elegantly and I don't intend to use individual Portfoio Item pages at all if I can help it (even though this would be simple since they do have their own URL).
Hope you can help!
Thanks,
Matt














