Title: PictureBook
Author: doc4
Published: <strong>2010 年 1 月 14 日</strong>
Last modified: 2025 年 12 月 5 日

---

搜索插件

![](https://ps.w.org/picturebook/assets/banner-772x250.png?rev=2530783)

![](https://ps.w.org/picturebook/assets/icon-128x128.png?rev=3236231)

# PictureBook

 作者：[doc4](https://profiles.wordpress.org/doc4/)

[下载](https://downloads.wordpress.org/plugin/picturebook.2.0.zip)

 * [详情](https://cn.wordpress.org/plugins/picturebook/#description)
 * [评价](https://cn.wordpress.org/plugins/picturebook/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/picturebook/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/picturebook/#developers)

 [支持](https://wordpress.org/support/plugin/picturebook/)

## 描述

Built for the sole purpose of displaying WordPress Bookmark Links that show both
text and any attached icons. Utilizing the ‘Links’ tab ( WordPress 2.7 + up ), it
is possible to display them as either a list of text links or a list of icon links
but not both at the same time.

Enter PictureBook, a small plugin that provides the necessary code to list your 
Bookmarks with both text and icons. An example use case might be in the footer of
a website that contains social bookmarking links, each link could show the name 
of the social media website and a small icon next to it just by entering your information
into the WordPress ‘Links’ tab. Achieving this goal is possible with a little core
manipulation but we thought it would be more productive to simply install a plugin
and not worry about the next WordPress update.

The plugin code itself is just a re-functioning the current ‘wp_list_bookmarks’.
By altering the ‘link_image’ output to display the ‘link_name’, its possible to 
achieve the desired effect. The biggest benefit of this plugin is that a User is
allowed to display their Bookmarks in three separate formats: text-only, image-only
and a combination of both.

Please note that as of WordPress 3.5 the ‘Links’ manager has been deprecated and
removed from the Dashboard. If you currently have links this option will still be
available. If not, we recommend the ‘Link Manager’ plugin from WordPress which is
required to run PictureBook. Download here: https://wordpress.org/plugins/link-manager/

In the example (see the Installation tab), we are using the standard WordPress ‘
wp_list_bookmarks’ formatting with a new function name ‘wp_list_picturebook’. All
parameters associated with the original tag are functional. The code shown here 
will display a list of Bookmarks with both text and images, no headline, and only
list those Bookmarks from ‘Category 4’. WordPress auto adds our line item tags and
therefore they do not need to be included.

#### Plugin URL

[PictureBook](https://doc4design.com/picturebook/)

#### Screenshots

[View Screenshots](https://doc4design.com/picturebook/)

## 安装

To install the plugin just follow these simple steps:

 1. Download the plugin and expand it.
 2. Copy the picturebook folder into your plugins folder ( wp-content/plugins ).
 3. Log-in to the WordPress administration panel and visit the Plugins page.
 4. Locate the PictureBook plugin and click on the activate link.
 5. Replace wp_list_bookmarks with wp_list_picturebook

Ex: See [PictureBook](https://doc4design.com/picturebook/)

    ```
    <div id="links">
    <ul><?php wp_list_picturebook('title_li=&categorize=0&category=4'); ?></ul>
    </div>
    ```

## 常见问题

### Can’t I do this with WordPress?

With more recent versions of WordPress using the following code will achieve the
same effect by way of “show_images=TRUE&show_name=TRUE”:

    ```
    <?php wp_list_bookmarks('title_li=&categorize=0&category=4&show_images=TRUE&show_name=TRUE'); ?>
    ```

## 评价

此插件暂无评价。

## 贡献者及开发者

「PictureBook」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ doc4 ](https://profiles.wordpress.org/doc4/)

[帮助将「PictureBook」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/picturebook)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/picturebook/)，查看[SVN仓库](https://plugins.svn.wordpress.org/picturebook/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/picturebook/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/picturebook/)。

## 更新日志

#### 2.0

 * Updated code to ensure functionality with WordPress 6.9
 * Updated Required Headers for readme.txt
 * Updated Required Headers for picturebook.php

#### 1.4

 * Updated code to ensure functionality with WordPress 6.4.3+
 * Updated Required Headers for readme.txt
 * Updated Required Headers for picturebook.php

#### 1.3

 * Updated code to ensure functionality with WordPress 6.1.1+
 * Additional instructions included for usage

## 额外信息

 *  版本 **2.0**
 *  最后更新：**6 月前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 2.7 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  语言
 * [English (US)](https://wordpress.org/plugins/picturebook/)
 * 标签
 * [blogroll](https://cn.wordpress.org/plugins/tags/blogroll/)[bookmarks](https://cn.wordpress.org/plugins/tags/bookmarks/)
   [links](https://cn.wordpress.org/plugins/tags/links/)
 *  [高级视图](https://cn.wordpress.org/plugins/picturebook/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/picturebook/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/picturebook/reviews/)

## 贡献者

 *   [ doc4 ](https://profiles.wordpress.org/doc4/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/picturebook/)