• Resolved opcion

    (@opcion)


    First of all, thank you for the excellent plugin!

    I would like to display every saturday and every sunday a specific post on my site.
    I am thinking of something like: “display the post with the title (or category) ′saturday′ if today = saturday”.

    Is there a possibility to do this with C.C.S.?

    Thank you in advance,
    Nikos

    https://www.ads-software.com/plugins/custom-content-shortcode/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Hi,

    In the newest udpate v3.3.0, I added a feature to switch by day of week:

    [switch day_of_week]
      [when 1]Monday[/when]
      [when 2]Tuesday[/when]
      ...
      [when 7]Sunday[/when]
    [/switch]

    You can also use single [if] statements:

    [if day_of_week=6]It's Saturday![/if]
    Thread Starter opcion

    (@opcion)

    Hi,
    thank you very much for this feature!

    Great!

    All the best,
    Nikos

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘display different content on specific weekdays’ is closed to new replies.