Registering Custom Post Types In The Wordpress Admin Our Cloudfest Hackathon Report


With WordPress today you need to use custom code or a plugin to create a custom post type like “Book” or “Member.” This is a popular need, and there are a variety of approaches; however, one challenge is that the end-user experience can be confusing and non-standardized.
A few weeks ago, some Automatticians and I went to the 7th CloudFest Hackathon in Rust, Germany to explore a solution for this. We started hacking on a deeply nerdy project, JSON Schema forms and fields, and ended up with a fascinating approach to an age-old question: What if you could register custom post types and custom fields directly in the WordPress admin?
Forty-eight hours turns an idea into reality The CloudFest Hackathon is an event that allows developers from around the globe to take ideas and turn them into realities.
During the Hackathon, teams of developers from various content management systems and hosting companies come together to contribute to projects that align with the core principles of the event: the projects must be not-for-profit, interoperable, and open source.
Last year, we worked on a project that allowed us to embed WordPress directly in VS Code. We built the WordPress Playground VS Code extension on top of WordPress Playground. It uses WebAssembly to run WordPress entirely within the browser, and it turned out pretty darn slick. 
This year, we focused on a JSON Schema Field/Form Renderer. While most of us explored using JSON Schema to dynamically register admin forms and fields, Dennis Snell and Adam Zieliński decided to take the project one step further! They hacked together a plugin that introduced the ability to register custom post types and custom fields directly from the WordPress admin. More notably, everything happens within the block editor—you have to see it to believe it:
This work poses some interesting possibilities for custom post type and custom field implementation because it could fundamentally change the way low- to no-code WordPress users modify their sites.
Naturally, I took the idea to Twitter/X:
Should WordPress let you register custom post types and custom fields from the admin? #CFHack2024
— daniel (@dbchhbr) March 17, 2024 I got quite a range of responses, ranging from “Heck Yes! It should have already been a core feature now. Such an integral part of every other site” to “Admin should only be for content and user management. Everything else should be configured in code and version controllable.”
So why the range in responses? Let’s discuss.
It turned out to be pretty simple Dennis and Adam built our prototype using the following conventions:
A custom post type wp_data_type holds templates for user-defined data types. The title of a post in the wp_data_type defines the name of the new data type. The post itself is the rendering template and comprises any set of normal blocks. Names are given to select block attributes within the post, and these names are mapped into the data type. When creating new posts for the given data type, the locked template is copied from the wp_data_type template, and the block attribute annotations are preserved. Finally, when rendering the wp_data_type template, the attributes are pulled from the individual post of the given data type and spliced into the template. The fascinating idea is that we don’t have to think about form fields; blocks already provide a rendering view and a modal editing experience. We can rely on the fundamental way blocks work and use the very same user experience to create custom data types in a way that users are already familiar with when editing a post or a site.
We can provide JSON-LD markup properties to the block editor using our Custom Fields Names block settings. Custom post types define custom data types, so we use a template to not only define the data type, but also to provide a default rendering template. Each data attribute within a post type has a field where it’s possible to define that field with its JSON-LD property. 
For example, say you had a “Book” custom post type. A few JSON-LD properties you could define using custom fields are:
description copyrightYear author bookEdition bookFormat isbn numberOfPages We also chose to store a copy of each block attribute in the JSON attributes for that block. Since WordPress can now provide a post-to-JSON function, which merges the extracted attributes with the names assigned in the custom post type template, that template may have changed since the custom post was created. This means that no database migrations are necessary to render an updated version of a post.
The best part? The WordPress infrastructure that already exists (aka Gutenberg!) defines the data type. Because these custom posts are normal posts, and because they adopt the locked template for the data type definition, they are, in fact, renderable on their own! Even if the template has been updated and only the post itself is rendered, it will still display a meaningful representation of the data type as it was when it was created.
While our original Hackathon project was tailored towards developers and UX designers who would love to see a forms and fields API in WordPress, this prototype puts more power in the hands of low- to no-code WordPress users.
It also opens up a world of possibilities for providing a rendering view for any structured data. Imagine uploading a CSV and mapping the column names to block attributes, or connecting to a database or JSON API to map the records in the same way. 
For example, if you had a CSV with business names, addresses, a rating, and a description, we could take that template post and insert a map block, a heading block, a star rating block, and a paragraph block and set the attributes to map to the CSV columns. It’s essentially an instant structured data renderer!
But even if we can define custom post types and fields in the editor, should we, as a WordPress community, consider adding it to core?
The existential question: Should it exist? Adding this kind of functionality into WordPress core could open up a ton of opportunities for the average WordPress user. Instead of needing to get a developer involved to add a custom post type to their site, a user could simply do it themselves and define the necessary fields and structured data attributes. 
On the other hand, allowing everyday users, who may not have a full grasp of how custom post types and structured data should work, free reign to create these data types themselves could have detrimental effects on the user experience of their websites. Clunky or incorrect implementation of structured data markup could also cause issues with how search engines crawl these sites, causing unintended negative impacts to search traffic.
Not only that, but as of right now, if a custom post type is accidentally deleted, all of the content posted to that custom post type will no longer be accessible through the admin (even though it will still be stored in the database). The user could think they “lost” their data.
Let’s talk about it What do you think? Are you in favor of giving website owners the ability to change and customize their custom post types and attributes? Or are there some website features that should always require a more technical hand and implementer? 
We’d love to chat with you about your thoughts in the comments below.
For another interesting exploration on a related idea, check out this discussion on GitHub with the core team.
Thanks to Lars Gersmann for leading the JSON Schema project with me and to everyone on the Syntax Errors team: Adam Zieliński, Dennis Snell, Julian Haupt, Michael Schmitz, Anja Lang, Thomas Rose, Marko Feldmann, Fabian Genes, Michael Schmitz, Jan Vogt, Lucisu, Maximilian Andre, Marcel Schmitz, and Milana Cap.


Artikel ini hanyalah simpanan cache dari url asal penulis yang berkebarangkalian sudah terlalu lama atau sudah dibuang :

https://wordpress.com/blog/2024/04/15/custom-post-types-wordpress-admin/

Kempen Promosi dan Iklan
Kami memerlukan jasa baik anda untuk menyokong kempen pengiklanan dalam website kami. Serba sedikit anda telah membantu kami untuk mengekalkan servis percuma aggregating ini kepada semua.

Anda juga boleh memberikan sumbangan anda kepada kami dengan menghubungi kami di sini
Making 43 Of The Web More Dynamic With The Wordpress Interactivity Api

Making 43 Of The Web More Dynamic With The Wordpress Interactivity Api

papar berkaitan - pada 18/4/2024 - jumlah : 117 hits
Creating rich engaging and interactive website experiences is a simple way to surprise delight and attract attention from website readers and users Dynamic interactivity like instant search form handling and client side app like navigation ...
Will The Middle East Conflict Derail Our Economy

Will The Middle East Conflict Derail Our Economy

papar berkaitan - pada 18/4/2024 - jumlah : 182 hits
The escalation of the conflict in the Middle East brings more countries into the regional belligerence and threatens to embroil the whole world While the loss of innocent lives and devastation of communities are our primary concern question...
Wordpress Website Speed Build The Masters Golf Tournament

Wordpress Website Speed Build The Masters Golf Tournament

papar berkaitan - pada 17/4/2024 - jumlah : 100 hits
Congratulations are in order for Scottie Scheffler the winner of the 2024 Masters Tournament in Augusta Georgia In today s Build and Beyond video takes on the slightly less intimidating task of re creating the Masters website as quickly as ...
The Ultimate Productivity Suite Unlock The Power Of Office Professional Plus 2021

The Ultimate Productivity Suite Unlock The Power Of Office Professional Plus 2021

papar berkaitan - pada 6/4/2024 - jumlah : 97 hits
Efficiency is key in today s fast paced business environment To manage tasks collaborate with teams and handle projects you need an efficient set of tools Microsoft Office Professional Plus 2021 is the perfect solution for enterprises of al...
Double Standards In The Way Malaysians Treat Migrants

Double Standards In The Way Malaysians Treat Migrants

papar berkaitan - pada 7/4/2024 - jumlah : 74 hits
I have previously sought to discern what it means to be a Malaysian and concluded that it is about what we can do to serve or contribute to the nation However what about non citizens who also contribute to the national economy How do we tre...
Better To Charge Akmal Under The Penal Code Says Pkr S Hassan

Better To Charge Akmal Under The Penal Code Says Pkr S Hassan

papar berkaitan - pada 7/4/2024 - jumlah : 74 hits
Outspoken PKR member Hassan Karim who was once charged under the Sedition Act says Umno Youth leader Dr Akmal Saleh is entitled to free speech protection PETALING JAYA Pasir Gudang MP Hassan Karim has called for Umno Youth leader Dr Akmal S...
Much Ado About Nothing Netizens Query Why The Big Fuss Over Um Dress Code

Much Ado About Nothing Netizens Query Why The Big Fuss Over Um Dress Code

papar berkaitan - pada 7/4/2024 - jumlah : 140 hits
SOCIAL media was abuzz with comments opinions and debate surrounding Universiti Malaya s recently announced dress code The move clearly stipulates what is considered acceptable dressing while on campus and has been met with opposition from ...
Running Towards Life S Good At The First Lg Run In Putrajaya

Running Towards Life S Good At The First Lg Run In Putrajaya

papar berkaitan - pada 7/4/2024 - jumlah : 87 hits
LG Malaysia organises first LG Run encouraging Malaysians to embrace wellness and joy Lace up those running shoes for an exhilarating run towards the Good Life LG Electronics Sdn Bhd is excited to unveil its inaugural LG Run slated to unfol...
Hayao Miyazaki The Boy And The Heron

Hayao Miyazaki The Boy And The Heron

papar berkaitan - pada 7/4/2024 - jumlah : 155 hits
Hayao Miyazaki is a two time Oscar winner for Best Animated Feature Spirited Away The Boy and the Heron Netflix Goodfellas and GKIDS have extended worldwide catalog streaming rights for Oscar winning Japanese studio Studio Ghibli Sinopsis M...
Absolute Power Corrupts Absolutely

Potensi Pemulihan Ringgit Terancam Jika Data Pekerjaan As Mengejutkan Negatif

Mesyuarat Negara Negara Asean Dalam Bidang Sains Dan Teknologi Kuantum

Igp Chief Editor Of English Portal To Be Questioned Over Forest City Casino Claim

10 Toner Untuk Kulit Berminyak 2024

Overcoming Funding Challenges

Dapatkan Porsche Design Honor Magic6 Rsr Di Honor Experience Store Terpilih Pada 5 Mei

Samsung Knox Empowering Consumer Security In The Galaxy A55 5g



Info Dan Sinopsis Drama Berepisod Aku Bukan Ustazah Slot Akasia TV3

Info Dan Sinopsis Drama Berepisod Bercakap Dengan Jun Slot DramaVaganza Astro Ria

5 Amalan Muslim Yang Sering Dijadikan Bahan Lawak di Malaysia

6 Fungsi Kereta Yang Sepatutnya Ada Tapi Tak Dijadikan Standard

5 Perkhidmatan Yang Kini Entah Kenapa Kita Langgan Bulanan


Help Shape Ai With Malaysian Values Says Anwar

Friendly Fire Between Umno Youth Head And Bersatu Counterpart Opens A Can Of Worms

Negeri Sembilan Akan Menaikan Gaji Penjawat Awam

Gaji Mei 2024 Tarikh Pembayaran Gaji Penjawat Awam

Bella Astillah Feat Didi Astillah Bermanja Manja Chord

Perjalanan Mendapat Haji Yang Mabrur