PHP

How to use WP_Query for a new loop in WordPress

If you think you have a situation where you want to show a certain set of your WordPress content and you have tried to find a solution with the existing possibilities in WordPress but you can not make it work you can add your own “loop” and display the content you like.

How to setup a child theme in WordPress

Most of the time it is a really good idea to use an existing, established theme for your WordPress website instead of building a design from scratch yourself. Setting up a so called child theme can help you to add modifications to the underlying theme.