Blog

A little about me

How to create a new Custom Post Type in WordPress

¿Do you want to create a new custom post type in WordPress programmatically? Creating a new post type in WordPress is very simple, you just need to add a piece of code in your functions.php file. Custom post types in WordPress are really useful and easy to implement. So, to create a new post type […]

Header for posts

Working with WP Query

WP_Query is a class, one of the most important in WordPress core. It is in charge of determining the necessary query to the database towards the post types, according to the information that is being requested and, in addition, it saves this type of frequent queries to optimize the loading of the page.