Today we are going to learn about displaying custom post types on a WordPress blog page using the pre_get_posts hook. If you are using custom post types via a theme or plugin you may want to display one or more custom post types on your site’s blog page. Below I will show you how to […]
Monthly Archives: June 2016
Hiding the Posts menu in the WordPress admin
Today we are going to learn about hiding the posts menu in the WordPress admin. We will remove the Posts menu item from the main menu, as well as the New Post menu item from the menu bar. If you do not want your admin users to see the menu link to create standard posts, […]