Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ZEEN101

    (@zeen101)

    Hey jream,

    This is more of a function of your theme. Probably the easiest thing you could do is copy whichever template file outputs your normal posts and save it as single-article.php. Then edit the file to include the IssueM categories, like this:
    echo get_the_term_list( $post->ID, 'issuem_issue_categories', '', ', ', ' | ' );

    I hope that helps!

    Thread Starter jream

    (@jream)

    That worked great. Thank you!

    Is there something wrong with the issue order on the archive page? It seems mine are listed backwards. I have the latest version, 2.4.0.

    Plugin Author ZEEN101

    (@zeen101)

    If you’re using the Issue Order field, it should be ordering them in descending order (5, 4, 3, 2, 1). We do this because issue numbers increment and the newest have the highest number. e.g. Issue #5 is newer than issue #4 and should come first.

    Otherwise it orders them by the term ID.

    Thread Starter jream

    (@jream)

    Thanks. I must have had the same order number for more than one issue. It’s good now. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Insert Category Beneath Title?’ is closed to new replies.