Forum Replies Created

Viewing 1 replies (of 1 total)
  • jesusverdevzla

    (@jesusverdevzla)

    Hi Chrisbrownppc

    1) Locate:

    <div class=”post-info”><span class=”theauthor”><?php the_author_posts_link(); ?></span> | <span class=”thetime”><?php the_time( get_option( ‘date_format’ ) ); ?></span></div>

    in index.php

    2) Change to:
    <div class=”post-info”><span class=”theauthor”><?php the_author_posts_link(); ?></span> | <span class=”thetime”><?php the_time( get_option( ‘date_format’ ) ); ?> | <?php echo do_shortcode(‘[post-views]’); ?></span></div>

    3) Update file

    Done…. check it out at https://www.noticiero247.com

Viewing 1 replies (of 1 total)