elshafei2010
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to Remove About The Author Links From Each PostEsmi, that did it. Thank you so much.
The actual code was:
<div id=”author-box”>
<h2><?php _e(‘About The Author’); ?></h2>
<?php
$author_email = get_the_author_email();
echo get_avatar($author_email, ’80’, ‘wavatar’);
?>
<h6><?php the_author_posts_link(); ?></h6>
<?php the_author_description(); ?>
</div>But I found it by searching author-box. You’re the best. 🙂
Forum: Themes and Templates
In reply to: How to Remove About The Author Links From Each PostThanks Esmi, I’ll try that and let you know what happened. 🙂
Forum: Themes and Templates
In reply to: How to Remove About The Author Links From Each PostI noticed that there is an author.php, I wonder if this template is designed this way…
Maybe I should look for something a bit different?
Forum: Themes and Templates
In reply to: How to Remove About The Author Links From Each PostEsmi, thanks… that took the avatar away, but there is still the annoying link to the author:
http://mendingwings.net/wp/2010/09/group-pictures/
Any other thoughts?
Forum: Themes and Templates
In reply to: Removing The Extra Home PageWell, to start with, by default I wasn’t able to enter any content on the Home page (it didn’t even show up in the dashboard) and was only able to put the About page as the Static front page – not sure why. I added a Home page and set it as the static front page. In some templates this works fine, but in others (like the one I finally chose) it shows two Home pages.