StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   How to remove "About Admin" and "Comments are closed" from bottom of posts (http://www.studiopress.com/support/showthread.php?t=43764)

zreboletti 11-22-2010 12:18 PM

How to remove "About Admin" and "Comments are closed" from bottom of posts
 
Hi -

How do I remove the "About Admin" box and text, as well as the "Comments are closed" text from the bottom of my posts?

Thanks!

Debra 11-22-2010 12:36 PM

in index.php remove this

PHP Code:

 <div class="authorbox">
                    <p><?php echo get_avatarget_the_author_email(), '72' ); ?><strong><?php _e("About"'studiopress'); ?> <?php the_author(); ?></strong><br /><?php the_author_meta'description' ); ?></p>
                       <div class="clear"></div>

open comments php and remove this

<p class="nocomments"><?php _e("Comments are closed.", 'studiopress'); ?></p>

edited to add if you never want comments remove this from index.php

PHP Code:

<div class="postcomments">
            <?php comments_template('',true); ?>
        </div>


zreboletti 11-22-2010 01:02 PM

Thanks again, Debra! Should be all set with my site now.

Debra 11-22-2010 01:07 PM

You're welcome

Resolved - closing thread


All times are GMT -5. The time now is 07:42 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.