Tag Archives: Gotcha

By default, get_posts only returns posts of type ‘post’

The WordPress project I work on uses a custom post type of ‘Product’ because we use WordPress as an ecommerce solution. I was trying to get a list of those products, but get_posts refused to display them. After consulting the … Continue reading

Posted in Development, Uncategorized | Tagged , | Comments Off on By default, get_posts only returns posts of type ‘post’