ok EE is a mother to learn but worth it, so…
I am trying to get my weblogs pointing to the right path this is what i am using
{exp:weblog:entries weblog="news|lifestyle"}
More Info
{/exp:weblog:entries}
Here is what I get if I click on the link.
<a href="http://example.com/{weblog_short_name/vancouver_international_boat_show//info}">http://example.com/{weblog_short_name/vancouver_international_boat_show//info}</a>
I have tried many different approaches but none work, help!
The basic syntax for url_title_path is
<a href="http://{url_title_path=weblog/archives}">permalink</a>
where “weblog” refers here to a template group called “weblog” and “archives” to a template called “archives” inside the “weblog” template group. (this is a confusing example in the docs I admit)
Is {weblog_short_name} referring to a weblog or a template group?
Remember your weblogs are just containers for data, it’s the way your template groups and templates are structured that determine your paths.