Only showing some metadata and not all

Hi
I noticed that in the source code of one of my webpages, all metadata is shown as I am using this line in the parse file:

<mysource_area id_name="metadata" design_area="metadata" />

is there a way to only show selected metadata fields and not all?

thanks

Tim

[quote]
Hi

I noticed that in the source code of one of my webpages, all metadata is shown as I am using this line in the parse file:

<mysource_area id_name="metadata" design_area="metadata" />

is there a way to only show selected metadata fields and not all?

thanks

Tim

[/quote]



Hi Tim,

On the Details screen of Metadata Field (the ones you want to hide from frontend), you can set the option for "Show On Frontend" to never to achieve this.

Mind you, you will have to re-generate the Metadata for the asset before this takes effect.



Ash

Or you can construct your own meta tags and place the value of the metadata field in using a standard metadata global keyword (globals_asset_metadata_…): http://manuals.matrix.squizsuite.net/keyword-replacements/chapters/global-keywords#Asset

Awesome
thanks everyone - that worked