• Resolved singlecoil

    (@singlecoil)


    Hi there, I′m a newbie just starting to work with WordPress so please forgive when this question is kind of stupid but I searched the www for days without finding an answer. I would like to remove the “Archive” and “Meta” sections inside all posts as well as the shown date and the author so it will work like a kind of static page. I managed to do this with the pages but failed for the posts. Can you please help ?

    screenshot post

Viewing 1 replies (of 1 total)
  • Thread Starter singlecoil

    (@singlecoil)

    Wow, this was a fast turnaround – problem solved ! I don′t know why the helpful girl sent me an email instead of posting the answer here in the forum, but I would like to share it with you.

    Put this passage in the theme′s custom CSS section and you are done, excellent workaround:

    .single footer.entry-meta,
    .page footer.entry-meta {
    display: none;
    }
    .entry-author-link,
    .entry-date,
    .entry-meta {
    display: none;
    }
    #secondary {
    display: none!important;
    }
    .col-md-8 {
    width: 100%!important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove the Archive and Meta section inside the individual posts ?’ is closed to new replies.