WordPress is here to stay for a very long time. Thank you for the content.
@kumardeepam6 ай бұрын
This is the best guide on this topic. Simple, to the point!
@oj42807 ай бұрын
I am just starting to use next JS for freelancing and was deciding between using wordpress or Sanity as my CMS , this video was really great timing!
@michaelmannucci85857 ай бұрын
Don't use Wordpress lol. Def use Sanity.
@oj42807 ай бұрын
How come ?@@michaelmannucci8585 I know very little about cms stuff I have only recently become comfortable with next js fronted but when I've tried to follow the docs for sanity or strapi I run into a bunch of errors whereas I thought wordpress has a solid community and is widely used 😊
@imkir4n7 ай бұрын
It's suitable for basic blogs, but lacks flexibility if you're not familiar with WordPress or PHP.
@brancode4047 ай бұрын
Nice one as always. Love it! Please make production ready ecommerce with Next.js and any other CMS - eg:- Wordpress
@ByteGrad7 ай бұрын
Yes, an ecom site is coming soon
@brancode4047 ай бұрын
@@ByteGrad wohoo can't wait for it. I've reached petsoft section. Really enjoying it and learning it. Been practicing bit by bit by implementing stuff into my project. Just received your email about updates. Are you planning to include the Ecommerce one inside the Course?
@visualmodo7 ай бұрын
Truly good content! =D
@joaoarthurbandeira7 ай бұрын
Hey, thats very nice, i’ve been searching for content like this but its rare, specially with this quality! Can you actually build a whole blog with this, so we can have a better idea, with more details, making maybe an automatic table of content, how to render the sitemaps, implement the isr, generate images in the post etc? One thing that i love about this is that we can make the most out of the wordpress plugins, specially plugins that helps with SEO while writing the articles! Thanks!
@yanarlex32136 ай бұрын
Thanks for the video.
@HayolaStudio7 ай бұрын
I love your content
@justinleong39677 ай бұрын
Interesting to see next js integration with CMS like WordPress. I also heard about payload CMS. Which is better word press or payload ?
@dinhmai12687 ай бұрын
if ur a dev, payload is way better. Especially in beta v3
@Shuyinz7 ай бұрын
How could we render based on 3rd party Gutenberg blocks that has styling and perhaps also dynamically javascript created and present it on the next.js?
@xSatanisticx7 ай бұрын
I would like to see how do you implement here Contact Form 7 or some kind of Cookie plugin
@michawiniarski45175 ай бұрын
Nice! What CMS do you recommend for using with NextJs and handle multilingual? DatoCms, Strapi or sth else?
@vinoopb7 ай бұрын
Thanks Wesley, very concisely explained. Is there a way ro back up our WordPress blog posts to GitHub every time we publish/make changes? This would help us have control over our data. Thanks!
@hitmanal3 ай бұрын
How would you set up Next.js to be flexible to render any page from wordpress, without code changes?
@coders_rant7 ай бұрын
do you have any videos on nextjs deployment on digitalocean? if not please make one
@kumardeepam6 ай бұрын
A blog post authored on wordpress dashboard might have a lot of formatting, is there a way to display the individual blog post page in nextjs while maintaining all the formatting/style from the wordpress?
@DevIsrael6 ай бұрын
use this prop in the div your rendering them in: dangerouslySetInnerHTML={{_Html: "Your content goes here" }}. You can also learn more about it or some other alternatives
@LongPhamThanh-z7e3 ай бұрын
I can't use API get list post in client side using axios(I got CORS error), only work in serve side using fetch. Can you help me fix this bug
@froxx936 ай бұрын
Is there a way to get the Wordpress pages' content in a more safe way than HTML? Anything that could be parsed in Next.js to prevent potential injections?
@darkcss10547 ай бұрын
Can you write MDX using WordPress? If not, what would you recommend?
@boschbryceson47515 ай бұрын
nextra
@shashank_rajak7 ай бұрын
How to render the rich text blocks on UI
@tek9ine1305 ай бұрын
dangerouslysethtml
@omarbashmail15097 ай бұрын
Is it possible to use another cloud? Like firebase or something for free?
@jamesodukoya99663 ай бұрын
REST API or WPGrapQL?
@FadelCastro42817 ай бұрын
Next js clerk with laravel in backend is the best deal.
@alexdin15657 ай бұрын
please can you make video about AuthJs v5 when user can login using a facebook account I searched for this topic and now on make video on youtube
@DenisKlymenko7 ай бұрын
only 1 question: FOR WHAT if strapi exist?:)
@M1a2n3o437 ай бұрын
Was just about to comment this
@SteveBeliveau7 ай бұрын
Many sites have years of data built via Wordpress so making a simple headless site is much easier than converting it all.