Contents |
Returns the post object from the database with all values for the given post_id.
<?php getPost( $post_id ) ?>
$post_id | integer ( default = 0 )
<?php
$h->post->id= 5;
$h->getPost();
?>
getPost() is located in content/hotaru.php which calls the post.php file from the LIBS folder.