Hello i have a problem with weblog tag
I want to output featured block on top of category page
{exp:weblog:entries weblog="{my_weblog}" category="{category_id}&7;" limit="1" orderby="date" sort="desc" dynamic="off" disable="pagination|member_data|trackbacks"}Where {category_id} current category id and 7 is featured category. Unfortunately this is not works.
I can output {category_id} with out any problem and this tag works with out any problem when i replace by id of category
Will appreciate any advice