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?
- What is the difference between get_post_permalink and get_permalink?
- WordPress matching URLs with trailing tildes
- Rewrite Rule for Multilingual Website, Like qTranslate?
- How to use relative links on my pages?
- How to filter to output of the get_permalink() function
- Change slug on post creation
- Is there a user-facing interface to edit an attachment’s permalink?
- URL Rewrite + Page + Custom Post Type = Unusual Redirect
- WordPress on a subdirectory of Laravel – WordPress pretty permalinks inner page shows laravel
- Get post title with link
- WooCommerce permalinks [closed]
- Menu Link Redirect Based on Username or User ID
- Redirect short-form URL to long-form URL (post_id to post_id + post_name)
- Enable Minify in W3Total Cache using NGINX [closed]
- Can’t change permalink url after hitting ‘ok’ and ‘update’
- Why I can’t change the permalink of this page?
- Sub-category and category in permalink structure
- Permalinks changed with WordPress 4.9
- Permalinks broken regularly
- How can I add a page’s ID to its permalink using WP_Rewrite?
- Debugging permalink issue
- Does rename of page slugs create 301 redirects from old slug to new (same as for posts)?
- Changing post content on save, using updated fields
- Change blog segment of URL
- Change in permalink structure made javascript cookie not work correctly
- Multiple taxonomies on same permalink rule [closed]
- How to bulk edit image url in featured image and product description?
- WordPress category base not in post permalink
- What’s actually happening when permalinks for custom post types suddenly stop working
- Images in media library have suddenly disappeared
- Conditional permalink structure
- Auto setup “permalink” or request notice
- How to add .html to the end of the permalink
- IIS 7 Rewrite with parent categories
- get_permalink() always returns empty
- Separate link structure for specific posts (/blog/glossary in stead of just /blog)
- WordPress basic functions show on top in custom shortcode
- Is it possible to install WordPress Multisite on a subdomain with subdirectories?
- Internal linking when on a shared IP
- How can I include permalinks in this code?
- How can I redirect this contact form to a specific permalink
- http: not showing in wordpress permalink setting
- Two URLs of one post is available
- How to add specific phrase to end of search url
- Will adding 40,000 301 redirects slow down a site?
- Configuring Home Page Address
- Pagination url for page template
- Page URL not working due to physical directory
- Gutenberg Editor: dynamically edit slug field based on ACF field
- Cannot Set Custom Permalinks for Multisite Post Migration
- Permalinks (don’t kill me) refuses to work..Yes, it results in a 404
- Load-balanced site frequently losing permalink settings
- Cannot make custom search permalink to work in a fully custom theme. Search string $_GET[‘s’] is always empty
- Redirect old /%category%/%postname%/ to just /%postname%/
- Permalink length
- Redirect page to homepage, keeping URL
- How can I put WordPress in a directory but keep just the home page at the domain root?
- How to display category and subcategory in wordpress permalink structure?
- Updates all internal links on permalink update
- What permastrusture tags are generated out of the box right after creating custom post types and taxonomies?
- Change permalinks of ‘post’ type (add_rewrite_rule or ?????)
- Generate post title and permalink from custom field and post date
- how to get Pretty permalinks($wp_rewrite) till `INIT` action?
- The permalink for the page doesn’t work and page’s defined link throws “Object not found!”
- 403 Forbidden Error on subdomain
- WordPress search seems to look into permalink (which is bad)
- whats is the perfect configuration to .htaccess for permalinks?
- Search page Paginations not working
- Select page/template from the permalink url
- Removed and Reinstalled WordPress, Redirect Broken now
- Incorporate single WordPress page into an existing static website [duplicate]
- How to configure WordPress to be a subdirectory of my main site as mymainsite.com/blog?
- How to avoid duplicate Url for the home page
- Removing parent page in URL for one page
- htaccess strip url
- Problems loading stylesheet and permalinks after rebooting
- Settings > Permalinks – mod_rewrite ineffective if expression not preceded by /index.php/