• I am not a wordpress expert AT ALL. I”ve read some of the forums, tried some things, but nothing has helped me accomplish my goal.

    I want to remove info that appears on individual posts:

    1.. “By author (currently my email)
    2. “This entry was posted in Work”
    3. “Bookmark the permalink. Edit”

    How do I go about doing this?

    Thanks in advance for your help with any or all of these.

Viewing 1 replies (of 1 total)
  • Whenever you post a question, please add a link to your site, it will make it easier to offer suggestions.

    Landscape doesn’t have a Custom CSS option, so install a CSS plugin like Custom CSS Manager and add the following rule:

    .entry-meta .byline, footer.entry-meta {
       display: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘How to remove info for individual posts’ is closed to new replies.