Twitter
1.0
BookMaster
13. July 2009 · Author: Dale Crum
2 Comments

BookMaster

BookMaster is our answer to what we feel is an odd issue with the WordPress wp_list_bookmarks tag. For those that have exercised the use of wp_list_bookmarks, you are well aware that it is not possible to use the bookmark category title alone without calling on the bookmarks themselves. This is, of course, with the exception of excluding all bookmark categories and this can be painful if there are a lot of them.

With the introduction of BookMaster, we have solved this small issue. The concept is to allow for the use of the bookmark category title anywhere within a page or post a template without being forced to list any of the bookmarks themselves. This presents the administrator with the option to alter the bookmark title from the bookmarks menu while simultaneously changing the bookmark title in the code itself and thusly killing two birds with one stone . Using this plugin will prevent the unnecessary need to alter core files and allow you to carry the plugin with you as WordPress continues to develop.

In the example below we are displaying only the title of bookmark category 3 within an h1 style tag. We can now alter this information from the bookmarks admin panel 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.

Example

<php if (have_posts()) : while (have_posts()) : the_post();?>
 <h1><php wp_list_bookmaster('category=3'); ?></h1>
 <div id="links-container">
  <ul><php wp_list_bookmarks('title_li=&category=3') ?></ul>
 </div>
<php endwhile; endif; ?>

Installation

  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 the example code wherever you would like to show a bookmark category title.

2 Comments

  1. There are no screen shots for the BookMaster plugin because the resulting output is simply a title. For quick reference please look to the footer of our website and see the title of the social media list, “Social”. This headline has been added via BookMaster.

  2. Where are screenshots? ! ;(

Trackbacks

  1. Tweets that mention Plugins | Doc4 -- Topsy.com
  2. [ Plugin ] BookMaster - WordPress Tavern Forum
  3. [ Plugin ] BookMaster - WordPress Forums

Leave A Comment

Please wrap any code within the <code> tag to display properly

Incorporating animals into identities is not a groundbreaking topic by any means but making the design work on a professional level isn't always an easy task. Making use of an artist's...

It's Christmas time, so I thought I would have a little fun with my article this month, not that I don't usually have fun. Since we are all designers, what better topic to discuss than...

After reading hundreds of articles and design newsletters over the years showcasing websites as a source of inspirational material we felt it was our turn to give back to the community....

When you own a small business, competing with the top dogs in the market can be a financial and time-consuming challenge. How do you get the word out about your business without spending...

If you are reading this article then you are probably a graphic designer or work in marketing in some form or fashion. That being said, you probably own your own company, freelance,...