Thread Starter
Younes
(@vanbom)
thank you Steven , I will read the requirements .
Greetings!!
the minimunm files that my theme must support.
There really is no set minimum. For a parent theme it only really needs the style.css and index.php file. The rest are optional and would depend on how you want all of your files to be structured.
my theme does not support Pots
How does it not support posts?
Thread Starter
Younes
(@vanbom)
I meant that my theme will only contain pages and sub-pages. here is the structure:
front-page.php, style.css, index.php, page.php, header.php, footer.php.
is it acceptable to have such a theme in the official repertoire?
I meant that my theme will only contain pages and sub-pages
You do know themes display content regardless of what the post type is, right? It could be a post, page, person, product, or even a book but a theme needs to support the core functionality which are posts and pages. Even if it is just simple styling, it does need to provide that if it gets submitted to the repo.
Thread Starter
Younes
(@vanbom)
yes I understand now.
even if my theme is only displaying Page content, it must be able to display the basic content: post, category, search page …. .
thank you Jose Castaneda for your support