WordPress-Developers-Custom-Fields
WordPress-Developers-Custom-Fields copied to clipboard
Installing with Theme
Hello,
I'm new to theme development and would like to know if there was a way to integrate this plugin into the theme installation and then hide it.
Is there a settings.php file which you can import setting into which will set these custom fields up?
To bundle this with a theme, you're facing the same issue as you would bundling any other plugin with a theme.
I know there are some plugins (the only one I know is WP-LESS) that include a "bootstrap" include specially for bundling the plugin with a theme. There are no current plans to work on anything like this for Developer's Custom Fields.
If you end up creating something like this for yourself, I'd be happy to consider including it.
For myself, this is one of a number of plugins that I use on every site I build, but I'm always doing one-off custom themes, so I don't really need to "bundle" it. I've never done development of themes for release, so it's not a topic I've looked into.