Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: hide category and meta info like author date … #10801

    I use the following CSS code in the style.css for my child theme.

    /* Remove blog post metadata*/
    .entry-header .entry-meta { display: none ;}
    
    /* Remove featured image from single blog page*/
    .single .featured-image { display: none ;}
    
    /* Remove blog category*/
    .in-category { display: none ;}
    
    /* Remove line from under blog post*/
    .site-content article {
        border-bottom: 0px solid;
        word-wrap: break-word;
        -moz-hyphens: auto;
    }
    
    /* Remove the post navigation links*/
    .nav-next { display: none ;}
    .nav-previous { display: none ;}

    I hope this helps.

    in reply to: Post on homepage since 1.0 update #9800

    I just created a workaround by creating a blank page (not title, no content) and then under Settings > Reading selecting Front Page Displays a Static Page. By choosing the Front Page: (blank page) and Posts Page: -Select-, I was able to eliminate the unwanted content and the only penalty is a little bit of extra white space.

    I still think that there is a problem with the Homepage/Frontpage Settings > Enable latest posts in v1.0 that needs to be looked at though.

Viewing 2 posts - 1 through 2 (of 2 total)