Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mr. Grande

    (@grandeto)

    I did it myself.

    Here for those who need it:

    in automatic-featured-image-posts.php

    replace line 341:
    $new_post_title = apply_filters( 'afip_new_post_title', get_the_title( $post_id ), $post_id );

    with:
    $new_post_title = "Place Your Custom Title here - ". apply_filters( 'afip_new_post_date', current_time ( 'm-d-Y' ), $post_id );

    Thread Starter Mr. Grande

    (@grandeto)

    resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Automatic add the Date beside the Post Title’ is closed to new replies.