THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

change by-line information

Home › Forums › Omega Child › change by-line information

Tagged: byline, meta data

  • This topic has 3 replies, 2 voices, and was last updated 10 years, 9 months ago by han.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 4, 2015 at 11:14 am #3488
    joanna-chee
    Participant

    Hi Han

    I want to remove ‘author name’ and ‘leave a comment’ from the top of my posts. And put ‘leave a comment’ at the end of my post.

    I tried putting the following code in my Family functions php BUT I got a white screen of death (which my host is sorting out for me).

    <div class=”entry-meta”>
    <time <?php omega_attr( ‘entry-published’ ); ?>><?php echo get_the_date(); ?></time>
    <?php edit_post_link( __(‘Edit’, ‘omega’), ‘ | ‘ ); ?>
    </div><!– .entry-meta –>
    <footer class=”entry-footer”>
    <div class=”entry-meta”>
    <?php omega_post_terms( array( ‘taxonomy’ => ‘category’, ‘text’ => __( ‘Posted in: %s’, ‘omega’ ) ) ); ?>

    Please help. Can you tell me what code I need and exactly where to put it!

    Thank you!

    Joanna

    May 6, 2015 at 12:02 pm #3501
    han
    Keymaster

    You can hide them via css.

    .entry-meta .entry-author,
    .entry-meta .entry-comments-link {
      display:none;
    }
    May 6, 2015 at 12:51 pm #3503
    joanna-chee
    Participant

    Thank you – that’s wonderful! And how do I add ‘Leave a comment’ to the bottom of the post?

    May 6, 2015 at 1:01 pm #3504
    han
    Keymaster

    That requires further modification and forum support does not cover this type of theme customization. Please use contact form to ask for customization price.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php