• Resolved simplybest10

    (@simplybest10)


    Hello i am using freshlife theme for my wordpress based blog. I want to remove the date from SERP. How i can do that for freshlife theme….!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s vendors.

    Thread Starter simplybest10

    (@simplybest10)

    ok thanks

    witch code i remove from this theme coding

    <div id=”content”>
    <?php include(TEMPLATEPATH. ‘/includes/templates/breadcrumbs.php’); ?>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h1 class=”entry-title”><?php the_title(); ?></h1>

    <div class=”entry-meta”>
    <abbr title=”<?php the_time(‘F j, Y’); ?> at <?php the_time(‘g:i a’); ?>”><?php echo human_time_diff(get_the_time(‘U’), current_time(‘timestamp’)) . __(‘ ago’, ‘themejunkie’); ?></abbr> <?php _e(‘by’,’themejunkie’); ?><?php the_author_posts_link(); ?> <span class=”entry-comment”><?php comments_popup_link( __( ‘0’, ‘themejunkie’ ), __( ‘1’, ‘themejunkie’ ), __( ‘%’, ‘themejunkie’ ) ); ?></span>
    </div> <!– end .entry-meta –>

    <div class=”clear”></div>

    <div class=”entry”>
    <?php if(get_option(‘freshlife_integrate_singletop_enable’) == ‘on’) echo (get_option(‘freshlife_integration_single_top’)); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Date From SERP of Google For Freshlife theme.’ is closed to new replies.