We have a single post elementor template. Can we use this plugin?
IGNORE: it works perfectly with Elementor!
Hi,
Would it be possible to change default setting “Minimal Post Age: to Month, Week or Day (not 1 years)?
Note: i have job career blog (not using job board plugin etc) and i think this plugin match to my blog. And actually i want to setting the post vacancy to have “Aged Content Message” warning after 15 or 20 days.
Thank you very much ??
]]>What would i need to add when I would like to use Aged Content Message only on a specific custom post type, eg ‘performance’.
Would I need to use this as a base (from your FAQ)?
/* Set condition for displaying message to include pages. */
function yourprefix_aged_content_message__the_content_condition() {
return ! is_single() && ! is_page();
}
add_action( 'aged_content_message__the_content_condition',
'yourprefix_aged_content_message__the_content_condition' );
I would use it only on the custom post type.
]]>