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.
Avisarei se for bem-sucedido. Enquanto isso, instalei o tema Air e estou bastante satisfeito, mas ainda gostaria de ter as Ăşltimas postagens abaixo dos tĂłpicos das categorias.
Já fui programador msvc++ há 25 anos e consegui criar um aplicativo Flutter lançado na Play Store. No entanto, APIs de código aberto não são fáceis para mim. Veremos como as coisas vão. Postarei uma atualização quando puder.
Utilizando a configuração de estilo da página de categoria da área de trabalho “Caixas com Subcategorias”, consegui criar um Componente de Tema e adicionar código abaixo das Caixas. Agora estou descobrindo como listar os tópicos mais recentes em todo o site.