Forums

Hide author, date and category (1 post)

  1. pasopvirpot
    Member
    Posted 6 months ago #

    Total newbie to WordPress, struggling with my first site.

    I would like to remove the author, category and date of posts on the home page. Please see http://www.onlinemarketingstrategies.co.za.

    Using Theme Twenty Ten.

    Not sure which templates to edit and which parts:
    Single.php

    <?php
    /**
     * The Template for displaying all single posts.
     *
     * @package WordPress
     * @subpackage Twenty_Ten
     * @since Twenty Ten 1.0
     */
    
    get_header(); ?>
    
    		<div id="container">
    			<div id="content" role="main">
    
    			<?php
    			/* Run the loop to output the post.
    			 * If you want to overload this in a child theme then include a file
    			 * called loop-single.php and that will be used instead.
    			 */
    			get_template_part( 'loop', 'single' );
    			?>
    
    			</div><!-- #content -->
    		</div><!-- #container -->
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    loop-single.php

    [Code moderated as per the Forum Rules. Please use the pastebin]

Reply

You must log in to post.

About this Topic