• I am using Origin theme, and I would like to add the comment count to the line below the Post title (the gray line that shows categories). I would like it to be formatted in parentheses, like this: (23). Hoping for this to be visible on both the front page summaries, as well as the full post page.

    My site.

    Ideas, anyone?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter hillfrank

    (@hillfrank)

    This code is in my singular.php, btw, if this helps solve it:

    <?php echo apply_atomic_shortcode( 'entry_title', '[entry-title permalink="0"]' ); ?>
    
    <?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( 'By [entry-author] on [entry-published] [entry-edit-link before=" | "]', 'origin' ) . '</div>' ); ?>
    Thread Starter hillfrank

    (@hillfrank)

    Hi, posted this over the weekend, so not sure if it got overlooked. I realize this topic has been addressed elsewhere in the forum, but the solutions are not working for me, and I’m guessing that’s because I’ll need a theme-specific solution? I am a novice but good at following directions. Can provide any code that would be helpful, if the above isn’t enough.

    So has this been resolved? I don’t think you will need a theme specific resolution

    Thread Starter hillfrank

    (@hillfrank)

    No, this has not been resolved. It is over my head, and any of the previous posts on the forum don’t seem applicable to my particular situation. But I imagine this wouldn’t be too difficult for someone who knows what they’re doing?

    Thread Starter hillfrank

    (@hillfrank)

    Still puzzling over this. Any ideas out there?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add comment count below post title in Origin?’ is closed to new replies.