amish1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding admin bio info to index pageWOW do I feel like a total noob!!!!!
<?php the_author_description(); ?>
works just fine on the index page!!! For whatever reason I was having trouble getting it to show anything last night! Please excuse my ignorance.Forum: Fixing WordPress
In reply to: Adding admin bio info to index pageI thought that the theme was for sale for it is in fact free downoad, so I just downloaded it and thumbed through the code.
<?php the_author_description(); ?>
which I have found as an answer and will have to do it from another php page(like aboutBox.php or something) because you can not just dump that on the index page for some reason. Thanks for your help!Forum: Fixing WordPress
In reply to: Adding admin bio info to index pageWell, my apologies. HERE is the site that is selling the theme that I am talking about. It is called digital statement, and under the image box there is a box that displays “about admin” which in the description of the theme says it queries the bio info from the admin profile. I hope this helps show what I am talking about.
Forum: Fixing WordPress
In reply to: Adding admin bio info to index pageyou dont see the box that is titled “about the admin”?
Forum: Fixing WordPress
In reply to: Adding admin bio info to index pageThis is one of the solutions that I found on line last night. Is there a way to do it outside of the loop? I am looking for something like in this theme. The yellow box in the sidebar. Will this solution produce the same effect, as opposed to the author bio of each blog post in the loop? Again I greatly appreciate you kindness!
Forum: Fixing WordPress
In reply to: Adding admin bio info to index pageThis will work if there is no other solution, but with the biographical info already part of my admin profile I was hoping I could just pull from that instead of having another place to have to type it in. I essentially want to make an author signature of sorts, but for the admin(me) and on the index. Thanks do77! =)