Hello,
I just upgraded to 1.6.9 and for some reason the {page_uri} and {page_url} tags are broken. The pages that use the pages module render but the I cannot get these 2 tags to display anything. Here is an example of what I am doing:
{exp:weblog:entries weblog="subpages" disable="categories|category_fields|member_data|pagination|trackbacks" limit="1"}
{embed="site_includes/_header"
meta_id = "{entry_id}"
page_title = "{title}"
}
<div id="main_content" class="prefix_1 grid_13 suffix_1 grid_first equal_height">
<div class="main_text">
<span>{page_uri}</span>
{subpages_text}
</div>
</div>
{embed="supages/_subnav"}
</div> <!-- close content -->
<div class='clear'></div>
{/exp:weblog:entries}
{embed="site_includes/_footer"}The span in the code is there just to see if the page_uri tag renders anything. Like I said the page renders just fine but I am using the page_uri in the subnav.
Any thoughts?
Thanks
Michael