hey everyone. Trying to have an event assigned to the event category “feature” appear in the Thesis theme Feature box. Previously (before using ECP) any featured post would appear using the following code.
function featurecontent() { ?>
have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID;?>
<a href=”” rel=”bookmark” title=””>
<a href=”” rel=”bookmark” title=”Read the full article”>Read the full article →
<?php
}
So the question is to get event category “feature” to appear, what do I use instead of (‘category_name=featured&showposts=2’)?
Any ideas?
Thanks in advance all.
C