Custom post type listing on main page
-
Hi!
I have a small problem. How I can list also custom post types on main page? Can you specify which part of code should I edit to do this? I have done something similar for mailing subscription where I use this code in functions.php:
function my_post_types($types) {
$types[] = ‘event’;
return $types;
}I want to list post type same post type “event” from events manager pulgin also on the main page…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom post type listing on main page’ is closed to new replies.