Skip to content

wordpress

Eight Questions You Must Ask Your Software Development Team

Eight Questions You Must Ask Your Software Development Team

It has become a common practice nowadays to hire software developers from India as it gives businesses access to competent resources and quality development solutions at cost-effective prices. However, while having a solid development team is critical for the successful completion of your dream software development project, finding the right outsourcing partner… Read More »Eight Questions You Must Ask Your Software Development Team

Boosting engagement

WordPress tip: Show posts without any category or even custom term

Recently I needed to show posts that weren’t in any of the categories (for my custom archive page). It is a very common problem that you encounter when adding new custom post types to WordPress. I came up with this little WordPress tip: [code lang=”php”] $postsWithoutCategories = new WP_Query(array( ‘post_type’ => ‘post’,… Read More »WordPress tip: Show posts without any category or even custom term