I have two weblogs, pages and members
I’m using this code to display my page title:
{exp:weblog:entries limit="1" status="Open|Closed|Hide from menus" disable="trackbacks|pagination|member_data|custom_fields|category_fields|categories"}{title}{/exp:weblog:entries}But on one of my pages, it shows a title from a members weblog entry! I can fix it by adding ‘weblog=“pages”’ to the above code, but then my template no longer works for the members. I want my template to work for both weblogs.
Any ideas?