• Hi all,

    Not at all familiar with writing code so any help you can offer would be greatly appreciated. I’m trying to do two things:

    1) I’d like “Posted on …” as well as ” Leave a comment” to be moved to the bottom of the post.

    2) I’d also like to change the wording from “Posted on…” to read “Published on…”

    For reference this is the site I’m referring to: http://www.tellingthroughstories.com

    Any help you can offer would be greatly appreciated.

    Best,

    Sy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please follow this simple steps to Moving entry meta
    1. create a blank files called entry-byline.php and entry-footer.php in family/partials directory
    2. insert this code into entry-footer.php

    <div class="entry-meta">
    	Published on <time <?php omega_attr( 'entry-published' ); ?>><?php echo get_the_date(); ?></time>
    	<span <?php omega_attr( 'entry-author' ); ?>><?php echo __('by ', 'family'); the_author_posts_link(); ?></span>
    	<?php echo omega_post_comments( ); ?>
    	<?php edit_post_link( __('Edit', 'family'), ' | ' ); ?>
    </div><!-- .entry-meta -->

    Also, please make sure you use the latest Omega theme

    Thread Starter santomian

    (@santomian)

    Hey sumowebsite,

    Thanks so much for your help. I have no idea how to create a blank file and I’m not sure what you mean by family/partials directory. Could you break those two down for me?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Moving entry meta’ is closed to new replies.