Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27425

    As the title says… :-)

    #133967

    In includes/loop-index.php replace

    echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
    the_author_posts_link();
    echo '</span>';

    with

    echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
    the_author_posts_link();
    echo '</span>';

    echo '<span class="blog-edit minor-meta">';
    edit_post_link();
    echo '</span>';

    #133968

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘I don't see an Edit link in the post meta line; how do I add one?’ is closed to new replies.