• Resolved Eddie_wen

    (@eddie_wen)


    Hi, is it possible to align the share buttons on the right of the post title? Like:

    Title share buttons

    post contents

    Similar to urbandictionary.com, only that it aligns with an entry’s date.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    It depends entirely on your current theme’s structure and CSS. For the most control over placement, you can place the AddToAny template tag in your theme file(s) where you want the buttons to appear:
    <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>

    Ask your theme’s author how to best accomplish that.

Viewing 1 replies (of 1 total)
  • The topic ‘Show share buttons on post title’ is closed to new replies.