TycheSoftwares / arconix-faq

WordPress plugin provides an easy way to add FAQ items to your website.
8 stars 10 forks source link

Extend WP_Query to clean/optimize code #53

Closed j-gardner closed 8 years ago

j-gardner commented 8 years ago

Adds an additional Arconix_FAQ_Query class which extends WP_Query. The purpose is to clean up the query code executed in Arconix_FAQ_Display and make it easier to reuse.

Fixes #50