Support » Plugin: Resume Submissions & Job Postings » How to remove date/timestamp

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kandrews

    (@kandrews)

    In the file display-jobs.php in the includes folder, find:

    <i><?php echo date_i18n( get_option( 'date_format' ), strtotime( $job->post_date ) ); ?></i>

    In the file widget.php in the includes folder, find:

       - <i style="font-size:10px;"><?php _e( 'Posted' ); ?>: <?php echo date_i18n( get_option( 'date_format' ), strtotime( $job->post_date ) ); ?></i>

    You can either delete those lines or just comment them out.

    If it is showing the date on the job posting itself, then you have to hide this using your theme as the job posting is a custom post type.

    Hope this helps and thanks for using the plugin!

    Hello Andrew,
    I want to display the date/time stamp on the resume display page. When a resume gets posted it just displays the name of the individual, I beleive this needs a date stamp viewable so visitors can see how long the resume have been posted for. This option on the job submissions works well, visitors can see how long a job has been posted for. Good Work with this plugin!!

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove date/timestamp’ is closed to new replies.