• Resolved chiseledimages

    (@chiseledimages)


    First type trying this plugin out. I really like the idea of it however my first implementation isn’t going well.

    I’m using a custom post-type called ‘services’ on my site. However I cannot get [post-content id=”182″] or any idea of that post-type to display. All my standard posts/pages display fine. I can even get [post-list post_type=”services] to work just fine.
    I’ve tried a bunch of combinations of [post-content id=182] including adding shortcodes=true, show_image=true, show_title=true, post_type=services, and even using post_name=”service-name” or post_name=”service name”.
    No combinations of these seem to work. Am I missing something? Is there something with this particular post-type that I need to check on when it’s registered?

    thanks for any help.

    https://wordpress.org/plugins/post-content-shortcodes/

Viewing 1 replies (of 1 total)
  • Thread Starter chiseledimages

    (@chiseledimages)

    I had to call the_post(). I had it inside of a conditional if(have_posts()), but never actually called the_post()

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot get custom post-type content to display’ is closed to new replies.