Digital Odyssey
Digital Odyssey
  • Видео 15
  • Просмотров 6 317
How to create a WordPress Plugin in 2024
This video provides an introduction on how to get started with creating a plugin for WordPress. The approach in this video is class based so if you are not familiar with writing classes then try asking ChatGPT to explain it to you or search for a RUclips video that covers classes in PHP.
For code reference visit:
digitalodyssey.ca/how-to-create-a-wordpress-plugin-in-2024/
Просмотров: 30

Видео

Adding Woocommerce support to your WordPress theme in 2024
Просмотров 472 месяца назад
This video provides an overview on how to integrate Woocommerce into your custom WordPress theme with official declaration and customization using woocommerce filters and hooks. Failing to declare woocommerce support for your custom theme can result in unexpected issues such as the "Reviews" tab not rendering on the product template page so be sure to give this video a watch if you're experienc...
How to build a website in 2024 using HTML, CSS and Javascript (Part 3 of 3)
Просмотров 96 месяцев назад
This video provides an introduction into the world of Javascript programming using ECMAScript 5 and the latest coding practices. This is part 3 of a 3 part series which covers the basics of HTML, CSS and Javascript for those getting started in web development. To learn more on Javascript (and other web languages) visit: www.w3schools.com/ For code reference visit: digitalodyssey.ca/an-introduct...
How to build a website in 2024 using HTML, CSS and Javascript (Part 2 of 3)
Просмотров 106 месяцев назад
This video provides an introduction to cascading style sheets which is used to style HTML markup. This is part 2 of a 3 part series which covers the basics of HTML, CSS and Javascript for those getting started in web development. To learn more on CSS (and other web languages) visit: www.w3schools.com/ For code reference visit: digitalodyssey.ca/an-introduction-to-web-development-with-css/
How to build a website in 2024 using HTML, CSS and Javascript (Part 1 of 3)
Просмотров 116 месяцев назад
This video provides an introduction to HTML (hypertext markup language) which is used to build web pages. This is part 1 of a 3 part series which covers the basics of HTML, CSS and Javascript for those getting started in web development. To learn more on HTML (and other web languages) visit: www.w3schools.com/ For code reference visit: digitalodyssey.ca/an-introduction-to-web-development-with-h...
Creating PDF files using the TCPDF library for PHP in 2024
Просмотров 9957 месяцев назад
This video provides a demonstration of how to work with the TCPDF library for PHP. The demonstration in this video is rather basic but provides enough details to get you started. You can reference the examples found on the official TCPDF website for creating more complex PDF files. Official TCPDF website: tcpdf.org/ For code reference visit: digitalodyssey.ca/creating-pdf-files-using-the-tcpdf-...
Parsing files in Javascript with the FileReader Web API in 2024
Просмотров 967 месяцев назад
This video provides an overview of how to work with the FileReader Web API in Javascript. For code reference visit: digitalodyssey.ca/parsing-files-in-javascript-with-the-filereader-web-api/ Live demo is available here: digitalodyssey.ca/demos/order-form/
Creating a simple Stripe checkout using the Stripe API in 2024
Просмотров 797 месяцев назад
This video provides an overview on how you can create a simple Stripe checkout using the Stripe API library. This demonstration is running through WordPress using PHP and JS6 but the Stripe API can also be used with other programming languages and any web framework of your choice. You will need the following in order to work with the Stripe API. 1. Register a Stripe account: dashboard.stripe.co...
Working with Canada Post Shipping Rates API in 2024
Просмотров 2117 месяцев назад
This video provides an overview of how you can get live shipping rates from Canada Post using their REST API interface. The video covers a bit of JS6 and PHP and runs within the WordPress framework but the principles outlined in this video can be applied to any web framework or custom application. For code reference visit: digitalodyssey.ca/working-with-canada-post-shipping-rates-api/ Live demo...
How to expose WordPress data to the REST API
Просмотров 943 года назад
This video provides a demonstration on how to expose customizer options to the WordPress REST API. The process demonstrated in this video can be applied to expose any custom data you require to the REST API. The WordPress code demonstrated in this tutorial can be downloaded from my Github repo: github.com/Digital-Odyssey/Gatsby-WordPress-Starter-Theme/blob/master/includes/classes/rest_api/custo...
How to work with custom queries using WP Query in WordPress
Просмотров 1863 года назад
This video provides a basic overview of the WP_Query class and how it can be used to create a custom loop. For more tutorials visit my website at digitalodyssey.ca Be sure to like and subscribe if you found this educational video helpful.
How to work with Webhooks using WordPress, Zapier and Google Sheets
Просмотров 9433 года назад
This video provides an overview of what webhooks are and how to use them for data automation using Zapier, Google Sheets and PHP. For more tutorials visit my website at digitalodyssey.ca Be sure to like and subscribe if you found this educational video helpful.
How to create a custom post type in WordPress
Просмотров 273 года назад
This video provides a demonstration on how to register a custom post type with taxonomies in WordPress. For more tutorials visit my website at digitalodyssey.ca Be sure to like and subscribe if you found this educational video helpful.
How to create a custom shortcode in WordPress
Просмотров 273 года назад
This video provides a walk-through demonstration on creating a custom shortcode in WordPress. For more tutorials visit my website at digitalodyssey.ca Be sure to like and subscribe if you found this educational video helpful.
How to create a custom widget in WordPress 2020
Просмотров 3,6 тыс.3 года назад
In this video I demonstrate how to create a custom WordPress widget by extending the WP_Widget class. For more tutorials visit my website at digitalodyssey.ca Be sure to like and subscribe if you found this educational video helpful.

Комментарии

  • @frkysience
    @frkysience 7 месяцев назад

    Thanks for the content keep the regular uploads coming love it !

    • @digitalodyssey4958
      @digitalodyssey4958 7 месяцев назад

      No problem and sure will do...im planning on getting some more videos up next week : ] Cheers!

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

    Enjoyed the video, it helped me out. - one inquiry with the 'form' section of your code. Does it matter much to have the p closing tags in the first two labels?

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

    Great tutorial. Thank you!

  • @dmoney_thegreat
    @dmoney_thegreat 2 года назад

    great video. I needed this info

  • @prolapsrunner
    @prolapsrunner 3 года назад

    good video