Linux 软件免费装

Author Box by Nocksoft

开发者 nocksoft
更新时间 2024年11月16日 19:24
PHP版本: 5.3 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

author bio author about me author box author description about author author profile

下载

1.0.1 1.0.2 1.0.4 1.1.0 1.0.3 1.0.0 1.0.5 1.1.1

详情介绍:

Adds a modern customizable author info box at the end of your posts and pages with a short description about the author. You can display a simple author bio box in your posts and pages to show your readers and followers who you are. Your blog will become even more personal and authentic. This plugin is available in German and English language and is fully compatible with the plugin "Local Avatars by Nocksoft".

安装:

  1. Download the plugin (.zip file) on your hard drive.
  2. Unzip the zip file contents.
  3. Upload the author-box-by-nocksoft folder to the /wp-content/plugins/ directory.
  4. Activate the plugin in the "Plugins" menu in WordPress.
  5. Make a few settings (see section "Setup" on this page).

屏幕截图:

  • Global settings for Author Box
  • User specific settings for Author Box

常见问题:

How can I change the avatar for my author box?

You have two options. Either through Gravatar, or you can use a local image in your user profile settings. This setting can be made separately for each user. But for this, you need to install the additional plugin "Local Avatars by Nocksoft" first.

How can I change the biography about me?

You can do this in your user profile settings.

Where can I make settings for this plugin?

You can adjust settings in the user profile settings and in the global settings under "Settings" -> "Author Box".

What if I want to automatically display Author Box on all pages, but not on a specific page?

You can add the following code in your functions.php and replace SAMPLEPAGE with your desired page: add_action("wp_head", "remove_authorbox"); function remove_authorbox() { global $pagename; if (is_page() && function_exists("nstab_add_authorbox") && $pagename == "SAMPLEPAGE") { remove_action("the_content", "nstab_add_authorbox"); } }

What if my theme also shows an author box?

You have to disable the author box of your theme. How to do this depends on your theme. But for the WordPress default themes you will find a suitable setting in this plugins settings.

更新日志:

1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0