This is an odd one that I have never seen before. I built a site that displays two lists of links: blogroll and quality sites. See home page right column.
They both draw from the same simple entry from that has a title and a blog_url field, but the weblogs are unique.
The code for the two is as follows:
{exp:weblog:entries weblog="blogroll" show_future_entries="yes" show_expired="yes" dynamic="off" }
<a href="http://{blog_url}">{title}</a>
{/exp:weblog:entries}{exp:weblog:entries weblog="quality_sites" show_future_entries="yes" show_expired="yes" dynamic="off" }
<a href="http://{blog_url}">{title}</a>
{/exp:weblog:entries}The only problem is that regardless of what url is entered in the blog_url field, the url for the site: http://www.moneyforregularpeople.com is the link in all entries.
I would appreciate some help here.
Thanks.