Title: BookMaster
Author: doc4
Published: <strong>January 14, 2010</strong>
Last modified: December 5, 2025

---

Search plugins

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

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

# BookMaster

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

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

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

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

## Description

Note: WordPress hid the Links and Links Categories from the Menu. To re-enable this
feature you will need to download a plugin. We are using ‘Link Manager’ from WordPress.(
See below for a link to the plugin)

BookMaster is our answer to what we feel is an odd issue with the WordPress ‘wp_list_bookmarks’
tag. For those that have used ‘wp_list_bookmarks’, you are well aware that it is
not possible to use the Bookmark Category title alone without calling on all of 
the Bookmarks themselves. This is, of course, with the exception of excluding all
Bookmark Categories which can be annoying if there are a lot of them.

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 BookMaster. Download here: https://wordpress.org/plugins/link-manager/

With the introduction of BookMaster, we have resolved this issue. The plugin allows
you to place the Bookmark Category title anywhere on the site without showing the
associated Bookmark links. This allows the Admin the option of changing the Bookmarks
title using the Bookmarks (aka: Links) link in the Dashboard which will automatically
update the Bookmark title in the code. Using this plugin will prevent need to alter
template files.

In the example below (see the Installation tab) we are displaying only the title
of the Bookmark ‘Category 3’ within an h1 style tag. We can now alter this title
directly from the Bookmarks (aka: Links) in the Dashboard simply by changing the
Bookmark Category name. Displaying directly below the title, the Bookmarks from ‘
Category 7’ will print in an unordered list.

While not the most effective use of this plugin the example utilized below is for
educational purposes.

#### Plugin URL

[BookMaster](https://doc4design.com/bookmaster/)

#### Link Manager Plugin URL

[Link Manager](https://wordpress.org/plugins/link-manager)

#### Screenshots

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

## Installation

To install the plugin just follow these simple steps:

 1. Download the plugin and expand it.
 2. Copy the bookmaster folder into your plugins folder ( wp-content/plugins ).
 3. Log-in to the WordPress administration panel and visit the Plugins page.
 4. Locate the BookMaster plugin and click on the activate link.
 5. Insert “wp_list_bookmaster(‘category=3’);” wherever you would like to show a bookmark
    category title. Be sure to change the category number to the category you would
    like to display.
 6. Lastly install and activate the ‘Link Manager’ plugin by WordPress (https://wordpress.
    org/plugins/link-manager/)

Ex: See [BookMaster](https://doc4design.com/bookmaster/)

    ```
    <h1><?php wp_list_bookmaster('category=3'); ?></h1>
    <div id="links-container">
    <ul><?php wp_list_bookmarks('categorize=0&category=7'); ?></ul>
    </div>
    ```

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

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

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

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bookmaster/), check
out the [SVN repository](https://plugins.svn.wordpress.org/bookmaster/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/bookmaster/) by 
[RSS](https://plugins.trac.wordpress.org/log/bookmaster/?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 bookmaster.php

#### 1.4

 * Updated code to ensure functionality with WordPress 6.7.1
 * Updated Required Headers for readme.txt
 * Updated Required Headers for bookmaster.php

#### 1.3

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

#### 1.2

 * Updated code to ensure functionality with WordPress 5.7.1+

## Meta

 *  Version **2.0**
 *  Last updated **5 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 2.7 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 5.4 or higher **
 * Tags
 * [blogroll](https://wordpress.org/plugins/tags/blogroll/)[bookmarks](https://wordpress.org/plugins/tags/bookmarks/)
   [links](https://wordpress.org/plugins/tags/links/)
 *  [Advanced View](https://wordpress.org/plugins/bookmaster/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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