• Resolved Ebrark

    (@ebrark)


    Hello ,

    How do I remove the clock, author and comment icon from everywhere especially the homepage posts.

    Where can I edit the code ?

    Many Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author invictusthemes

    (@invictusthemes)

    Hello Ebrark,

    thanks for using WP Profile.. You can remove thos items on content.php look for this code

    <?php if(‘post’ == get_post_type()) : ?>
    <div class=”entry-meta”>
    <?php wp_profile_posted_on(); ?>
    </div><!– .entry-meta –>
    <?php endif; ?>

    Thread Starter Ebrark

    (@ebrark)

    thanks…………….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing images’ is closed to new replies.