Content Time Management in WordPress

Content Time Management in WordPress is important topic if you are producing content on regular basis.

Basically, you might want to control a content on your web site in a specific way. In example, you might want to show some content only on weekends or only within a specific time frame.

Furthermore, you might want to do something called “content dripping”. This is a concept where parts of the content are dripped on a web page in different time periods.

However, WordPress does not have a very good support for content time management. Firstly, lets take a look at the basic options. You can decide to “Save as draft” or “Publish” page right away. Secondly, you can decide to “Publish in future” but these are all of the options.

If you want to show some parts of your page on specific dates this is not covered by WordPress. You might need something like this if you are having e-commerce web site. For example, you might want to show some special offers or coupons on a specific dates.

WPChrono is a pet project (simple WordPress plugin) which enables Content Time Management within a WordPress site, with usage of predefined shortcodes. This plugin is WPML compatible and available for free within WordPress plugin repository.

More details about this project can be found here.

milan.latinovic

Senior PHP Engineer and Enterprise Architect at apilayer GmbH. Topics of interest: Software development, PHP, Java, Python, REST API, OpenApi, MySQL, Microservices, Integrations, Interfaces, Interoperability, Processes, Solution Architecture, LDAP, Azure

Recent Posts

Code Review Best Practices: Code reviewing and being reviewed

This article is about the code review best practices. It explains code review from the… Read More

2 years ago

What are the best Practices in REST API design

API design is an important aspect of modern software development. It allows different systems to… Read More

2 years ago

Next Industrial revolution: What is ChatGPT? Will it replace jobs?

This article sheds some light related to the question will ChatGPT or AIs in general… Read More

2 years ago

What is new in PHP 8.2: What are new features, what is deprecated?

This article provides an overview of new features and deprecations in PHP 8.2. PHP 8.0… Read More

2 years ago

Automation and AI in Software Engineering

This article is about Automation and Artificial Intelligence in Software Engineering: Experiences, Challenges, and Opportunities.… Read More

4 years ago

Enumerations in PHP 8.1 – with code example and references

PHP is getting more and more features. Enumerations in PHP are one of the latest… Read More

4 years ago