I need for each entry 2 Categories (i have 2 categories grups on this webblog (houses)).
The first category are the City (thie is the Default Category Group)
The second category are the type (thie is the Type category Group)
How I can now in list the categories?
here is the code:
{exp:weblog:entries weblog="{my_weblog}" orderby="date" sort="desc" limit="150" disable="member_data|trackbacks" rdf="off"}
<ul>
<li><b>(ID):</b> {id}</li>
<li><b>City:</b> CATEGORY NO.1 (Default Category Group) </li>
<li><b>Type:</b> CATEGORY NO.2 (Type Category Group)</li>
<li><b>Price:</b> {price}</li>
</ul>
{/exp:weblog:entries}