Support

Account

Home Forums General Issues Can't Add Custom Taxonomy Images Inside Posts Reply To: Can't Add Custom Taxonomy Images Inside Posts

  • Alright, I tried what you suggested and here is the output I got:

    WP_Post Object
    (
        [ID] => 2246
        [post_author] => 1
        [post_date] => 2018-11-19 03:43:12
        [post_date_gmt] => 2018-11-19 03:43:12
        [post_content] => 
    
    [xyz-ips snippet="Taxonomy"]
        [post_title] => ISS Explorer
        [post_excerpt] => 
        [post_status] => publish
        [comment_status] => closed
        [ping_status] => closed
        [post_password] => 
        [post_name] => iss-explorer
        [to_ping] => 
        [pinged] => 
        [post_modified] => 2018-11-20 05:52:17
        [post_modified_gmt] => 2018-11-20 05:52:17
        [post_content_filtered] => 
        [post_parent] => 0
        [guid] => http://localhost/?post_type=webworks&p=2246
        [menu_order] => 0
        [post_type] => webworks
        [post_mime_type] => 
        [comment_count] => 0
        [filter] => raw
    )
    
        [post_title] => ISS Explorer
        [post_excerpt] => 
        [post_status] => publish
        [comment_status] => closed
        [ping_status] => closed
        [post_password] => 
        [post_name] => iss-explorer
        [to_ping] => 
        [pinged] => 
        [post_modified] => 2018-11-20 05:52:17
        [post_modified_gmt] => 2018-11-20 05:52:17
        [post_content_filtered] => 
        [post_parent] => 0
        [guid] => http://localhost/?post_type=webworks&p=2246
        [menu_order] => 0
        [post_type] => webworks
        [post_mime_type] => 
        [comment_count] => 0
        [filter] => raw
    )

    I’m confused, but I think you might be right, for some reason it’s not showing any tags that are attached to the post. Correct me if I’m wrong.