Hi there,
I am trying to list all weblogs within two categories.
Categories: Countries and Tags.
The way I have set it up is that I have list of countries and they are associated to weblog called “countries”. I then have another weblog called business which one of the custom fields is country and that is related to the “countries” weblog. I’m using the following extention to pull category id form the url http://loweblog.com/software/low-seg2cat/
The code below should show the {title} of the businesses in a particular country in the tag category. I can on get one or the other to work, so sorting by country or the tag.
{exp:weblog:entries weblog="countries" category="{segment_1_category_id}" }
{reverse_related_entries weblog="business" category="{segment_4_category_id}" limit="10"}
{title}
{/reverse_related_entries}
{/exp:weblog:entries}Any help would be appreciated.