WordPress has a module to do this and it should be easy in Drupal 7. But i'm not very good with PHP ..
I want to show a text when the node is older than a year (or so). Best way to do this, is to always show the block, but determine if the creation-date is older than 2 years. Like,
If creation date = older than 2 years then { text }
else { nothing }
The if .. else is not a problem for me, but how can i get the node-creation date and compare it to current date?
a client wants to integrate Ontraport with a Drupal site (still it´s not sure if it will be D7 or D8). Has anyone experience with this? (I googled it, but absolutely nothing could be found