are you using archives widget?
if not then which function you are calling to get archives.
try to add this code (below) in your sidebar.
<?php $archives = wp_get_archives('type=monthly&limit=10&echo=0');
if ($archives) { ?>
<ul class="archive-list">
<?php echo $archives; ?>
</ul>
<?php } ?>
this will output as an unordered list of last 10 monthly archives, you can change limit and type to weekly or as needed.
for more information about wp_get_archives found on codex here
Related Posts:
- Archive permalinks
- Permalinks for WooCommerce Categories and Subcategories
- Rewrite url / permalink for default archive – yearly / monthly
- Change of permalink structure – redirects in htaccess breaks the archive links
- Custom permalink for search and pagination
- Programatically changing post’s permalink when identical post type is published
- Date Archives’ Permalinks under Category folder
- Can’t select blog month within archive category
- Advanced author permalinks
- Disable date based archives for all categories except one
- Path to Pages Resolves to Archive instead of Actual Content
- permalinks issue and archives
- Change permalink structure for pagination only
- I Need to use Month , year in my all archives and pages of my wordpress site
- Strip subcategory base from URL
- archive by year and category: permalink support doesn’t work on pagination
- Customize URL for specific tags archive
- Permalinks – Archives
- WordPress Archives Cause Looping
- Permalink, links a page to the homepage
- Permalinks of archive tag wordpress
- Post archive pages bringing me to a 404 page
- Strip category base from URL?
- Press-This stopped redirecting to permalink after post publish
- How to check if the current page is the permalink page?
- Format HTTP links
- Giving a new page an existing URL
- Some Pemalink problems, probably caused by wrong .htaccess configuration?
- encoded search terms with %20
- Permalinks not working on new site
- Permalinks set to /%postname%/ but still have links being indexed in the form ?p=x
- Custom links in menus not working in multiple environments
- 404 permalink errors on Pages only
- LAMP WordPress Permalinks 404 error
- What happens to the permalink that use %postname% if I change the post name
- Issues when changing permalink Structure
- old permalinks not found
- WordPress permalink from the database?
- Assigning proper permalink to blog that is part of a website
- What would cause a 500 Server Error with permalinks turned OFF?
- Changing permalinks back to default ( ?p=123 )
- permalinks on title tag
- Non Latin page permalink problem
- Display parent page URL for child page
- How to set add_query_arg properly for home page?
- How to redirect old permalinks from https://exmaple.com/category/post_id to https://exmaple.com/category/post_id.html
- Double Slash After Media Path (uploads//)
- New posts link to old posts (random)
- Custom permalink structure for product
- Undefined variable: testimonial in D:\Projects\PWP-WP\wp-content\themes\blankslate-child\template-parts\fields\flex\bottom-page-block.php on line 123
- Is it possible to set public to false for the native WordPress blog
- Empty the_excerpt() broke the_permalink() under him?
- Custom Permalink (with category) for Pages
- WP adding noopener and noreferrer to all links
- 301 redirects after changing permalinks
- Post links broken after migration
- How to change permalink for listings
- WordPress Pages that use Domain URL
- 404 page not found – Yet open admin page it works
- Rename Custom Post Slug using taxonomy
- Link works although page was moved to another location
- How can I have a page’s permalink include my custom post type’s slug?
- wordpress admin panel loop on nginx
- Can’t access new WP install on subdirectory
- WordPress Permalinks
- Problem with permalinks
- Getting current page URL when default permalink is set
- WordPress All pages but home simply read “hello”
- How to change link of an uploaded file to the media library
- On Macbook, my permalinks with post name don’t work. Returning 404 error
- “Undefined” added to page content after google Adwords click
- WordPress pages break with custom permalink settings (theme directory not output)
- Remove /index.php from Permalink
- Image upload ruined my links
- Difference and usage of uri (e.g. get_directory_uri) and absolute path (e.g. get_directory)
- Fresh wordpress installation in sub-directory not accessible
- Get link from wpe_excerpt “read more” and move it
- WordPress 4.0 beta – how to change the link URL in RSS feeds
- Folder Name and Category Name WordPress
- Tag search not working after permalink structure change
- using post meta data as permalink tags [duplicate]
- How to display post permalinks instead of pages?
- Why is there a # and other characters in URL for WordPress site?
- Pretty Permalinks cause site to crash on main domain
- [Plugin leenk.me]modify get_the_title
- get_attachment_link() adds a hashtag to URL
- Include other parameters in permalinks for better management of browser history
- get_permalink to attachment not working
- get_posts displaying wrong permalink for “continue reading” link
- Why is wordpress permalink path wrong for single blog posts?
- I changed rightly the permalinks but I get empty pages in the final posts
- Make all internal links relative, or otherwise make a website accessible from multiple domains
- How do I get a link to a WP page within a loop?
- Different template fallback when changing permalinks
- Creating custom permalink tags in the database
- Pages resolve at different URLs (different capitalizations)
- ‘Unsupported Operand Types’ error stemming from taxonomy re-writes with PHP 8.1
- Custom permalinks for post formats
- Adding tag slug to post permalink
- changed permalink structure and now ajax functions are broken