Hello World
Important Notes:
Make sure your theme’s functions.php
ya custom query ke upar global $wp_query;
overwrite na kare pagination ko.
Agar aapka post type custom hai (news
), to post_type => 'news'
hi rehne do. Agar default post use kar rahe ho, to 'post'
use karo.
Agar ye template kisi static front page me use ho rha hai, to pagination sahi kaam kare uske liye query_var('paged')
ki jagah query_var('page')
bhi check karna padta hai. But mostly paged
hi kaafi hota hai.