• Resolved gpsy1

    (@gpsy1)


    Hello, hope someone can help! Im using wordpress 3.5 with SilverOrchid theme. Unortunatly this theme doesnt have author meta on the posts and pages but i have mullty authors on my blog, you get my problem.
    In single.php meta have this:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <div class="post-meta">
    
    <span class="info">
    	<span class="date"><?php the_time('M. d') ?></span>
    	<span class="category"><?php the_category(', ' ); ?></span>
    	<span class="comments"><?php comments_popup_link( __('no comments', 'silverorchid'), __( '1 comment', 'silverorchid'), __('% comments', 'silverorchid')); ?></span>
    					</span>

    im missing author meta and im not sure how to make it work. Thank you for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php code to show author meta’ is closed to new replies.