DEV Community

Cover image for Creating Custom Gutenberg Blocks with React and WordPress - Part 1

Creating Custom Gutenberg Blocks with React and WordPress - Part 1

Tim Smith on October 05, 2019

As of WordPress 5.0, Gutenberg comes built-in. In this post, I'll give you the basics of what Gutenberg is, why it's awesome, and how to set up you...
Collapse
 
vanaf1979 profile image
Stephan Nijman

Hey Tim. Great article! :) Small question: How do you add the "Originally published at iamtimsmith.com on Oct 05, 2019" line to your posts?

Collapse
 
iam_timsmith profile image
Tim Smith

I think it’s because I have the canonical url set in the front matter. Other than that, I’m not sure. It comes from my RSS feed and it’s just there.

Collapse
 
vanaf1979 profile image
Stephan Nijman

Ok... i have the canonical url set as well. I'll have a look at the rss feed option then. Thanks :)