Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Where can I put the content I'm suppose to put on "single.php"? (http://forum.bytesforall.com/showthread.php?t=17045)

Siya Mar 16, 2012 01:10 PM

[SOLVED] Where can I put the content I'm suppose to put on "single.php"?
 
Hi

I need to automatically add author information on every post that an author writes on my blog. I wanted to follow this tutorial on makeuseof http://www.makeuseof.com/tag/add-aut...rdpress-posts/ . they state i have to put this code "<?php $author_email = get_the_author_email () ;
echo get_avatar ($author_email, ’80′) ; ?></span>
<br><p><i><?php the_author_description () ; ?>
<?php the_author() ; ?> has <?php the_author_posts () ; ?>
post(s) at NAME OF WEBSITE</i></p>
<div style=”clear:both;”></div>" on the single.php file of my theme. I've searched but did not find the file. also did a search on this forum and I have noticed that the atahualpa theme doesnt have a single.php file.

Since the single.php file is not available, is there another place i can add the code onto?

I am using V3.7 atahualpa and V3.3.1 wordpress.

juggledad Mar 16, 2012 07:30 PM

If you go to ATO->Edit POST/PAGE INFO ITEMS you will see all sorts of things you can automatically add to a post/page footer including the author name, email, url., post count. You just put the appropriate place holder where you want it (kicker, byline, footer) and you are done.

Siya Mar 25, 2012 09:48 AM

Got it, thanx Juggle D.


All times are GMT -6. The time now is 04:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.