• Hi everyone! My website is https://www.startpause.com, and last time I came here for help, I was helped amazingly and I had all of my problems fixed! I am hoping for the same this time around.

    I am trying to modify the Comment/Info bar for my posts. Like on the site, it is the place where it shows:
    “Add Comment | [date] | [author] |”

    I am trying to add stuff to that part and/or change the appearance/order as well. I’ve been sifting through chunks of the blix theme code for days trying changes here and there but to no avail. If anyone knows how editing and/or adding to this line can be done, please help!

    Thankyou!

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

    (@anujsuper9)

    Hey, can anyone help me?

    Thread Starter anujsuper9

    (@anujsuper9)

    Dang it. ??

    Uh… from what I see, you have already done what you wanted. Care to elaborate more?

    Thread Starter anujsuper9

    (@anujsuper9)

    Actually I didn’t fix anything. ?? That’s the way it’s been. I want to add more stuff.

    Well… since I’m not sure what you want done, I’ll just point you to where the codes to change/add to are. It’s in index.php.

    <p class="info">
    <?php if ($post->post_excerpt != "") { ?><a href="<?php the_permalink() ?>" class="more">Continue Reading</a><?php } ?>
    
    <?php comments_popup_link('Add comment', '1 comment', '% comments', 'commentlink', ''); ?>
    <em class="date"><?php the_time('F jS, Y') ?><!-- at <?php the_time('h:ia')  ?>--></em>
    <!--<em class="author"><?php the_author(); ?></em>-->
    <?php edit_post_link('Edit','<span class="editlink">','</span>'); ?>
    
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blix Changing the Comment line’ is closed to new replies.