• I have been able to remove the meta data box from each post but not from the main post page where all posts appear with the thumbnail picture (featured image). I want to remove the number of views from each post thumbnail.
    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey, how remove the meta data box from each post ?

    Thread Starter ampif

    (@ampif)

    I’ve been able to remove Category, date and author by going into post.php (always using a child them) and removing the bits of code that look like:

    <?php echo apply_atomic_shortcode( ‘byline_category’, ‘<div class=”byline byline-ategory”>’ . __( ‘Category: [entry-terms taxonomy=”category”]’, ‘hatch’ ) . ‘</div>’ ); ?>

    This one is for category. I’ve removed the ones for category, author, date and meta.

    ok but the changes on which theme i must do it, on the child theme or the parent theme

    Thread Starter ampif

    (@ampif)

    on the child theme.

    You have to create a child theme and then on the folder of this child theme you will put your edited copy of post.php. Don’t make any changes on the original post.php so in case you run into problems, you can always go back to the original theme.

    Theme Author Ga Satrya

    (@satrya)

    HI guys,
    Sorry I was off for a while. Are u still need my help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove number of views on the general posts page’ is closed to new replies.