Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 73026

Bi-Weekly Scheduling

$
0
0

Replies: 1

I am trying to create a bi-weekly schedule for content, indefinitely. I was thinking of using every=”14 day” to somehow make this happen. Could you help me figure out how?

Thanks!

every. Output content recursively at specified intervals. It works best if a “from” and “to” dates are set. For example, [timelord from=”2015-04-01″ to=”2016-04-01″ every=”1 day”]SOME CONTENT[/timelord] would output “SOME CONTENT” every other day until April 1st. This parameter can accept a date with relative parts like for example every=”12 hours”, every=”2 days”, every=”1 hour” etc. (See examples). NOTE: the “every” parameter cannot be combined with the other parameters that follow – it will just show or hide the content depending on the given interval.


Viewing all articles
Browse latest Browse all 73026

Trending Articles