Browsing Projects Pagination – As Easy As ABC
- June 4, 2015
- Leave a comment
Sometimes, a customization request is as simple yet vital as the ability to organize page details in alphabetical order.
As one would imagine, projects listing section of a client’s website was in dire need of this form of organization. We tackled the challenge with a default post-exclusive plugin; it would not work for custom post templates and taxonomy, but was simple to customize after integrating a “post_where” filter as shown in the following code snippet:

The existing number-specific pagination system was kept intact but users could now select and sort posts by alphabetical order.
User Comments