Viewing 7 replies - 1 through 7 (of 7 total)
  • Locate the content.php file “./wp-content/themes/minimatica/content.php”
    and Remove the below code inside “content.php”

    Follow this link for code–>> https://pastebin.com/T9ytLMxT

    This worked really well for me – thanks!

    Do you also know how to remove the “Comments are Closed” line?

    hmmm i can’t see any code gnanendra.. the site is blank..

    The code ID is invalid or the code has been removed. Could you please repost?
    Thanks!

    Ok, I tried myself:
    Remove (or comment) the lines from:

    <aside class="entry-meta">

    To:

    <div class="clear"></div>

    This removes all the posting info.

    This hasn’t removed ‘filed under uncategorised’ for me. Driving me nuts! I have managed to remove everything else except that.

    https://www.chardawson.co.uk

    To remove the following lines:
    – Written by admin
    – on September 21, 2011
    – Filed under Uncategorized
    – Edit

    Locate the content.php file under “Editor” and delete the following:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser. ]

    <aside class="entry-meta">
    
    <ul>
    <?php _e( 'Written 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 edit_post_link( __( 'Edit', 'minimatica' ), '
    ' ); ?>
    			</ul>
    			<?php the_tags( '<div class="entry-tags">', ' ', '</div>' ); ?>
    		</aside><!-- .entry-meta -->
    		<div class="clear"></div>
    	</div><!-- .entry-header -->
    	<section class="entry-content">
    		<?php the_content(); ?>
    		<div class="clear"></div>
    		<?php wp_link_pages( array( 'before' => '<p class="pagination">' . __( 'Pages' ) . ': ' ) ); ?>
    	</section><!-- .entry-content -->

    To remove “Comments are Closed” – Locate the content.php file under “Editor” and delete the following:

    <?php comments_template(); ?>
    </div><!-- #content -->

    To remove ‘filed under uncategorized’
    Go to “Posts” –> “Categories” –> delete “Uncategorized”

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘MINIMATICA’ is closed to new replies.