January 17, 2023 — This is the 7th episode of the WordPress for Beginner | Bangla series.
Our main goal is to help new contributors (tech and non-tech) to get started easily with WordPress.
In this episode, we will show how to set up an eCommerce site using WooCommerce. We will show the complete installation setup and shop configuration.
We will also cover the full checkout flow including my account, shop, cart, and checkout page brief.
Target Audience: Bangla Speaking People
January 17, 2023 — All about images on the web: current formats, how browsers load images, and upcoming formats – when and how to use them.
This talk will start with a review of image formats commonly used on the web today – jpeg, git, png, svg and webp. What are they each good for? When and how should sites use them?
Next, we will dig into the surprisingly complicated loading process of pages and images in the browser and the implications for site optimization.
Finally, we will dive into newer formats like AVIF, JPEG XL and WebP2, learn what promise they hold and how site owners can start using them today.
January 17, 2023 — サイトエディターは2022年に飛躍的な成長を見せ、今や、プログラミングが苦手な人でもサイトデザインの細部まで自分で編集することが可能になりました!このワークショップではサイトエディター内でのテンプレート編集に焦点を当て、皆さんの質問に答えながらサイトデザインを更新していく過程を実演します。
January 13, 2023 — WordCamp Asia is coming up soon, so the excitement for WordPress events is high! Let’s talk about the different types of WordPress events, and what to expect at them! In this session, we’ll be discussing:
• Different types of WordPress events
• What to expect at these events
• How you can get involved
January 13, 2023 — The WordPress REST API provides an interface for applications to interact with your WordPress site by sending and receiving data as JSON (JavaScript Object Notation) objects. It is the foundation of the WordPress Block Editor.
However, it also provides a more predictable and structured way to interact with your site’s content than using admin-ajax. In this session, you will learn how to use the WP REST API in place of using admin-ajax, in order to interact with existing WordPress data.
January 12, 2023 — Query loops can showcase blog posts, pages, categories, tags and more! You can have automatically updated lists on your home page and other web pages without requiring any coding skills. In this tutorial, we will learn how to use query loops on a post or a page to show off dynamic content with a few clicks of a button.
January 11, 2023 — Twenty Twenty-Three has arrived! Why not start that blog you’ve always dreamed about? This is the second of two workshops on this topic. Over the course of this 1.5 hour long online workshop, you will brainstorm topics and create a list from which you can pull when you need inspiration throughout 2023,
explore different content types and decide what is right for you, identify top level categories, sub-categories, and make a blogging plan for the first three months of 2023.
January 7, 2023 — Details zum Vortrag
Die GRÜN Software Group GmbH mit Headquarter in Aachen ist Hersteller und Anbieter von Branchensoftware. Eine der wichtigsten Leadquelle für GRÜN sind Inbound-Leads, die über die eigene Website gruen.net generiert werden. Daher ist eine der wichtigsten Aufgaben, die Website hinsichtlich SEO-Kriterien zu optimieren. Im WordPress-Meetup wird Andreas Palm, Marketing Supervisor und WordPress-Enthusiast zeigen, welche SEO-Maßnahmen zum Einsatz kommen.
Die Bedeutung von Keywords
SEO in der Therorie (Technik, Performance, Semantik, internes Linkbuilding)
SEO in der WordPress-Praxis am Beispiel eines Themeforest-Templates
Bei unseren Treffen geht es meistens um ein oder zwei Themen und danach gibt es eine offene Diskussions- und Austauschrunde zu allen Themen rund um WordPress.
January 6, 2023 — Introduced in WordPress 5.8, the theme.json file allows block theme developers to control the settings and styles of the blocks in the Editor.
In this video tutorial, you will be introduced to the theme.json file, how it works, and how you can control these settings and styles.
January 6, 2023 — In this online workshop, we’ll be looking at one of the most vital but overlooked aspects of developing plugins for WordPress, and that’s ensuring your plugin’s code is secure!
We will look at why this is important and learn how to implement a security-first mindset as you add functionality to your plugins, using real-world examples.