Assuming you know the post ID for the specific post/type it’s easy enough yes, simply call get_the_date() with a specific ID.
Adjust 1 to the appropriate value.
<?php echo get_the_date( '', 1 ); ?>
Related Posts:
- How to get post creation date?
- Changing the post date and time with function
- Custom Single Post By Category
- Using single.php from plugin folder instead of default template folder
- using wp_update_post on save_post
- Custom permalink structure only for default posts
- How do I create a link that will always show the latest post?
- How to put last edited entry on top of the blog-post list?
- Query posts from current year
- Update existing post dates to random dates
- Post X of Y in single.php / sidebar.php
- featuring old articles without messing up with the archive
- Human Time Diff, change mins to minutes
- Display custom post types by date field
- How to add shortcode tags in single.php [closed]
- How can I display a specific user’s first published post?
- custom single.php not working
- Fetch posts from current week (Sunday to Saturday)
- How to display different single post template based on author?
- how load content as pop-up using ajax
- How to set post expiration date and time and move the page to archive after expiration [closed]
- Add code just after Post content
- Pagination on single post page?
- Display post from specific date
- Get random posts between specific dates / of specific age
- Restrict post navigation to current sub menu
- XML-RPC and post_date
- Automatically republish old posts
- Show all posts in sidebar in single.php
- How can I show many posts an author has per week?
- If modified on same day, show only time
- How to show single post page as home page
- Using wp_list_categories like the the_category (showing just current categories of a post)
- How can I make a post that belongs to a category or have specific tags, display different from the other single posts?
- Display all posts that were published before full post on single.php
- Update all comments time to random dates?
- Add Read More Tag to a post content (Single.php)
- WordPress Sidebar menu for posts based on date – guidance needed
- Single.php – Get Current Parent Category
- Worpdress function for difference dates
- Insert sometext after first h3 in content
- Thumbnail Image to go in the post aswell
- Is it possible to customize the post according to post format in single.php?
- Changing default WP-Site creation date
- Post type no single page
- How to get posts published on the latest date?
- Single Post in Tab/Slider
- What date to use as a post date? date_gmt or modified_date_gmt
- Defined function isn’t showed on page
- get_previous_post() while accounting for sticky posts
- Modify this line to give alternate format date?
- Post: how to set created date after post has been published [closed]
- wp_query if have posts show date but not in loop
- Date is wrong on ‘all posts’ page
- Changing wp_link_pages() to “Next Page” and “Previous Page” buttons?
- Making a wordpress page print friendly
- Order posts by date
- WordPress single.php different layouts projects / posts
- Can I style single post that are in multiple catergories?
- “Home” Page now only displaying the single latest post
- Get post publishing date from within custom HTML block
- How do I change the template specifically for single posts?
- Show single post child category from a determined parent
- My website is showing today’s date instead of published date since db migration to a new wordpress
- How can I change the date format of the revision list?
- How can get the last post date of the user?
- How to get post creation date?
- WP posts using index.php instead of single.php
- Need to display a Jan 1st post as the site’s front page on Jan 1st, and Jan 2nd post as front page on Jan 2nd etc
- Set a post expiration and delete a post when expirate
- Single post shows post three times
- How do i search post by jquery datepicker?
- How do I check if a post is password protected?
- display multiple posts and posts content on a single URL
- How to hide meta from search result only on pages?
- How do I display posts ordered by a date custom field?
- Pagination for single post
- Adding post date to ACF field
- Get the category of post
- How can I set and update the the_date according to a custom field of the post
- Custom Single Post Type not referring to single-post-type.php File
- Set post beginning date and final date
- Skip posts, but keep posts per page
- How to display an icon when a new post is published and then remove it when a specific time past?
- Thumbnail With Next/Prev Links Not Showing Next Post?
- Pagination and Related Posts
- How to organise post by category and date
- Display metabox with date
- Single post page from static home not working
- Get current post’s child page?
- 1 post, 2 templates
- Last three posts not being put in order by date. How to fix this?
- How to change text (date) in post base on the day
- Wrap div-tag around posts in page
- Insert Shortcode exactly at the end of the content
- WordPress More tag doesn’t work on Single post
- How to remove a date from wordpress post
- Exclude posts by date – related post
- How to get total posts count for each date?
- Display related posts that match as many similar tags as possible?