Closed kyrapieterse closed 1 month ago
Good idea, let me see how we can do it, maybe with a tag, or a dedicated category. Then we can add footers and whatever. But plugin and the demo UI need updates 100%.
Ok, we can do the same that we did with Playground by using type "Theme" or "Site editor". But then these patterns are not going to be shown in other tabs. If we need them in 2 tabs, need to figure something else (a tag, most likely). Navigation and Footers are the main concern here.
if its easier then we can just have the nav and footer under the theme - people will know to look there if they need a different footer or nav somewhere else
Pages Category Parent is "Theme"
404 Blog Index Blog Single Tag Archive Search Results Category Archive Date Archive Custom Taxonomy Archive Author Archive All Archive Page
Patterns - Category Parent is "Theme" (slug is /wordpress-themes/ )
Author Box - https://maxiblocks.com/demo/wordpress-themes/block-patterns-author-box/arbl-pro-01/ Mega menu Navigation menu Blog hero Blog stories - https://maxiblocks.com/demo/wordpress-themes/block-patterns-blog-stories/bsl-pro-01/ Blog comments Pagination
For reference @elzadj after our meeting on 16/08/2024
URL structure and naming convention
The outcome of our meeting is that we need to test how we can implement custom taxonomies on /demo/ to create archive pages with the site editor.
Normal patterns (see archive page design attached by designer Kyra)
Theme patterns
Pages
Theme pages
Tags
NOTE: I would like tags to be used for alternative searching or browsing, such as expanding topics (Restaurants, Bars, Architecture) or features like "Video Maxi", "Accordion Maxi", "Interaction Builder", "Shape mask", and "Buttons".
Question:
Can we use Typesense to return results for text inside patterns or pages?
You mean search by the pattern's content too? Yes, we can add it to both, the plugin and the demo code. It's going to be the whole Gutenberg code tho, not just the text from there.
This is what we have now for the search: post_title, post_number, category.lvl0, category.lvl1, cost
Steps to update demo site:
Can we use Typesense to return results for text inside patterns or pages?
You mean search by the pattern's content too? Yes, we can add it to both, the plugin and the demo code. It's going to be the whole Gutenberg code tho, not just the text from there.
This is what we have now for the search:
post_title, post_number, category.lvl0, category.lvl1, cost
I suggest we try post_title, post_number, category.lvl0, category.lvl1, post_tag, gutenberg_code, cost
URL structure and naming convention
It's not really possible to have the same structure for taxonomy and posts inside that taxonomy on wordpress, so I suggest this:
maxiblocks.com/demo/wordpress/patterns/block-pattern-text/headline/ for the taxonomy maxiblocks.com/demo/patterns/block-pattern-text/headline/hed-30/ for the posts in that taxonomy
maxiblocks.com/demo/wordpress/themes/block-patterns-author-box/ maxiblocks.com/demo/themes/block-patterns-author-box/arbl-pro-01/
maxiblocks.com/demo/wordpress/website-templates/accountant-pages/ maxiblocks.com/demo/website-templates/accountant-pages/apt-pro-01/
OR maxiblocks.com/demo/wordpress/wordpress-patterns/block-pattern-text/headline/ for the taxonomy maxiblocks.com/demo/wordpress-patterns/block-pattern-text/headline/hed-30/ for the posts in that taxonomy
maxiblocks.com/demo/wordpress/wordpress-themes/block-patterns-author-box/ maxiblocks.com/demo/wordpress-themes/block-patterns-author-box/arbl-pro-01/
maxiblocks.com/demo/wordpress/website-templates/accountant-pages/ maxiblocks.com/demo/website-templates/accountant-pages/apt-pro-01/
We can change the base url part for the taxonomy (wordpress now) to whatever you want, but the point is - we need it there. Can't make it empty.
@elzadj
This format please. Because we get better keywords in the URL specially for the 2000 plus patterns.
maxiblocks.com/demo/wordpress/wordpress-patterns/block-pattern-text/headline/ for the taxonomy maxiblocks.com/demo/wordpress-patterns/block-pattern-text/headline/hed-30/ for the posts in that taxonomy
maxiblocks.com/demo/wordpress/wordpress-themes/block-patterns-author-box/ maxiblocks.com/demo/wordpress-themes/block-patterns-author-box/arbl-pro-01/
maxiblocks.com/demo/wordpress/website-templates/accountant-pages/ maxiblocks.com/demo/website-templates/accountant-pages/apt-pro-01/
This is for new patterns and pages for a sample https://maxiblocks.com/demo/theme/block-pattern-blog-hero/bhol-pro-01/
Not sure about footers?
Also this tab should be the default when in the FSE editor when the cloud is launched