• Resolved simonhk

    (@simonhk)


    Hi,

    Can I only show the linked year without all post title and top menu?
    For exmaple, only
    2023(12)
    2022(10)
    2021(10)
    Thank you

    • This topic was modified 10 months, 3 weeks ago by simonhk.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpseek

    (@alphawolf)

    Hi @simonhk

    the setting “Collapsible years?” should do the trick.

    Thread Starter simonhk

    (@simonhk)

    Hi wpseek,

    Thanks for your reply. after i changed to collapsible years, all the link URL changed to mysite.com/# instead of mysite.com/2023 and the URL is not working.

    Any idea?

    Thanks!

    Plugin Author wpseek

    (@alphawolf)

    Hi @simonhk, try adding an HTML element in the “Before / After (Year headline)” setting, e.g. <h2> and </h2>.

    Thread Starter simonhk

    (@simonhk)

    Hi wpseek,

    Thanks for your reply. Can I have the year and count only without collapsible?

    look like this
    https://ibb.co/LC2Ww9R

    linked year is good for me but I don’t want to show the post title.
    I want to have the year and count with the URL mysite.com/2023

    Can I do that?

    Thanks

    Plugin Author wpseek

    (@alphawolf)

    Hey, try adding the following custom styles to your theme’s style.css or customizer:

    #sya_container ul {
        display: none !important;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘only show the linked year without all post title’ is closed to new replies.