Hi,
Sorry, no, we do not have that option 🙁
Is it possible to add such functionality for a fee?
I’ve changed code in includes/class-wpel-front.php file and add some additional filter for posts older than 1 year.
$post_date = get_the_date('Y-m-d H:i:s');
$apply_settings = apply_filters( 'wpel_apply_settings', true );
if ( false === $apply_settings || strtotime($post_date) > strtotime('-365 days') ) {
return $content;
}
@talextech
It’s possible to add similar functionality to the plugin in the future version? I can pay for this.
-
This reply was modified 6 years, 3 months ago by
wojewodzic.
Hi,
Sorry for my delayed response, I’m happy to hear you managed to add the date filter using the wpel_apply_settings filter!
I have added to our ToDo list to make that an option but I can’t give you any date when we will be able to get that in 🙁
If you have any other questions, don’t hesitate to ask!