• Hi,
    First of all I’d like to thank you for the theme. It’s a great theme! However, I have a very minor issue. Whenever I post something the author is not showing. Not on the page feed, and neither on the post itself.

    What I’ve tried is implementing

    <?php if ($lw_post_author == "true" && is_attachment() != TRUE) : ?>
    <div >
    <div >
    <?php echo get_avatar( get_the_author_id(), '28' ); ?>
    </div>
    <div >
    <h4>
    <?php _e('Author','lightword'); ?>: <a href="<?php the_author_url(); ?>"><?php the_author(); ?>
    </a>
    </h4>
    <?php the_author_description(); if(!get_the_author_description()) _e('No description.
    Please update your profile.','lightword'); ?>
    </div>
    <div >
    </div>
    </div>
    <?php endif; ?>

    after

    <?php the_content(''); ?>

    in single.php, but it did not work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter behzat

    (@behzat)

    The website in question is http://www.kadagan.nl by the way

    Thread Starter behzat

    (@behzat)

    Never mind, again posted too quick. Resolved it.

    For others who might encounter the same issue: checkmarking ‘display author’ in the options isn’t enough, you also have to checkmark ‘display meta information’. Perhaps the ‘display author/date/category’ should be hidden or blocked as long as ‘display meta information’ is unchecked though.

    Theme Author lyrathemes

    (@lyrathemes)

    @behzat – sorry for the confusion and I am glad you figured it out 🙂 We’ll keep this in mind for our future update.

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

The topic ‘Author doesn’t display in posts’ is closed to new replies.