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
Prev Previous Post   Next Post Next
  #2  
Old 03-16-2010, 10:46 AM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default

if you put this under your title it will give you all the info

PHP Code:
    <div class="date">
            
                <div class="dateleft">
                    <p><span class="time"><?php the_time('F j, Y'); ?></span> <?php _e("by"'studiopress'); ?> <?php the_author_posts_link(); ?> &nbsp;<?php edit_post_link(__('(Edit)''studiopress'), ''''); ?> <br /> <?php _e("Filed under"'studiopress'); ?> <?php the_category(', '?></p> 
                </div>
                
                <div class="dateright">
                    <p><span class="icomment"><a href="<?php the_permalink(); ?>#respond"><?php comments_number(__('Leave a Comment''studiopress'), __('1 Comment''studiopress'), __('% Comments'
'studiopress')); ?></a></span></p> 
                </div>
                
            </div>
for just the comments try this
PHP Code:
    <div class="date">
            
                <div class="dateleft">
                    
                </div>
                
                <div class="dateright">
                    <p><span class="icomment"><a href="<?php the_permalink(); ?>#respond"><?php comments_number(__('Leave a Comment''studiopress'), __('1 Comment''studiopress'), __('% Comments'
'studiopress')); ?></a></span></p> 
                </div>
                
            </div>
 

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
How to remove "About Admin" and "Comments are closed" from bottom of posts zreboletti General Discussion 3 11-22-2010 01:07 PM
I wan't delete some words: "advertisement" "comments" "subscribe".... in Home Francois Laurent General Discussion 2 01-06-2010 11:11 AM
Plugin to show "latest" "comments", "categories" etc as tabs colin General Discussion 2 04-16-2009 01:03 PM


All times are GMT -5. The time now is 04:49 PM.

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