• Hi

    I would like to show all my posts as a list on a page (Title list)
    I found a plugin that does it, but when I use category or search, it’s showing the synops and all the information too.
    morfars.dogsite.dk

    Any good ideas how I can make this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to Appearance → Customize → Additional CSS and copy & paste these CSS rules:

    
    .archive .post-meta,
    .archive .post-entry, 
    .archive .post-data, 
    .archive .post-edit,
    .search .post-meta,
    .search .post-entry, 
    .search .post-data, 
    .search .post-edit {
       display: none;
    }
    
    .archive h2 a, .search h2 a {
       font-weight: 400;
    }
    
    .archive h2, .search h2 {
       font-size: 100%;
       display: list-item;
       margin-left: 2em;
    }
    
    Thread Starter Torbenc

    (@torbenc)

    Wow so easy and works perfect!

    Thank you so much!

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

The topic ‘Show post in list’ is closed to new replies.