Unless you tell me there is actually one out there. I suppose the only way to get that data is stripping or choping it using some php + smarty trick.
But im pretty lost.
First because i have no idea if the php would process what i see in the metadata field in content editor: (i use this as default)
Code: Select all
<meta name="description" content=" About those "awesome pages", we will have a look at them. "/>
Or what i find in the already processed metadata tag in the source:
Code: Select all
<base href="http://www.domain.com/" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content=" About those "awesome pages", we will have a look at them. "/>
What im trying to do is to print, what is between:
Code: Select all
<meta name="description" content="
Code: Select all
"/>
Code: Select all
About those "awesome pages", we will have a look at them.
In case you cannot solve the php smarty part, i would at least need to know from which of the two moments, as seen in content editor, or as seen in the source, would php take to strip, so i can look for help knowing what im asking for php exactly to do.
Respectfully