Applying WordPress filters temporary.

There are times when you’re in a rush and need to apply something quite fastly, to suit client’s needs, right? This happened to me – I was working on a solution with s2Member plugin and I had to use its filter hooks to change its behavior quite...

Using paginate links with WP_Query

Why ? Pagination is almost everywhere 🙂 Any Assumptions? Let’s assume that you’re developing custom theme with custom post types and you don’t want to use a pagination plugin. Where ? Before the [php] wp_reset_postdata(); [/php] usage examples How ?...