Example #1
0
            ?>
				</p>
				<p>
<?php 
        }
        if ($suf_nr_single_started_show == 'show') {
            echo $suf_nr_single_started_text;
            echo book_started(false);
            ?>
				</p>
				<p>
<?php 
        }
        if ($suf_nr_single_finished_show == 'show') {
            echo $suf_nr_single_finished_text;
            echo book_finished(false);
            ?>
				</p>
				<p>
<?php 
        }
        if ($suf_nr_single_meta_show == 'show') {
            ?>
					<?php 
            print_book_meta(0);
        }
        ?>
				</p>
			</div>

			<div class="review">
Example #2
0
			
			<p>Tags: <?php 
        print_book_tags(1);
        ?>
</p>
			
			<dl>
				<dt>Started reading:</dt>
				<dd><?php 
        book_started();
        ?>
</dd>
				
				<dt>Finished reading:</dt>
				<dd><?php 
        book_finished();
        ?>
</dd>
				
				<?php 
        print_book_meta(0);
        ?>
			</dl>
			
			<div class="review">
				
				<h3>Review</h3>
				
				<p><strong>Rating:</strong> <?php 
        book_rating();
        ?>
Example #3
0
			<?php if( !is_custom_book() ): ?>
				<p>You can view this book's Amazon detail page <a href="<?php book_url() ?>">here</a>.</p>
			<?php endif; ?>
			
			<?php if( book_has_post() ): ?>
				<p>This book is linked with the post <a href="<?php book_post_url() ?>">&ldquo;<?php book_post_title() ?>&rdquo;</a>.</p>
			<?php endif; ?>
			
			<p>Tags: <?php print_book_tags(1) ?></p>
			
			<dl>
				<dt>Started reading:</dt>
				<dd><?php book_started() ?></dd>
				
				<dt>Finished reading:</dt>
				<dd><?php book_finished() ?></dd>
				
				<?php print_book_meta(0); ?>
			</dl>
			
			<div class="review">
				
				<h3>Review</h3>
				
				<p><strong>Rating:</strong> <?php book_rating() ?></p>
				
				<?php book_review() ?>
				
			</div>
			
			<?php endwhile; ?>