With this tutorial, we will learn how to create a WP Query which will return the number of posts published or edited during the last 2 days. With this query,
With this tutorial, we will create new WordPress functions which will get the quantity of posts or post types by user role. In the example below, the role will be
With this tutorial, we will create a shortcode that will allow us to fetch the ID of the current post. This shortcode is often referred to as current post id
Display posts related of a taxonomy slug: With this tutorial, we will create a query that will display a list of post type or posts linked to a taxonomy's slug.