Tagged Questions
0
votes
1answer
70 views
Inline-Table under TwentyTwelve not working
I recently wanted to add a comfortable way to automatically add users to a page within small boxes including information an an image. So I followed this tutorial an customized the code: ...
0
votes
1answer
1k views
Get avatar of the logged-in user in Wordpress
How can I get a user avatar to display in the header of my WordPress site? I've tried:
<a href="<?php echo get_author_posts_url($post->post_author); ?>" title="<?php the_author_meta( ...
1
vote
1answer
654 views
How to link avatar and nickname to profile
On the single post page I want to link the avatar function to the author profile, but I tried
<a href="<?php the_author_posts_link(); ?>">
<img src="<?php echo ...