stevecfischer / scf-framework

WFC WP Standard Package/Framework
1 stars 0 forks source link

improve CPT loop consistency #38

Open stevecfischer opened 10 years ago

stevecfischer commented 10 years ago

the CPT loops ordering are not consistent.
news needs to order by date, but testimonial, campaign, home content boxes, and portfolio need to allow for custom ordering.

I know that these are theme specific loops but perhaps we hook into WP_Query and check if post_type is equal to one of our then set the order accordingly.