Forums

[resolved] [Plugin: Add to Any: Share/Bookmark/Email Button] Adding to the meta section? (2 posts)

  1. bobbyavidity
    Member
    Posted 3 weeks ago #

    How Can I add this to the end of my meta section? my website is http://www.doyouknowwhatihate.com and I'm trying to add it after the Date of each post ( In the box ) and am putting it where it looks like it should go. Any suggestions? Here's the code I got in there now:

    <?php the_meta(); ?>

    <p class="postmeta">
    <?php the_tags('Tags: ', ', ', '
    '); ?>
    " class="readmore">Read more | " class="comments">Comments

    |
    <?php the_time('F j, Y'); ?>
    at
    <?php the_time('g:i a'); ?>

    <?php echo '<ul class="addtoany_list">'; if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "

  2. ", "html_wrap_close" => "
  3. ") ); if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "
  4. ", "html_wrap_close" => "
  5. ") ); echo ''; ?>
    </p>

  • micropat
    Member
    Posted 2 weeks ago #

    What theme file(s) are you editing?

  • Reply

    You must log in to post.

    About this Topic

    Tags