Ideally I would prefer to do it like you have suggested, however, there isnt a way to display categories in a grid layout and have the latest topics below.
I suggest building a static header customization if your categories do not change much. Then you could have whatever layout you like above the topic list.
Iâve built this or something similar for a few sites at this point. If you put this in the </head> section of your theme it will put all the categories on top of your home page (and /latest assuming that itâs the same as your homepage)
Then all youâll need is add the CSS to structure this layout however you want. This is a good introduction to using the API and Handlebars templates in general.
Thank you for this code snippet! I am working on a project where I need to do some things on this principle (not necessarily categories) and I would like to put this directly in the plugin that I develop.
I know where to put the template handlebars, but I can not find the folder / file where to put the javascript. Could you tell me how to proceed?
Yes, there was an error! Thanks for reporting it. Iâve fixed the code in the post above.
We turned strict mode on for our JavaScript, which means categoryName = []; needs to be declared, changing that line to let categoryName = []; was the fix.
Okay⌠dovrò capire come far funzionare un hbs come qualcosa che posso aggiungere a discourse. Immagino di doverlo usare come file in un componente e devo fare un tutorial su questo?
Ho visto un tutorial con un tema semplice. Ă la direzione giusta da prendere?
Ti farò sapere se avrò successo. Nel frattempo, ho installato il tema Air e sono abbastanza soddisfatto, ma mi piacerebbe comunque avere gli ultimi post sotto gli argomenti delle categorie.
Una volta ero un programmatore msvc++ 25 anni fa, e sono riuscito a creare unâapp Flutter rilasciata sul Play Store. Tuttavia, le API open source non sono facili per me. Vedremo come andranno le cose. Pubblicherò un aggiornamento quando potrò.
Utilizzando lâimpostazione dello stile della pagina della categoria desktop âBox con sottocategorieâ, sono stato in grado di creare un componente del tema e aggiungere codice sotto i box. Ora sto cercando di capire come elencare gli argomenti piĂš recenti su tutto il sito.