Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Century Demo Importer

Descripción

This plugin will import demo contents for the active theme which are configured with this plugin. By default the plugin will fetch the configuration files stored on our server.
If you want to configure your own theme with the plugin, you just need to point to your config.json file and pass it to the filter
cdi_git_config_location

Example:

If your URL to config.json is ‘https://example.com/theme-demos/config.json’

You will have to pass this to the filter ‘cdi_git_config_location’ like

add_filter('cdi_git_config_location', 'git_url_config' );
function git_url_config(){
    $git_url = 'https://example.com/theme-demos/config.json';
    return $git_url;
}

[Support] ( https://centuryplugin.com/support )

Instalación

  1. Upload century-demo-importer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. After activating plugin go to Appearance >> Install Demos
  4. Enjoy !!!

Available Languages

  • English

Features

  • Import all the contents of theme’s demo.
  • Import all widgets data.
  • Import all menu, customizer settings and other themes settings.
  • Import posts, pages, images, categories, custom post.

Some Useful Links

  • Support Forum Link: http://centuryplugin.com/support/
  • Website Link: http://centuryplugin.com/

FAQ

What does this plugin do?

This plugin provides the ability to to import the demo contents, widgets, theme option settings and customizer settings in your site.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Century Demo Importer» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Century Demo Importer» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.1

  • Minor bugs fixed

1.0.0

  • Plugin submitted to http://wordpress.org for review and approval