by Rafał Gicgier | Oct 3, 2013 | WP |
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...
by Rafał Gicgier | Nov 25, 2012 | Filters, WP |
What if we’d like to add something extra? 1. Add a category specific logo 2. Change the layout of any given category (ex. move the sidebar) 3. Modify CSS per each category screen In this article I’ll show you a nice trick on how to add extra fields to the...
by Rafał Gicgier | Oct 11, 2012 | Query, WP |
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 ?...