Vinothkumar
0
Q:

wordpress exclude current post from loop

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

New to Communities?

Join the community