Template Tags / selectedPost()
Description
Returns the id of the selected (currently being viewed) post. This value is taken directly from the $_GET variable.
Usage
<?php echo selectedPost(); ?>
Returns the id of the selected (currently being viewed) post. This value is taken directly from the $_GET variable.
<?php echo selectedPost(); ?>