• Resolved mjpromotions

    (@mjpromotions)


    Hi,

    Is it possible to have a collapsed list with years, with only linked years, and not expanding the list when I click the year. Clicking the year should go to year archive page.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author wpseek

    (@alphawolf)

    Hi @mjpromotions,

    not intended to add the possibility as it would make it impossible to get to the posts list.

    You can however hide the posts listings with CSS adding this to your theme’s style.css file:

    
    .sya_container h3 + ul {
        display: none;
    }
    

    (h3 would be the element you defined in the “Before / After (Year headline)” setting)

Viewing 1 replies (of 1 total)
  • The topic ‘collapsed years with linked years’ is closed to new replies.