For some time, Jetpack Protect has been reporting that versions of this plugin up to and including 1.6.0 are vulnerable to Stored Cross-Site Scripting. Here’s a screenshot of the alert on my site.
I came here looking for some info about it, but I see none. Noting that the latest version here, 1.6.0, isn’t compatible with the latest WP versions.
Plugin uninstalled.
Annual Archive is Not compatible with the last two major WordPress versions.
i’d like to know if this plugin is still being attended to, updated with wordpress core updates? WordFence is reporting it:
The Plugin “Annual Archive” has a security vulnerability.Type: Plugin Vulnerable Critical
#1. Can you add centuries to this widget, please?
#2. Furthermore, I’ve noticed that there is bug for years below 1000.
I use the date as a chronology for past events, so I enter the date when the event occurred as the publication date. For example, if something happened before the year 1000, say 420 AD, then when accessing the archive as a permalink /420/, it returns a “Not found” page error. However, if you manually add a leading zero to the URL, like /0420/, everything works correctly.
For year 42, there are two leading zeroes, for example /42/ not working, but manually adding /0042/ is fine.
Is there a way to fix this issue?
#3. Additionally, it would be ideal if there were an option to exclude the year. For instance, is it possible to list all posts that happened (submitted date) is on a specific day in a year (day + month) and display all posts from that day, regardless of the years.
One good example is: On this day or happened on today’s day.
Is there possibility to list archive in wordpress something like this in permalink /*/month/day/?
Thanks in advance for your response.
]]>Hi all,
all of a sudden I experience instead of the listed annual archives the short code
[archives type="yearly"/]
Beforehand it worked for years.
Two questions:
How ca I fix that, what could be the reason for this behavior?
What database columns are aggregated to feed the archives? Is it wp_posts.post_date?
Regards and thankyou
AAA
]]>Hi,
I can’t see any option to create/edit the archive widget or how to add it on my page. I am developing wordpress website on my localhost using elementor builder. The wordpress version is 6.2
Can someone help me with this?
Hi, I hoped with installing collapse-o-matic it would be possible to expand a year into month (and possibly even month into post titles) in the widget. It looks like this is not possible. 2023 – 2006 is already a long list and there is one year with 75 posts.
]]>Hi,
I’m using Divi and found this plugin where I need my blog posts to show by year. Clicking the year and I’d want it to show the archive page of the posts.
In this case it doesn’t. It just opens the same page with the attribute in the URL for my post type.
Can you please point me i the right direction on how to solve this?
https://dev.funkydesign.net/nordberger/news
You’ll see the widget at the bottom right.
Thanks
]]>For unknown reasons, some users deleted old uploaded contributor photos when uploading new ones. Thus, the current versions of some of the posts have a new picture, but the archive has a blank. In a perfect world I’d dig up the old pictures, if I could, re-load them at the old url, and all would be well. But given there are a lot of them that is at least hard and maybe not possible.
In the interim, and maybe permanently, it would be a lot simpler to wipe out and then fully regenerate the existing archive from scratch. How do I do that?
]]>I have tried this Annual Archive plugin and run well. But if we install SEO plugins like Yoast SEO, then the archive cannot be displayed and if we click on the archive option both annual, monthly, weekly, or daily options, will always redirect to the homepage. Is there a solution to this problem?
]]>Hi there,
When activating Rank Math SEO, the yearly archive page as the one linked in the post are redirecting to the front page. Do you know what this conflict is about?
]]>Hello,
I am experiencing that the plugin doesn’t work and redirects the search on Homepage, I found in an earlier conversation that when the RankMath plugin is deactivated it will work – and it does. Any recomendation how to make it work together with RankMath plugin?
Installed the plugin, copied the shortcodes from your site, however nothing shows on the pages…
The widgets are “legacy widgets” that appear to work, but using the shortcodes on a page does not work.
Running the latest version of WP.
]]>Just installed the plugin and works as advertised. I’m using it on a custom post type called “News”. However when I select the year it takes me to /blog/2022 and when I look at the codes I see that’s what the value is of the option pulldown.
I know WordPress has issues with you having both a blog and a custom post type with year style archives.
What is the best way to work around this so that my results appear at /news/2022.
Not sure if I should be looking at filters, re-directs, etc. Realize it will probably take some PHP and custom code which is fine, just want to be pointed in the right direction.
]]>I can I build an archive made from two or more custom post types.
I can only find provision for one post type.
Thanks
Hello,
Is there a way to remove child custom post types from the results? All of the custom post types are displayed in the archive and I would like to exclude children.
Thanks!
]]>I am trying to display a Yearly Archive Widget on a custom Podcast post type, but I am only getting 10 years of archives. 2021 – 2012 shows up, but there are also podcasts in 2011. Can anyone help me find the issue with showing all of the yearly archives?
]]>Dear all,
unfortunately the annual archive links redirect after selecting to my homepage.
Does anybody know, how to fix the problem.
Kind Regards
Fabian Richter
]]>Can not find the plugin settings page in my site As you displayed on front page of under screenshoot
]]>Hi and thanks for a great little plugin.
Im playing around with the custom CSS to get the yearly list as I want.
[[archives type="yearly" order="DESC" /]]
I have managed to change font and colors. Now I want to change the bullet dot (::marker) to a arrow. It can be a standard arrow icon from WordPress or a custom image maby.
Can you please explain if this is possible to do?
So far I come to this. The dot have changed color but I cant make it into a arrow. (The image is just an example for testing)
.page-id-5044 .entry-content a {
font-weight: bold;
font-size: 26px;
padding: 20px;
}
.entry-content ::marker {
color: #800000;
list-style-image: url(https://www.iconsdb.com/icons/preview/red/arrow-right-4-xxl.png);
}
]]>
Greetings,
I love the simplicity of the pluging. I needed it tweaked a bit so that I know if the link showing is the same as the archive page. Here’s my edit starting at line 267
$linkyear = get_query_var('year');
foreach ( (array) $results as $result ) {
$url = get_year_link( $result->year );
if ( 'post' !== $r['post_type'] ) {
$url = add_query_arg( 'post_type', $r['post_type'], $url );
}
$text = sprintf( '%d', $result->year );
if ( $r['show_post_count'] ) {
$r['after'] = ' (' . $result->posts . ')' . $after;
}
if ($result->year == $linkyear){$selected = true;} else $selected = false;
$output .= get_archives_link( $url, $text, $r['format'], $r['before'], $r['after'], $selected);
}
Thanks again and let me know if this is in the update so I don’t have to make a manual change. Ciao.
]]>Hi,
Id like to know how I can style the plugin, I want to have each year horizontal instead of under neath each other,
thanks
]]>Greetings,
I have installed and activated the Annual Archive plugin. How do I access it?
Thank you,
Lloyd.
Hello,
Is it possible to build archives made from two or more custom post types?
i.e. post_type = [array of post types]
Many Thanks
Mario
Hi,
Please, is there a shortcode to show my archives only by month, whatever the year? For example: all articles for January, February, March, etc. ? (what interests me are the birthdays of the articles). Thank you
]]>Hello,
I love this plugin! I would like to put a link on each article of my website to the year of publication. For example: if the post is dated 01/15/2015, the link must lead to all the other articles posted in 2015. Is there any php code for this that I could add to my pages? Thank you in advance.
]]>Hi,
Nice plugin!
Please, is it possible to attach a brief description for each year? For example, when I click on 2001, I would like to display some informations about that year just above listing all the articles of this year.
Thank youi
]]>Can Archive-Pro-Matic display the annual category archive and post list based upon the category of the current post (or page if that option has been added to the site)?
I need to display a sidebar with the archive list for one category at a time.
Rather than creating an annual (or other period) post list for each category, I’m hoping this can be created dynamically based upon the current post category. I’ve added the ability to assign a category to my pages as well, so I’m hoping that would be read as well.
Is this possible?
Thanks!
]]>If I define a Content Security Policy (CSP) in the http headers with script-src: ‘self’ (and also explicit urls to my site) the drop-down lists of annual archive do not work. I have to enable script-src: ‘unsafe-inline’ in addition to other allowed script sources. What is the problem?
]]>Hi. I’m using your plugin Annual Archives. Works great with the Format set to HTML, but when I choose Format: Option, I only get the first couple of months as opposed to the many months and years that I get with the HTML setting. Any idea what I’m doing wrong? Thanks.
]]>