{"id":26418390,"url":"https://github.com/zodiac1978/aged-content-message","last_synced_at":"2026-05-11T16:37:12.459Z","repository":{"id":22916593,"uuid":"26265447","full_name":"Zodiac1978/aged-content-message","owner":"Zodiac1978","description":"WordPress plugins displaying a message at the top of single posts published x years ago or earlier, informing about content that may be outdated.","archived":false,"fork":false,"pushed_at":"2024-03-24T14:46:12.000Z","size":441,"stargazers_count":0,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T01:17:45.118Z","etag":null,"topics":["wordpress","wordpress-development","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/aged-content-message/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zodiac1978.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2014-11-06T10:40:01.000Z","updated_at":"2024-02-06T15:07:39.000Z","dependencies_parsed_at":"2024-01-05T18:25:37.120Z","dependency_job_id":"91539790-653e-41d0-a03d-42d0e024f105","html_url":"https://github.com/Zodiac1978/aged-content-message","commit_stats":null,"previous_names":["zodiac1978/aged-content-message"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Zodiac1978/aged-content-message","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zodiac1978%2Faged-content-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zodiac1978%2Faged-content-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zodiac1978%2Faged-content-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zodiac1978%2Faged-content-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zodiac1978","download_url":"https://codeload.github.com/Zodiac1978/aged-content-message/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zodiac1978%2Faged-content-message/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32903699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress","wordpress-development","wordpress-plugin"],"created_at":"2025-03-18T01:17:48.521Z","updated_at":"2026-05-11T16:37:12.427Z","avatar_url":"https://github.com/Zodiac1978.png","language":"PHP","funding_links":["https://paypal.me/zodiac1978"],"categories":[],"sub_categories":[],"readme":"# Aged Content Message\n* Contributors:      zodiac1978, glueckpress, soean, kau-boy, bueltge, chrico\n* Donate Link:       https://paypal.me/zodiac1978\n* Tags:              content, notification, text, message, date, time, outdated, simple, warning, alert\n* Requires at least: 3.9\n* Tested up to:      6.4\n* Stable tag:        1.4.4\n* License:           GPLv3\n* License URI:       http://www.gnu.org/licenses/gpl-3.0.html\n\nDisplays a message at the top of single posts published x years ago or earlier, informing about content that may be outdated.\n\n## Description\n\nThis simple WordPress plugin displays a message in any single post that has been published x years ago from the current time or earlier. The default time to count back is 1 year. Minimal post age as well as message text, HTML, and CSS are [fully customizable via settings](#frequently-asked-questions).\n\n### Languages\n\n* English (en_US) _(default)_\n* German (de_DE)\n* Formal German (de_DE_formal)\n\n## Installation\n\nIf you don’t know how to install a plugin for WordPress, [here’s how](https://wordpress.org/documentation/article/manage-plugins/#installing-plugins-1).\n\n## Frequently Asked Questions\n\n### I can’t find the settings page, where is it?\n\n**It’s right there, under General Settings in your admin menu.** Configurable settings are:\n\n* __Activate Message__: By default, no message will show up on your website until you activate it here.\n* __Minimal Post Age__: Set a number of years for posts to be considered aged. Default: 1.\n* __Message Heading__: Heading text. Default: _The times, they are a-changin’_. (Dylan, google him.)\n* __Message Body (Singular)__: Singular form of the message text, for 1 year-old posts.\n* __Message Body (Plural)__: Plural form of the message text, for 2+ year-old posts.\n* __Message Class Attribute__: CSS class name(s) applied upon the message’s wrapping `\u003cdiv\u003e`.\n* __Message HTML__: HTML template for the message. You can completely control its output via this field if you want, or use placeholders for heading and text.\n* __Message CSS__: Customize the visual styling of your message right here. Or not.\n\n### Can I disable default styles?\n\nSure, just empty the _CSS_ field and no styles shall be applied. If you want to add styles to your theme instead, this might get you started:\n\n```css\n/* Default styles */\n.aged-content-message {\n\tbackground: #f7f7f7;\n\tborder-left: 5px solid #f39c12;\n\tfont-family: inherit;\n\tfont-size: .875rem;\n\tline-height: 1.5;\n\tmargin: 1.5rem 0;\n\tpadding: 1.5rem;\n}\n.aged-content-message h5 {\n\tfont-family: inherit;\n\tfont-size: .8125rem;\n\tfont-weight: bold;\n\tline-height: 2;\n\tmargin: 0;\n\tpadding: 0;\n\ttext-transform: uppercase;\n}\n.aged-content-message p {\n\tmargin: 0;\n\tpadding: 0;\n}\n```\n\n### Where have all the filters gone?\n\nYou can still use those good old filters from [v1.3](https://github.com/Zodiac1978/aged-content-message/tree/v1.3), like for this conditional handbrake that doesn’t have a setting (yet):\n\n```php\n/* Set condition for displaying message to include pages. */\nfunction yourprefix_aged_content_message__the_content_condition() {\n\treturn ! is_single() \u0026\u0026 ! is_page();\n}\nadd_action( 'aged_content_message__the_content_condition',\n\t'yourprefix_aged_content_message__the_content_condition' );\n```\n\n## Screenshots\n![screenshot-1.jpg](https://raw.githubusercontent.com/Zodiac1978/aged-content-message/master/.wordpress-org/screenshot-1.jpg)\n_“The times, they are a-chagin’”: Message on a single post view informing about content that might be outdated._\n\n![screenshot-2.jpg](https://raw.githubusercontent.com/Zodiac1978/aged-content-message/master/.wordpress-org/screenshot-2.jpg)\n_Settings page_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzodiac1978%2Faged-content-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzodiac1978%2Faged-content-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzodiac1978%2Faged-content-message/lists"}