December 3, 2024 — Dive into how AI revolutionizes WordPress design, allowing designers to streamline processes, impress clients with real-time adjustments, and reclaim personal time by reducing design workload and client revisions.
December 2, 2024 — The Johannesburg WordPress community concluded its 2024 Meetup® series on a high note this past Saturday, with an engaging session on SEO optimisation led by digital marketing expert Ray Mtawarira at the Chemuniqué Boardroom in Lanseria.
November 30, 2024 — Introduction to WP-CLI:
Explain what WP-CLI is (WordPress Command Line Interface).
Highlight its importance and benefits for managing WordPress websites efficiently.
Setting Up WP-CLI:
Guide the audience on how to install WP-CLI in their local environment.
Explain the requirements and compatibility with different operating systems.
Show the steps for installing and configuring WP-CLI.
Basic Commands:
Introduce essential commands to interact with WordPress via the command line.
Demonstrate commands for managing plugins, themes, and core updates.
Show how to create, delete, and manage WordPress posts, pages, and users.
Explain how to perform database operations using WP-CLI.
Theme and Plugin Management:
Discuss the commands for installing, activating, and deactivating themes and plugins.
Show how to search and install themes and plugins directly from the command line.
Explain how to update and delete themes and plugins using WP-CLI.
Customization and Scripting:
Discuss the ability to create custom scripts and automate repetitive tasks with WP-CLI.
Introduce the concept of bash scripting and demonstrate simple script examples.
Explain how to chain multiple WP-CLI commands together to perform complex tasks.
Tips and Tricks:
Share useful tips and tricks to enhance productivity with WP-CLI.
Show shortcuts and command options for faster execution.
Mention community-developed packages and plugins that extend WP-CLI’s functionality.
Resources and Further Learning:
Provide references to official WP-CLI documentation, tutorials, and guides.
Recommend additional resources such as books, blogs, and video tutorials.
Encourage participation in the WP-CLI community and forums for support and knowledge sharing.
November 28, 2024 — The Group block simplifies content organization, styling, and responsiveness, enabling consistent and efficient WordPress designs.
November 28, 2024 — Learn to customize padding, margin, and block spacing in the Block Editor to create polished, visually appealing layouts with ease.
November 27, 2024 — Ever been handed a logo so dreadful it looks like it was drawn by a blindfolded monkey with a crayon? Fear not! Join Corey Dodd, a designer with more than 25 years of experience and a flair for making things sexy, as he takes you on a wild ride of transforming these aesthetic monstrosities into visually stunning websites. Whether you’re a seasoned designer, a coding wizard, or just someone who drew the short straw with a hideous logo, this talk will arm you with the skills to turn trash into treasure.
Main topics covered:
Introduction: What the hell makes logos and brand assets horrible?
Case Studies: The good, the bad, and the ugly.
• Brilliant brands with seamless websites.
• Brands that opted for a logo refresh with a new website.
• Jaw-dropping websites birthed from horrendous logos.
Design Tips and Techniques: How to make magic out of mess.
• Where to find focus.
• Clever tricks to integrate poor branding elements effectively.
• Using typography, color, and layout to distract from the disaster.
Tools and Resources.
November 27, 2024 — 1. Laying the Foundation: Discuss the initial set-up of the WooCommerce store and the strategies employed to establish a solid foundation for growth. Also look at why chose Woo over Shopify.
2. Driving Traffic and Conversion: Share insights on the marketing and optimisation tactics used to attract and convert more visitors into customers.
3. Optimising the Customer Experience: Highlight the key user experience improvements and enhancements made to the WooCommerce store to improve customer satisfaction and retention.
4. Scaling Operations and Fulfillment: Explain the process of scaling the backend operations, logistics, and fulfilment to support the rapid growth in sales.
5. Leveraging Data and Analytics: Discuss the importance of data-driven decision-making and how it has informed the various strategies and optimizations implemented.
6. Overcoming Challenges and Lessons Learned: Provide an honest reflection on the challenges faced during the scaling process and the key lessons learned that can benefit other WooCommerce store owners.
November 27, 2024 — When developing themes and plugins for WordPress, it’s inevitable that you’ll get a report of a security flaw, or worse, that one of your clients’ sites has been hacked. Right? Well, not quite.
In this session you’ll learn about the approaches enterprise agencies use to prevent a panicked phone call from a client reporting a flaw. Learn why the White’s Local Family Business site gets hacked but the White House does not.
Just as there’s no one plugin that will make a site secure, there’s no one trick to prevent it either. This session will help you understand the holistic approach required to keep your client’s sites secure.
November 27, 2024 — WordPress powers a large part of the web, but anyone who’s ventured into its database knows there’s a hidden cost lurking beneath its familiar interface. In this talk, we’ll dive deep into the challenges posed by WordPress’s database structure – especially its infamous postmeta table.
November 25, 2024 — Learn Javascript deeply, This was said by Matt and WordPress in 2015.
I wasn’t that excited about that. I ignored that advice.
I continued on my Merry Way with PHP, which is both good and bad. WordPress is made with PHP.
I like PHP, I like server side code and have spent a lot of time in it.
Now blocks came out and I was kicking myself.
I was terrified to dive into the block editor because change can be so daunting, and it’s always so much more comforting to stick with the familiar.
I struggled to understand the code inside WordPress docs and I got stuck. Fast.
How do I get this new block stuff to talk to PHP?
In this talk, I will show you how to go from hating blocks to loving them with these development techniques.
In this presentation we are going to make a PHP Shortcode, and then make a dynamic block to show how this works.
Let’s do this.