• Resolved bobbyavidity

    (@bobbyavidity)


    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” => ”

    • “, “html_wrap_close” => “
    • “) ); if( function_exists(‘ADDTOANY_SHARE_SAVE_BUTTON’) ) ADDTOANY_SHARE_SAVE_BUTTON( array(“html_wrap_open” => ”

    • “, “html_wrap_close” => “
    • “) ); echo ”; ?>
      </p>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Add to Any: Share/Bookmark/Email Button] Adding to the meta section?’ is closed to new replies.