How to Show Custom Post Type on WordPress Template

So you have created a custom post type and you may have figured how to add it’s post count on dashboard, you are probably wondering how to actually render it on front-end. So these are the things you have to do. First, Create a template. You can typically use the single.php template but wouldn’t it […]

Read More
How to Show Custom Post Types on WordPress Dashboard

When you log in to your WordPress dashboard, there you’ll see ‘Activities’ or ‘Page Views’ or numbers of published posts things like that. These are the defaults by WordPress or something added from your installed plugins. So if you want to show the number of posts you have under the “Custom Post Type” you have […]

Read More
How to Add Custom Post Types in WordPress

WordPress’s custom post type allows you to create your own version of default ‘post’ or ‘page’. We usually write blog posts using the “Post” custom post type or even blog pages with “Page” post type. So what if you want to create your own post type, like you want a separate one for ‘Portfolio’ like […]

Read More