• How do I remove the following section? I want the text to be centered on the page … I do not have section on the left. How do I remove the part best?

    See left

    In my case that is saying:
    2013/08/10 BY ADMIN
    CATEGORY: KRÖNIKA
    BOOKMARK THE PERMALINK

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Thad Allender

    (@endortrails)

    The simplest way is to just use the css property display: none on those containing divs:

    http://www.w3schools.com/css/css_display_visibility.asp

    CAM

    (@caitlinmccartan)

    I love this theme, but I’d also really like to remove the permalink/bookmark content on posts and am not sure how to edit the property display. Any way you could paste the exact code we’ll need here, as well as where it needs to go? Is it in the “content.php” editing section? Thanks!

    I love the snaps theme! But just like the others, I have a had a difficult time removing the “date posted” section. I tried removing the code suggested:

    esc_url( get_permalink() ),
    esc_attr( get_the_time() ),
    esc_attr( get_the_date( ‘c’ ) ),
    esc_html( get_the_date() ),
    esc_url( get_author_posts_url( get_the_author_meta( ‘ID’ ) ) ),
    esc_attr( sprintf( __( ‘View all posts by %s’, ‘snaps’ ), get_the_author() ) ),
    get_the_author()

    and was still unable to remove it. Would appreciate some help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove section?’ is closed to new replies.