Hi Squiz,
I am in the process of creating Site Map assets that I will provide to our client to assist them to review the content of particular areas of our websites.
Using keywords I am displaying information about each asset, such as asset id and name, last updated, asset status.
One thing I am also trying to show is if an asset is linked elsewhere in the site, as this would be very helpful to them. Currently I am trying to use conditional statements to achieve this.
I have the following code in the display format field of the site map, for each particular asset type that I wish to display.
The bolded code is what I am currently using to try and display linked details (where a page is linked somewhere else in the site); the idea being that if linked info exists then it will display based on the begin condition statement. However, in each case (even when a page is linked) I am getting No as the result.
%asset_name% (ID: %asset_assetid%)
Last updated: %asset_updated^date_format:d M Y% - %asset_status_description%
%asset_url%
Linked:%begin_asset_linking_info%%asset_linking_info%%else_asset%No%end_asset%
Any thoughts on where I might be going wrong?