Title: PictureBook
Author: doc4
Published: <strong>جنوری 14, 2010</strong>
Last modified: دسمبر 5, 2025

---

Search plugins

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

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

# PictureBook

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

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

 * [Details](https://bcc.wordpress.org/plugins/picturebook/#description)
 * [Reviews](https://bcc.wordpress.org/plugins/picturebook/#reviews)
 *  [Installation](https://bcc.wordpress.org/plugins/picturebook/#installation)
 * [Development](https://bcc.wordpress.org/plugins/picturebook/#developers)

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

## Description

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/)

## Installation

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>
    ```

## FAQ

### 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'); ?>
    ```

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“PictureBook” is open source software. The following people have contributed to 
this plugin.

Contributors

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

[Translate “PictureBook” into your language.](https://translate.wordpress.org/projects/wp-plugins/picturebook)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/picturebook/), check
out the [SVN repository](https://plugins.svn.wordpress.org/picturebook/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/picturebook/) by
[RSS](https://plugins.trac.wordpress.org/log/picturebook/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

## Meta

 *  Version **2.0**
 *  Last updated **4 months ago**
 *  Active installations **10+**
 *  WordPress version ** 2.7 or higher **
 *  Tested up to **6.9.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/picturebook/)
 * Tags
 * [blogroll](https://bcc.wordpress.org/plugins/tags/blogroll/)[bookmarks](https://bcc.wordpress.org/plugins/tags/bookmarks/)
   [links](https://bcc.wordpress.org/plugins/tags/links/)
 *  [Advanced View](https://bcc.wordpress.org/plugins/picturebook/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/picturebook/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/picturebook/)