Beispiel #1
0
			
			<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();
        ?>
Beispiel #2
0
?>
				</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); ?>
<?php
		}
?>
				</p>
			</div>

			<div class="review">
<?php
		book_review();
		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
		}
?>