Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
876 stars 352 forks source link

Automattic Aldente theme missing index.php #7403

Open SplashPixels opened 11 months ago

SplashPixels commented 11 months ago

Has anyone written an index.php for the Aldente Wordpress Theme?

https://github.com/Automattic/themes/tree/trunk/aldente

@mikachan perhaps you might know?

mikachan commented 11 months ago

👋 Hey! Al Dente doesn't have an index.php file, but you'd be able to add one if needed. It does include an index.html template.

Here's the original PR where Al Dente was first committed, if it helps: https://github.com/Automattic/themes/pull/7132.

Please let us know if you have any other questions!

SplashPixels commented 11 months ago

Thanks for getting back to me so quickly!

Do you have an ''off-the'shelve'' index.php?

mikachan commented 11 months ago

It depends on why you need the index.php file, but here are a few examples that might help:

Hope this helps!