get_post_type is not working as expected
-
Hello,
Inside the loop I’m using the following code to display the post type (e.g., gallery, link, image).
<?php echo get_post_type();?>
For every post it returns just POST. I would like to display Gallery, Image etc.. To be more precise I do select post type when writing a new post.
Am I doing something wrong?
Any help appreciated very much!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘get_post_type is not working as expected’ is closed to new replies.