To create custom post type in WordPress there are two ways. One way is to do it by plugin and Second is to create custom post type by the code itself. Below is the code to create a custom post type [...]
To create custom post type in WordPress there are two ways. One way is to do it by plugin and Second is to create custom post type by the code itself. Below is the code to create a custom post type [...]
To custom order WordPress posts or custom posts type add following code to your functions.php file in your theme folder: WordPress query to get posts ordered by menu order [...]