Time Lord

plugin banner

Make modifications on your content based on time parameters. Show or hide part of a post at a given point in the future, calculate age and more.

Author:Giorgos Sarigiannidis (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.4
Plugin version:1.2
Added to WordPress repository:14-04-2015
Last updated:05-11-2023
Rating, %:100
Rated by:2
Plugin URI:http://wordpress.org/plugins/time-lord/
Total downloads:2 303
Active installs:10+
plugin download
Click to start download

Time Lord is a plugin which allows you to schedule the publication of part of your content on a set date. It can also calculate age based on a set year in the past or the estimated time if the year is set in the future.

You can use it in posts, pages or any other content type via the [timelord] shordcode. Here are some common examples, supposing that present day is on April 2015:

  • [timelord from="2016-01"]SOME CONTENT[/timelord] would output “SOME CONTENT” only when January 2016 comes.
  • [timelord to="2016-01"]SOME CONTENT[/timelord] would output “SOME CONTENT” until January 2016 and then it would remove it.
  • [timelord from="2015-04-01" to="2016-04-01" every="1 day"]SOME CONTENT[/timelord] would output “SOME CONTENT” every other day until April 2016.
  • [timelord from="2015-04-01" to="2016-04-01" every="Monday"]SOME CONTENT[/timelord] would output “SOME CONTENT” every Monday until April 2016.
  • [timelord to="2014-01" del="yes"]SOME CONTENT[/timelord] would output <del>SOME CONTENT</del> (check screenshot for an example of what the user would actually see in the frontend).
  • [timelord from="2015-01" to="2016-01"]SOME CONTENT[/timelord] would output “SOME CONTENT” from January 2015 to January 2016.
  • [timelord mode="hide" from="2015-01" to="2016-01"]SOME CONTENT[/timelord] would output “SOME CONTENT” every other time except from January 2015 to January 2016.
  • [timelord year="1980"] would output “35”.
  • [timelord year="1980" ordinal="yes"] would output “35th”.

View the demo

Features

  • Allows you to show or hide content at a given timeframe.
  • Supports recurring display of the output at given intervals (e.g. every hour, every day, every month etc.).
  • Allows you to wrap your content in the <del></del> tag instead of removing it when expires.
  • It can display an alternate message when the actual content is not supposed to be shown.
  • It can output the time remaining until the content will be up or down.
  • It can calculate age and even output it with an ordinal suffix.
  • You can use it anywhere a shortcode would go. On posts, pages, custom posts.
  • You can add as many shortcodes as you like in a single post.

Screenshots
FAQ
ChangeLog