WordPress Author Box
Kali ini kita akan membuat sebuah author box pada bagian akhir postingan kita, disana kita bisa menampilkan gravatar, nama dan informasi tentang siapa kita. Seperti gambar dibawah ini atau bisa langsung lihat diakhir postingan ini PHP Code <div id=”authorbox”> <?php if (function_exists( ‘get_avatar’ )) { echo get_avatar( get_the_author_email(), ’80′ ); }?> <div> <h4>About <?php the_author_posts_link(); [...]
This entry was posted on Monday, August 23rd, 2010 at 8:22 pm and is filed under Web Technology. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.




