• How can i display the authors twitter on the single post where it says By “Author”

    <?php the_author_meta( 'wp-to-twitter-user-username' ); ?>

    I have come across the code above. However, I couldn’t get it to work.

    Do you have shortcode or html to display this information?

    • This topic was modified 5 years, 9 months ago by fouldsy99.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    That looks like it’s what I’d expect to work. That snippet would need to be used inside the post loop, but as long as it’s used in the right place in the theme template, it should work fine.

    Thread Starter fouldsy99

    (@fouldsy99)

    Can’t seem to get it to work at all :/

    Plugin Author Joe Dolson

    (@joedolson)

    Can you verify that the value is set for each user?

    Thread Starter fouldsy99

    (@fouldsy99)

    Hi,

    The value is set for each user, it appears the editor i’m using doesn’t like php code.

    Is there a shortcode i could use?

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

The topic ‘Display Authors Twitter’ is closed to new replies.