![newsletter emailing](https://mldlxoe9efl0.i.optimole.com/cb:jlsD~46cf9/w:auto/h:auto/q:mauto/f:best/id:ac78c9636224dbd119e90d4c45b4fa04/https://www.worldofwp.com/newsletter_emailing.png)
Stay on top with regular WordPress updates.
Subscribe to our newsletter(s) and get the latest stories in your mailbox!
Stay on top with regular WordPress updates.
Subscribe to our newsletter(s) and get the latest stories in your mailbox!
Author:
Date:
Category:
At WordCamp Sydney – 2024 I presented a talk on how I moved from PHP to React and blocks.
Here are some notes for those people who attended my talk.
Slides
https://docs.google.com/presentation/d/1Ir8m3nyeCl0AY68YVMHnXRSu6cqaszuw5QjJqASoJhE/edit?usp=sharing
Usefull Links
Example Repo on the multi block with Dynamic Setup
https://github.com/MRKWP/wcsyd-blocks/tree/main
WP Categories Link
https://github.com/MRKWP/wp_list_categories/tree/main
Rankmath Shortcodes to Blocks
https://github.com/MRKWP/mrkwp-rankmath
#relevanssi_related_grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-column-gap: 10px; } .relevanssi_related_post h4 { margin-top: 5px; margin-bottom: 20px; } .relevanssi_related_grid_header { grid-area: header; } .relevanssi_related_post.wide { grid-column-end: span 2; }
This is the first part of the article