How to Convert Date Strings in Next.js / React - Next.js + WP [part 8]

Поделиться
HTML-код
  • Опубликовано: 30 янв 2023
  • This video shows you how to convert/manipulate a date string from one format to another and display it, in the context of a blog post's published/updated date.
    Repo: github.com/iabhinavr/nextjs-blog
    Website: www.coralnodes.com
    ---------------------------------------
    Server providers:
    Linode: www.coralnodes.com/go/linode/
    DigitalOcean: www.coralnodes.com/go/digital...
    -------------------------------------------------------------
    Disclaimer:
    This video is based on my personal experiences and knowledge. There is no guarantee that the information shared is 100% accurate.
    Disclosure:
    This video and its description may contain affiliate links, which can earn us commission if someone purchases products using those links.
  • НаукаНаука

Комментарии • 6

  • @taavirannamets
    @taavirannamets Год назад

    Thank you!

  • @Om-yj3jk
    @Om-yj3jk Год назад +1

    Hi, in this video series you have provided how to get data from Headless WordPress to Next.js frontend. Will you please add one more video into it, to create a post using frontend form using mutation. It will create your video series more complete.

  • @user-zu5os5nn3r
    @user-zu5os5nn3r Год назад

    now next JS docs is change so this code will be run new in next JS because new docs did not support SSR getstaticprops

  • @user-ts7cj7rj7j
    @user-ts7cj7rj7j Год назад +1

    Thank you for your lecture. I'm having a problem. If we post something on Blog right now, It will post well in Blog. But for example, if I connect to "Contact" and post, what should I do to make the post go up to the Contact page instead of the Blog page? Does this lecture cover that as well?

    • @CodingReflections
      @CodingReflections  Год назад

      Did you mean checking the contact form submission froms the wp admin? Some plugins like Ninja Forms have a WPGraphQL extension that allows form submission via graphql mutations.