Nothing Found

It seems we can’t find what you’re looking for. Perhaps searching can help.

$args = array( 'numberposts' => 5, 'offset' => 0, 'category' => 7, 'post__not_in' => array( $post->ID ) ); $myposts2 = get_posts($args);