h6e

bmPress: documentation

Documentation is minimal for now. It will be completed with feedback from users.

Template functions

bm_the_mark

Description

Display a bookmark.

Usage

Simple

<?php bm_the_mark() ?>

Advanced

<?php
bm_the_mark(array(
    'h-level' => 'h3',
    'the_screenshot' => false,
    'the_title' => true, 'the_author' => false, 'others' => false,
    'the_content' => true, 'the_tags' => true, 'actions' => false
));
?>
Parameters
  • h-level: the heading level used to display the bookmark title
  • the_screenshot: display the website thumbnail?
  • the_title: display the bookmark title?
  • the_author: display the bookmark author?
  • others: display the bookmark popularity? (& X others)
  • the_content: display the bookmark content?
  • the_tags: display the bookmark tags?
  • actions: display the action bar? (edit, delete, comment)

back to plugin page

wordpress/plugins/bmpress/documentation.txt · Last modified: 2010/09/08 16:05 by znarfor