Hi guys,
I’m a young newbie, I’m trying to customize Fluida but I’m unable to do that.
What I wanna do is to remove the published data on my pages/posts. For “date” I mean the itemprop=”datePublished” field that your can find on the page souce code.
What I have to change/remove on the original theme code?
The itemprop attributes are used for schema.org structured data and removing them will result in errors being displayed by structured data parsers.
If you’re sure you want to remove that, you’ll need to customize the cryout_schema_microdata() function (found in cryout/prototypes.php) using a child theme.