Linux 软件免费装
Banner图

Author Customization

开发者 cconover
更新时间 2021年3月4日 06:47
捐献地址: 去捐款
PHP版本: 3.6 及以上
WordPress版本: 4.3
版权: GPLv2
版权网址: 版权信息

标签

profile tinymce author user wysiwyg rel-nofollow

下载

0.1.0 0.1.1 0.2.0 0.2.1 0.2.2 0.3.0 0.3.1 0.3.2 0.3.3

详情介绍:

Author Customization gives you much more flexibility in managing post and page author data. Your author data will no longer be tied solely to the WordPress user system, and can now be managed on a per-post basis. Author name and description are saved with each post, allowing you to preserve this information as it was when the post was published. Features Author Customization on Github

安装:

  1. Upload the author-customization directory to the wp-content/plugins directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Adjust the settings on the Author Custom Settings page

屏幕截图:

  • Author meta box, displayed when editing a post or page. The author dropdown menu is only shown to editors and higher.
  • Plugin options page.
  • TinyMCE editor on user profile page. This is optional, but enabled by default.

升级注意事项:

0.3.3 Fixed improper syntax for rendering the rich editor. 0.3.2 Fixed bug causing author info not to be saved to post meta if the user doesn't have permissions to edit other users' posts and pages. 0.3.1 Fixed incompatibilities with WordPress 3.9 and TinyMCE 4.0. 0.3.0 Completely rewritten to be object-oriented. 0.2.1 Fixed bugs that can cause fatal errors when displaying the author name & description. 0.1.1 Major bug in saving customized author info when selecting a new post author has been corrected.

常见问题:

What data about an author gets saved to post metadata?

The post author's display name and biographical info are copied from their user profile.

Can I turn per-post author info on or off at any time?

Yes. The plugin saves author info to each post you edit whether or not you've enabled displaying author data from the post metadata. If you decide later that you want per-post author information to be displayed, any post you've created or edited since installing the plugin will already be set up to do this.

Can I assign multiple authors to a post?

Not yet, but that's in the works. I plan to add support for this in a future update.

I'm not seeing any author information on my posts! What's gone wrong?

In order for author information to appear on your posts and pages, the theme you're using must have support for this. If it does, you should see your author info changes without issue. If you know it shows author information but you're not seeing the changes you made using this plugin, pop over to the Support area. If your theme does not have support for author info, contact the theme developer.

更新日志:

0.3.3 Fixed PHP tag syntax for rendering the rich editor. 0.3.2 Fixed bug causing author info not to be saved to post meta if the user doesn't have permissions to edit other users' posts and pages. 0.3.1 0.3.0 The plugin has been completely rewritten to be object-oriented, in preparation for new features being added in the future, and to make it run more efficiently. The plugin options have been restructured as well. Whe you upgrade, your current settings should be ported to the new structure. If you notice any strange behavior, check the plugin settings page. Note: this plugin has some incompatibilities with WordPress 3.9. These will be fixed before the official release of 3.9, and will be noted in the changelog. 0.2.2 Fixed bug that threw a "Missing Argument" error when creating a new post. 0.2.1 0.2.0 0.1.1 0.1.0 Initial release.