Forums

[resolved] how to remove date stamp, categories and comments text from home page / post (5 posts)

  1. spindrift films
    Member
    Posted 2 years ago #

    On the bottom of my sites first screen, my home page if you will - which is a post - there are some items listed that I would like to remove from the screen. The three items are 1) date of the post, 2) link and term "Categories", 2)link and term "Comments"

    Don't need any of this information, so would like to remove the visible text.

    My website is http://www.spindriftfilms.com/wordpress

    Not sure where to find this information in the php or css files to begin editting / removing the text from the page. I have looked, but can't find it. Not even sure if I should be looking at the wordpress files, or the theme files. I am using Modularity Lite by Paper Graph Press, as the theme. Any help on where to find the needed content would be fantastic....THANKS

  2. figaro
    Member
    Posted 2 years ago #

    Maybe the following video will help.

    http://educhalk.org/blog/?p=170

  3. spindrift films
    Member
    Posted 2 years ago #

    Thanks for the video...it was great help. Except that my idex.php file does not include any of the information indicated in the video. Below is a copy of my idex.php file...

    Would love to learn other ways to remove categories, date stamp and comments from my home page

    <?php get_header(); ?>

    <!-- Show the welcome box and slideshow only on first page. Makes for better pagination. -->
    <?php if ( $paged < 1 ) { ?>

    <!-- Begin Welcome Box -->
    <?php if (is_home()) include (THEMELIB . '/apps/welcomebox.php'); ?>

    <!-- Begin Slideshow -->
    <?php include (THEMELIB . '/apps/slideshow-static.php'); ?>

    <!-- End Better Pagination -->
    <?php } ?>

    <!-- Begin Blog -->
    <?php include (THEMELIB . '/apps/blog.php'); ?>

    <!-- Begin Footer -->
    <?php get_footer(); ?>

  4. figaro
    Member
    Posted 2 years ago #

    Look in apps/blog.php for the code to remove.

  5. spindrift films
    Member
    Posted 2 years ago #

    the blog.php had the needed files.....problem solved...THANKS!!

Topic Closed

This topic has been closed to new replies.

About this Topic