开发者 |
daveshine
deckerweb wpautobahn |
---|---|
更新时间 | 2019年11月13日 07:41 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.3 |
版权: | GPL-2.0-or-later |
版权网址: | 版权信息 |
.JSON
file to your computer..JSON
file and you're done! ;-)en_US
= default, always includedde_DE
- always includedde_DE_formal
- always included.pot
file (genesis-extra-settings-transporter.pot
) for translators is always included in the plugin's 'languages' folder :)toolbar extras
in the plugin installer ;-)manage_options
and edit_theme_options
genesis extra settings transporter
), or extract the ZIP file and drop the contents in the wp-content/plugins/
directory of your WordPress installation.Just see plugin's page (you are on it right now) for a typical workflow example.
Good question, hehe :). Simple answer: not possible as these settings belong to the actual post meta. You can always import & export all posts/ pages/ custom post types via the NATIVE WORDPRESS export and import functionality. This applies for any inpost/ inpage/ CPT post meta settings in WordPress generally. All administrator users have access to "Tools" in the left-hand admin menu and could do exports and imports.
That's just not possible yet. Still, there is no such functionality in WordPress core as is in Genesis yet! However, there's a nice third-party plugin for that purpose: "Widget Importer & Exporter"
I can only support plugins and child themes that make use of the WordPress/ Genesis settings API and use a settings field other than that from Genesis itself. Will more developers add this to their work I could add support in this helper plugin. It's as simple as that :). The way better alternative, though, is, when developers add that little hook in to the Genesis Exporter natively! In this case I might remove support here for such a plugin/ child theme, of course. Also note, some plugins have 1 or 2 little settings included in Genesis Theme Settings, therefore THESE settings are then included in the default, native Genesis export file. So you'll already have these safe for your exports and imports as well.
"Prose" natively includes its settings on the Genesis exporter page, so you're already hooked up! You can export and import all "Design Settings" at any time!
Just make sure you have the very same versions of the plugins or child themes installed. If you have a development and live install, just make sure, both have "Genesis Simple Hooks, version 1.8.0.2" installed, to name an example. -- Reason: Sometimes setting field names could differ between different versions, or settings may be added or removed in newer/ older versions.
Just to clarify: This plugin here does NO export/ import ON ITS OWN! It just hooks in to the existing Genesis Exporter feature and leverages existing Genesis & WordPress functionality :).
Just have look at the plugin & child theme listing: List of Supported Plugins
/wp-content/languages/genesis-extra-settings-transporter/
(just create this folder) - This enables you to use fully custom translations that won't be overridden on plugin updates. Also, complete custom English wording is possible with that as well, just use a language file like genesis-extra-settings-transporter-en_US.mo/.po
to achieve that (for creating one see the following tools).Exporting and importing settings for plugins like "Genesis Simple Hooks" or my own "Genesis Layout Extras" plugin was always a "nice to have". Now, that I've found out Genesis had a filter for that - thanks to Genesis developer Gary Jones! - I just created this plugin. It's a small tool I need and use myself. My hope is that it may help other users and developers as well! :) ENJOY!
.pot
file plus all German translations (formal, informal) and language packscomposer.json
file to the plugin's root folder - this is great for developers using ComposerREADME.md
file for plugin's GitHub.com repository to make it more readable there.pot
file for translators, plus German translations.pot
file for all translators!.pot
file for all translators.pot
file for all translators