-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement / Date format setting (#757)
* Added "Date Format" setting to the "Job Listings" section. * Added "the_job_publish_date" function that outputs the current job published date using the date format defined in the plugin settings. * Added "get_the_job_publish_date" function that returns the date for a job using the display format selected in the plugin settings. * Updated the date output for job listings to use the "the_job_publish_date" function. * Updated the date output for the single job listing to use the "the_job_publish_date" function. * Updated to use "the_job_publish_date" function for rendering the job listing date. * Updated the "the_job_publish_date" function to include the <date> element. * Removed redundent <date> element. * Updated "the_job_publish_date" to use the <time> element with the datetime attribute defined. This closes #739 * Added the text "Posted on" to the job listing date if the default WP date format is used. * Updated the "Posted on" text to be translation ready.
- Loading branch information
Showing
5 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters