do you have any idea on how to access the metadata value in the designs area?
Page 72 of the Designs manual:
[quote]Page 72 of the Designs manual:
[/quote]metadata:
detail = hello
status = active
how can i display my metadata detail value in the title tag so that it will look like this <title>hello</title>
[html]<title><MySource_AREA id_name="metadata" design_area="metadata" /><MySource_SET name="metadata_field" value="detail" /></MySource_AREA></title>
</head>[/html]
Should do it.
[quote][html]<title><MySource_AREA id_name="metadata" design_area="metadata" /><MySource_SET name="metadata_field" value="detail" /></MySource_AREA></title>
</head>[/html][/quote]
this is the display when i copy the code
[html]<title>
<meta name="title" content="NB9W - ADSL Modem - ADSL Router - Netcomm Limited" />
<meta name="keywords" content=""adsl modem, adsl router, adsl gateway, NB9W"" />
<meta name="description" content=""NB9W ADSL2+ Wireless Modem Router VoIP Gateway. NetComm provides adsl solutions including adsl gateway and wireless, adsl modems and adsl routers."" />
<meta name="detail" content="ADSL2+ Wireless Modem Router VoIP Gateway" />
<meta name="price" content="299.20" />
<meta name="type" content="ADSL" />
.
.
.
</title>[/html]
i just want to get the detail value
If you're running Matrix v3.16, try this instead:
[html]<title>%globals_asset_metadata_detail%</title>[/html]
[quote]If you're running Matrix v3.16, try this instead:
[html]<title>%globals_asset_metadata_detail%</title>[/html][/quote]
tnx a lot avi