THEMEHALL
  • Omega
  • Cart
  • Contact
  • My Account

Author name link?

Home › Forums › Omega Child › Author name link?

Tagged: author, link, meta data

  • This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago by han.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • December 7, 2015 at 10:39 am #4374
    joanna-chee
    Participant

    Hi Han

    Can I get the author name in the meta-data to link to my about page? How do I do this? At the moment it looks like a link but only links to an error page – Oops that page cannot be found!

    And, by the way, I often get complimented on my web design. So many thanks for the great theme (Family)

    Blessings,

    Joanna
    http://www.mumskidsjesus.com

    December 10, 2015 at 4:41 pm #4380
    han
    Keymaster

    Hi Joanna,

    You can do it. Create a new file called entry-byline.php under /themes/family/partials/ folder

    and copy and paste below code into the file.

    <div class="entry-meta">
    	<time <?php omega_attr( 'entry-published' ); ?>><?php echo get_the_date(); ?></time>
    	<span <?php omega_attr( 'entry-author' ); ?>><?php echo __('by ', 'omega'); ?><a href="http://mumskidsjesus.com/joanna-may/">Joanna May</a></span>	
    	<?php echo omega_post_comments( ); ?>
    	<?php edit_post_link( __('Edit', 'omega'), ' | ' ); ?>
    </div><!-- .entry-meta -->
    December 10, 2015 at 7:20 pm #4384
    joanna-chee
    Participant

    Great, I’ll try it. Thanks!

    October 10, 2016 at 8:47 am #5173
    joanna-chee
    Participant

    Hi Han…I didn’t get round to trying this yet. Just want to check ….do you mean add the code to the Family: Theme Functions (functions.php)? I can’t find a /themes/family/partials/ folder

    Thanks again for your help.

    Joanna

    October 22, 2016 at 6:43 am #5192
    han
    Keymaster

    You need to create “partials” folder

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

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

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