#wordpress – Hùng Bun – Phạm Việt Hùng

Numeric Pagination in Wordrepss

Adding pagination in WordPress is easy by just adding next and previous buttons using WordPress Pagination but how can we add numeric pagination in loop? First we need to create a function for custom numeric pagination inside a regular loop.…

Xem chi tiết

Exclude post ID from wp_query

I suppose this was heavy, but to answer your original question, I’ve collected all of the posts id’s in an array in the first loop, and excluded those posts from the second loop using ‘post__not_in’ which expects an array of…

Xem chi tiết
Load more...