• Resolved thiagosales

    (@thiagosales)


    I’m trying to use the plugin, but I’m having trouble.

    I need to show content according to the days of the month, that is, every month will repeat according to the days. Example?

    1st to 10th of the month
    Content xxx01

    11th to 20th of the month
    yyy02 content

    21st to 31st of the month
    Content aaa03

    Does any colleague have an example?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dave Clements

    (@thewanderingbrit)

    Yes, you can do this.

    E.g.

    [time-restrict-repeat type="monthly" ondate="01" offdate="10"]
    Content xxx01
    [/time-restrict-repeat]
    
    [time-restrict-repeat type="monthly" ondate="11" offdate="20"]
    yyy02 content
    [/time-restrict-repeat]
    
    [time-restrict-repeat type="monthly" ondate="21" offdate="31"]
    Content aaa03
    [/time-restrict-repeat]
    Thread Starter thiagosales

    (@thiagosales)

    Hello.

    Thanks a lot for the help.

    I use SiteOrigin Page Builder editor, in this case I can add the shortcode anyway?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show content according to days of the month’ is closed to new replies.