There is but the filter sucks, it only gives you the link HTML:
add_filter( 'get_archives_link', 'wpse74891_archives_link' );
function wpse74891_archives_link( $link ) {
$link = preg_replace_callback( '/>([A-Za-z]+\s+\d{4})/', function( $matches ) {
return '>' . date( 'm.y', strtotime( $matches[1] ) );
}, $link );
return $link;
}
Using this method you can pass in any date format you want for the link at least.
Related Posts:
- WordPress Posts By Date/Day?
- Preventing 404 error on empty date archive
- Archive filtering posts by year and month
- How to get the date dynamically from archive.php to date.php?
- Making next_posts_link(); return posts by month
- How can I change the way dates shown in the archive widget?
- how do I get the date in a date archive page
- What’s wrong with my date_query?
- How to filter by date & a specific custom post type post-WP 4.4?
- Show all 12 months regardless they have posts
- How to disable date archives?
- date.php shows only three posts’ title. how to fix it?
- How to hide the year in archive link
- Is each issue of a magazine site a static page
- Change date format in a Java string
- Convert java.util.Date to String
- Convert a date format in PHP
- Sort results by name & asc order on Archive.php
- Default archive URL wordpress
- Get list of years when posts have been published
- How do I place content on archive pages but not on main page?
- Category specific months list in sidebar.php
- Including post_type = ‘wiki’ in author archives
- Archive listing of posts by publish year (multiple years)
- Count posts for each year
- How to translate month names in “Archives”
- Archive in sidebar with dropdown list of Year – Month – Day
- How can I organize/create an archive listing by Year and month
- Change behavior depending on content length
- How to edit archive page’s content inside wordpress dashboard?
- Archive pages for posts based on their taxonomy?
- How can I get archives for specific category without category_base in the url?
- Remove author archive
- Preview Post/Custom Post types in Archive
- Displaying year, month and day archives differently
- What are the “U” and “G” time formats?
- How we display Archives for specific categories
- When i try to open archive pages i get a 404 error
- Same date is repeating on my custom ‘Most Recent Posts’ on sidebar
- Archive links don’t work when clicked
- Group Posts by Category in Monthly Archive
- Loop through years and months in WordPress archives
- Dropdown to select posts by month and then displaying those posts in the archive page
- Custom post type archive page thinks I’m not logged in
- WordPress Sidebar menu for posts based on date – guidance needed
- ‘Archive’ folder for posts and pages
- Constructing An if Statement with is_category(); in archive.php
- next and previous year month and day for archive page
- Get current title of archive.php
- How to show months in wordpress archive page?
- How can I modify this to show number of posts-per-month?
- How to count the number of archives there are
- Get archives as array
- Get posts from a top category and group by child categories
- How to display an archive with multiple authors
- Why is my archive.php redirecting to front-page.php?
- How to get post archives urls list without any markup?
- How can I loop only months foreach year?
- Only display archive subtitle on the first archive page
- Bootstrap Accordion with Dynamic content WordPress Archives Unique ID
- What do I need to style for the page after wp_get_archives?
- How to hide specific post type from archive?
- On my archives page, I can’t see my custom post types catergories
- How to get the Custom Post Type Archive inside a folder
- Add hour to archive link?
- WordPress archives in header -necessary?
- Blog pages show at most unrecognized by code
- pre_get_posts conflict with archive posts
- Any kind of custom post type in the front page and in the archive listing
- Display an archives name
- Archive of year for some categories using the featured image
- Formatting a date/time returned from a custom $wpdb query
- Custom design calendar archive
- Over 500.000(!) unwanted archive pages, major duplicate content problem
- How to display dynamic additional contents on archive pages?
- How to show all the posts under the same Year in a page WordPress?
- How to share the author’s archive?
- How can I show a list of posts using the dynamic selection box?
- My page is shown as archive in my site
- How can I noindex my archive pages?
- Change Title Based on Taxonomy Filter in archive-{cpt}.php
- Display archives based in post_format
- How can I modify wp_get_archives() to not use archive.php template?
- Parent and child relation code and display only first child list
- Get all posts from db between 2 specified months
- Display Day names with wp_get_archives instead of date
- Archive – Show Video from First Post
- Missing content on author archive page
- Trying to hide subcategories which have categories without posts
- date.php shows all posts. how to fix it?
- Show recent posts in single-post page
- WordPress archives by custom field and date
- Archives and category of authors
- Generate daily archive whenever any post type is added
- How to create an archive section of a WordPress site
- wordpress showing all posts instead of date range
- How to remove “Archives” after category name?
- Filter the post listing for a particular category from archive month list
- How to show monthly archive posts?
- Archive Widget – Show selected Category Post title. Sorted by Year