There’s a number of ways to retrieve the post id of a post, but what if your page has multiple loops and you want to retrieve the main post id…
Recently I’ve been working on my second WooCommerce project and I’ve found it quite a flexible solution so far. Woocommerce pretty much expects products to have images and the templates…
A very common WordPress function to modify the posts that are fetched on a page is called query_posts(). There are two ways to pass parameters to query_posts; you can pass…
If you’re doing research into a topic, one of the most important guides is understanding when resources were published and last updated. I’ve been coming across a lot of theme…