该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

主题预览

描述

By default, the only way to see how a new theme looks on your site is to
activate it, making it visible to everyone who visits. With this plugin, it
is possible to view how a new theme looks without activating it.

TODO

Possible future enhancements:

  • Add an options screen.
  • Allow choice of theme to preview from a known list of installed themes.
  • Provide persistent previews by setting a cookie.
  • Restrict preview ability by user Roles/Capabilities.
  • Child-theme friendliness.

笔记

May not work properly with child themes. This is because it will not be able
to inherit from the parent theme as it normally would.

安装

  1. Upload the theme-preview folder and its contents to your wp-contents/plugins directory.
  2. Activate in the Plugins menu.
  3. Visit your site with a special parameter added to the URL

Add query variables preview_theme and/or preview_css to your query
string. For example, if you have a theme named “My Theme”, which is
installed in your wp-content/themes/my-theme directory, add the theme’s
directory name to your URL like this:

http://example.com/index.php?preview_theme=my-theme

Sometimes, you create a new look for your site by just making new CSS, but
you keep the existing PHP files intact. In that case, you con use the
preview_css variable instead of preview_theme, or use them both
together, like this:

http://example.com/index.php?preview_theme=default&preview_css=my-theme

评价

此插件暂无评价。

贡献者及开发者

“主题预览” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“主题预览”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.4 2016-02-17

  • SECURITY: Eliminate directory traversal, limit themes to registered directories.

1.3 2015-08-26

  • Fixed to work with newer versions of WordPress.

1.2 2010-01-14

  • Tested with WordPress 3.0-alpha