Easier to change name of theme#583
Conversation
One cannot change the name of the theme from Shoestrap (for custom theme) without changing source -this partly fixes this
One cannot change the name of the theme from Shoestrap (for custom theme) without changing source -this fixes the other half by changing the option name to be partly the theme name
|
The only problem I see with this is child themes... The options should reflect the parent theme's name and not the child. If you make it so it's the parent theme's name instead I would have no bjection in merging this. 👍 |
|
FYI we've recently started completely rebuilding the theme using the customizer + twig (no redux). If you're interested in helping out (it still has a looong way to go) the new repo is here: https://github.com/wpmu/shoestrap |
Get the parent theme if needed (1/2)
Get the parent theme if needed (2/2)
|
Updated this so that it gets the parent if it needs to. |
|
Are there any plugins needed to run shoestrap 4? I am getting an error about Timber. |
|
Yes, it requires this plugin: http://wordpress.org/plugins/timber-library/ |
|
I've been thinking about this... That would essentially break the theme for anyone that already has it installed, wouldn't it? |
|
Only if they changed the name. I was thinking more for developers. |
One cannot change the name of the theme from Shoestrap (for custom theme) without changing source
These two commits fix this (other than style.css still could be overwritten).