StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 11-22-2010, 12:18 PM
zreboletti zreboletti is offline
Registered User
Pro Plus Member
 
Join Date: Aug 2010
Posts: 132
Default 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!
  #2  
Old 11-22-2010, 12:36 PM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default

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>
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse

Make life easier use FireFox and these Customizing tools: Firebug - Web Developer

New to Genesis? See our Guide for Beginners!

Recommended StudioPress Designer
StudioPress on Facebook
  #3  
Old 11-22-2010, 01:02 PM
zreboletti zreboletti is offline
Registered User
Pro Plus Member
 
Join Date: Aug 2010
Posts: 132
Default

Thanks again, Debra! Should be all set with my site now.
  #4  
Old 11-22-2010, 01:07 PM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default

You're welcome

Resolved - closing thread
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse

Make life easier use FireFox and these Customizing tools: Firebug - Web Developer

New to Genesis? See our Guide for Beginners!

Recommended StudioPress Designer
StudioPress on Facebook
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I wan't delete some words: "advertisement" "comments" "subscribe".... in Home Francois Laurent General Discussion 2 01-06-2010 11:11 AM
How to Remove "Comments are Closed?" Terri General Discussion 27 11-10-2009 08:57 PM
Remove "comments are closed" MRG General Discussion 3 07-21-2009 01:32 PM


All times are GMT -5. The time now is 03:20 AM.

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