• Resolved lackadaize

    (@lackadaize)


    Hi,

    I’m templating an article page and would like to output the name of the issue in which it’s contained. I can’t figure out what the hook should be for this as it’s a modified category of some sort. I did an export to see what the field was called and I found the following line of code for one of the entries:

    <category domain="issuem_issue" nicename="26"><![CDATA[September 2004]]></category>

    Can you please tell me how to retrieve the entry contained within the CDATA in my article template page? Thank you for your time.

    https://wordpress.org/plugins/issuem/

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

    (@lackadaize)

    I figured it out. The following code did it:

    <?php the_terms( $post->ID, 'issuem_issue' ); ?>

    Thanks for your time.

Viewing 1 replies (of 1 total)
  • The topic ‘output issuem_issue name on article pages?’ is closed to new replies.