Documentation is minimal for now. It will be completed with the feedback from early 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