Language: English

  • SEO WooCommerce: let’s get that traffic, a B2B use case

    WordCamp Europe 2024Speaker: Isaline Muelhauser

    July 15, 2024 — Every website needs traffic, right?

    A website without conversions is a bad investment for a company – and most probably means an unhappy client. This talk shares a use case in the Swiss B2B industry, bilingual (FR-DE), WooCommerce with a tight budget. Ruthless prioritisation was necessary.

    Based on the use case, you will learn: the main SEO risks associated with e-commerce websites, how and when to work with an SEO during the relaunch of a woo-commerce, what factors play a role in the success of SEO, basic content and tech necessary set up, a small retro of what went well and what will be improved.

    You will hear the point of view of the SEO specialist, Isaline Muelhauser, whose talks are famous for their no-nonsense approach.

    This talk aims at creating an efficient collaboration across SEO, Dev and content teams to deliver awesome projects.

    Presentation Slides »

  • Adding custom user roles using a WordPress plugin

    Speaker: Wes Theron

    July 14, 2024 — Learn how to create custom user roles using a WordPress plugin to define specific responsibilities and permissions, segment users for tailored experiences, manage content moderation effectively, and establish custom workflows.

  • Let’s build LIVE series: A beginner’s guide to block themes & the Site Editor-1

    Speakers: Laura Adamonis, Tracy Rhodes

    July 9, 2024 — This is part 1 of a 3-part series for beginners and new users to block themes and the Site Editor. I will use the WordPress default theme 2024 to demonstrate different block settings and styling.
    Workshop included:
    – design prep: creating a mockup, finding color palette, ideas
    – creating a home page
    – editing the page template
    – setting global styles

  • Developer Hours: Editor unification and extensibility in WordPress 6.6

    Speakers: Nick Diego, Ryan Welcher

    July 9, 2024 — As WordPress evolves, the gap between the Post and Site Editors is narrowing. In WordPress 6.6, slots and extensibility APIs are unified in the @wordpress/editor package global variable, simplifying the integration of extensions across editors for developers. The user interface is also becoming more standardized.

    In this Developer Hours session, we explored how these updates can streamline your development process and enhance extensibility like never before. You will learn how to:

    – Extend the Post and Site Editor using slots and why you might want to do so
    – Display content only when specific conditions are met, such as when editing a custom post type
    – Update existing extensions to work in both the Post and Site Editor
    – Ensure updated extensions are backward compatible with WordPress 6.5 and lower

    Presentation Slides »

  • Using caching to improve website performance – W3 Total Cache plugin

    Speaker: Wes Theron

    July 8, 2024 — In this lesson, we will learn about caching, a technique that improves website performance by storing frequently accessed data for quick retrieval. Caching occurs at multiple levels, including browser caching for static files, server caching for commonly accessed data, and CDN caching to load files from the nearest server. By implementing caching with plugins like W3 Total Cache, you can optimize your WordPress site, resulting in faster loading times and a smoother user experience.

  • Template parts

    Speaker: Cynthia Norman

    July 8, 2024 — We will explore how to create and add template parts to your theme. With this lesson, you will: describe template parts and how they work, define template part areas, and add template parts to your theme.

  • Template hierarchy

    Speaker: Cynthia Norman

    July 8, 2024 — We will take a deep dive into the details of how WordPress loads templates in a browser. With this lesson, you will: explain how WordPress uses the query string, briefly explain the template hierarchy diagram, and describe the template hierarchy for a given page being queried.

  • Templates overview

    Speaker: Cynthia Norman

    July 8, 2024 — We will cover the purpose, structure and loading of templates. With this lesson you will: describe the purpose and structure of a template, list the sequence templates are loaded by WordPress, and with theme starter files in place, create a template from scratch.

  • Creating custom post types and taxonomies

    Speaker: Wes Theron

    July 3, 2024 — In this lesson, you’ll delve into the world of WordPress custom post types. Learn how to define, create, and display custom content types tailored to your site’s needs, enhancing content organization and user experience. Whether you’re setting up product listings, event calendars, or portfolio showcases, mastering Custom Post Types will empower you to leverage WordPress’s flexibility and scalability effectively.

  • WordPress taxonomies

    Speaker: Wes Theron

    July 3, 2024 — In this lesson, we will explore how to use WordPress taxonomies to enhance your site’s organization and user experience. You’ll learn the difference between categories and tags, how to create and manage them, and the benefits of custom taxonomies.