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

---

Prohledat pluginy

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

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

# PictureBook

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

[Stáhnout](https://downloads.wordpress.org/plugin/picturebook.2.0.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/picturebook/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/picturebook/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/picturebook/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/picturebook/#developers)

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

## Popis

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

## Instalace

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

## Nejčastější dotazy

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

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

PictureBook je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “PictureBook” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/picturebook)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/picturebook/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/picturebook/), nebo se 
přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/picturebook/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/picturebook/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

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

 *  Verze **2.0**
 *  Poslední aktualizace **před 7 měsíců**
 *  Aktivních instalací **10+**
 *  Verze WordPressu ** 2.7 nebo novější **
 *  Testováno až do WordPressu **6.9.4**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/picturebook/)
 * Štítky
 * [blogroll](https://cs.wordpress.org/plugins/tags/blogroll/)[bookmarks](https://cs.wordpress.org/plugins/tags/bookmarks/)
   [links](https://cs.wordpress.org/plugins/tags/links/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/picturebook/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/picturebook/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/picturebook/)