• Putting together a new site for a non-profit that I’m helping out. The customer will be posting a newsletter once a month. The newsletter is in .pdf format. I’ve installed PDF Embedder to be able to get this done. I would like to turn off the preview since what happens is, it shows the entire pdf file. I would like the page to display only the title, then when you click the title, the .pdf comes up. I tried this snippet in the Custom CSS section,

    .entry-content, .entry-summary {
    display: none;
    }
    but that made the post inaccessible. I’m using Bento 2.5, with a fresh install. Any help would be appreciated.

    The page I need help with: [log in to see the link]

  • The topic ‘Show ONLY blog post titles’ is closed to new replies.