Hello, why is the tag not allowed by default? Doesn’t that make sense for blog posts?
Any answer @bricks team?
Simply going by the article, the Bricks team are now following wordpress core, while giving you a hook to add whatever tag you need.
WordPress core doesn’t allow the <time>
attribute by default.
Hello, yes I have understood that. I wonder why that is.
I guess it’s just one of those things with Core. They’re slow to adopt any feature.
Also, Core generally sticks with simple elements. The <time>
element might be too complex for them because you’d also need to declare a datetime
attribute.
1 Like
Ah ok, that makes sense. Ok thanks!