• Hi. I’m using Minimatica 1.0.8 and want to remove the post data from all the posts (“written by, date, filed under” ). This info shows up on the top right corner of each post. I want the image or text to align left once this info is gone. I still want the right sidebar (where I have my page menu). Here is a link:
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter smiths

    (@smiths)

    I’d also like to remove “comments are closed” from the bottom of all posts. Thanks!

    yah. me too.. any help guys? thanks

    hey guys, found this one.. delete the code shown below..
    you could find this inside the
    content-audio.php, content-gallery.php, content-image.php, content-video.php, content.php, loop-attachment.php and loop.php.

    <aside class=”entry-meta”>

    <?php _e( ‘Posted by’, ‘minimatica’ ); ?> <?php the_author_posts_link(); ?>
    <?php _e( ‘on’, ‘minimatica’ ); ?> <time datetime=”<?php the_time( ‘Y-m-d’ ); ?>”><?php the_time( get_option( ‘date_format’ ) ); ?></time>
    <?php _e( ‘Filed under’, ‘minimatica’ ); ?> <?php the_category( ‘, ‘ ); ?>

    <?php the_tags( ‘<div class=”entry-tags”>’, ‘ ‘, ‘</div>’ ); ?>
    </aside><!– .entry-meta –>

    ingenious! 😀 enjoy!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Removing Post Data from Posts’ is closed to new replies.