Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 5 posts - 1 through 5 (of 5 total)

How to remove author and category from posts ?

Home Forums Free Theme Support Scylla Lite How to remove author and category from posts ?

  • #75239

    nicopij

    Hello,
    Everything’s in the title.

    Thank you

    #75275

    Towfiq I.

    administrator

    whats your site address?

    #75562

    nicopij
    #76034

    Towfiq I.

    administrator

    remove this form single.php:

    <div class="post_meta">
                        <div class="post_cat"><?php _e('Category' , 'Scylla'); ?> : <?php the_category(', '); ?></div>
                        
                        <?php if( has_tag() ) { ?><div class="post_tag"><?php _e('Tags' , 'Scylla'); ?> : <?php the_tags(' '); ?></div><?php } else { ?><?php } ?>
                        </div>

    and this:

    <div class="single_metainfo">by <?php the_author(); ?></div>

    #81842

    nicopij

    Thanx !!

You must be logged in to reply to this topic.