Hi, I'm trying to build a link feed of local site pages whose meta tags match the current page. I'm having some difficulty accessing the current pages' meta tags. I know that so far, I want to return something like this:
$MetaTags = MetaKeywords of the current page, how do I get this?
return DataObject::get("SiteTree", "MetaKeywords LIKE '%$MetaTags%'");
Can anyone point me in the right direction?
Thanks!