• can anyone help with removing the “posted in uncategorized”

    my site is alconceptz.com

    I am trying to use for a website.
    thanks,
    AL

Viewing 1 replies (of 1 total)
  • Go to Appearance>>Editor and open index.php file
    then find the first occurrence of this line of code

    <!–BEGIN .entry-meta .entry-footer–>
    <div class=”entry-meta entry-footer”>

    and then delete the below code from there

    <?php if ( evolve_get_terms( ‘cats’ ) ) { ?>
    <span class=”entry-categories”><?php _e(‘Posted in’, ‘evolve’ ); ?> <?php echo evolve_get_terms( ‘cats’ ); ?></span>
    <?php } ?><?php if ( evolve_get_terms( ‘cats’ ) && evolve_get_terms( ‘tags’ ) ) { ?><span class=”meta-sep”>-</span><?php } ?>

Viewing 1 replies (of 1 total)

The topic ‘remove posted in uncategorized from evolve theme’ is closed to new replies.