Just stopped working. Everything was fine then a new WordPress update and now not working
]]>Hi, just noticed this. All current year posts are listed and same with the previous year, however under 2019 only the last 3 months are displayed. What’s happening with the previous months in 2019?
]]>Any chance this could be upgraded to also allow grouping by decade?
]]>First let me say what an outstanding plugin “Collapsed Archives” really is. I had been looking for a plugin with this functionality for a long time, and have been happily using it for 2 years.
Collapsed Archives is easy to install and set up. The layout is pleasing to the eye and the functionality is just what is needed.
However with the latest version of WordPress Collapsed Archives is no longer working.
Hopefully you will be able to resolve this issue.
Please confirm.
]]>I’m not keen on the blue triangles you see on iPhones is there a way to change it?
]]>Hi. I want to add my appreciation for this neat little plugin. I do hope it will go on being supported.
I had a problem a year ago which got no replies – then I was ill. Could somebody please advise me what and where to put a line in my php file to do the following.
I want my posts to follow the usual convention, with the most recent on top, but my archives to be chronologically ascending. The archives are successfully chronological ascending by year and month, but the posts within a month are still descending. Can these be reversed too?
]]>When I click month, the home shows the posts from that month. I want to put an echo in the home with the month and year, eg: Archive october 2018
]]>The default color of triangle is black, I can’t find the css for change the color.
]]>Dear Support Team,
I upgraded my site to PHP 7.2 and got now the following warning in WordPress debug mode:
PHP Deprecated: Function create_function() is deprecated in […]/wp/wp-content/plugins/collapsed-archives/collapsed-archives.php on line 183
Thanks for addressing in a newer version.
]]>Dear all,
when I run WordPress in debug mode, I receive a significant amount of PHP notices: Trying to get property of non-object in […]/wp-content/plugins/collapsed-archives/collapsed-archives.php on line 80.
I think there should an “IsSet” check before using “!$r[‘never_expand’]”.
Thanks and best regards!
]]>First let me say what an outstanding plugin “Collapsed Archives” really is. I have been looking for a plugin with this functionality for a long time, and happily I have now found it!
Collapsed Archives is easy to install and set up. The layout is pleasing to the eye and the functionality is just what is needed.
The year and the month are expanded corresponding the actual post displayed.
Is there a setting, so that all of the months and years will be collapsed?
The plugin has not been updated for more than 2 years. I hope you will continue to update this plugin because there isn’t another one like it available.
Please confirm.
]]>I wonder if Sairah found the answer to this problem two years ago?
I’ve just installed this plugin – just what I was wanting. Only problem is that while the years and months are ascending, the posts within each month are still descending.
Can anyone point to some place in the code where I should presumably change DESC to ASC?
Thank you
I have installed Collapsed Archives. It shows up completely expanded. I can’t see how to make the months collapse to leave only the years.
I am using the theme Atahualpa 3.4.4
]]>Hi, First thanks for writing this plugin.
I tried to use this on a custom post type (news) but it didn’t work by default. Here’s how I did it:
Code added in functions.php
add_filter('getarchives_join', 'news_getarchives_join', 10, 2);
add_filter('getarchives_where', 'news_getarchives_where', 10, 2);
function news_getarchives_where($condition_str, $r){
$condition_str = "WHERE post_type = 'news' AND post_status ='publish'";
return $condition_str;
}
function news_getarchives_join($condition_str, $r){
$condition_str = "JOIN wf1_icl_translations t ON t.element_id = wf1_posts.ID AND t.element_type='post_news'";
return $condition_str;
}
To make it work, I needed to add the following code in collapse-archive.php to have a custom filter (start from line 86):
if ( $r['show_post_count'] ) {
//$year_query = new WP_Query( 'year=' . $result->year );
$year_query_args = apply_filters( 'ca_set_year_args', 'year='.$result->year, $result );
$year_query = new WP_Query( $year_query_args );
$after = ' (' . $year_query->found_posts . ')';
}
Can you please look into this if you can include this in your next version. Thanks.
]]>Hi there,
Just wanted to say thanks for the plugin, it looks much better than the others out there. I was wondering if it were possible to drop down the months as well to reveal the posts? If not, there’s not a problem – it still looks better than others ??
Cheers,
Shane
Hi,
Is it possible to limit on category based?
Thanks,
]]>Hi, is there a way of putting this on my site using a shortcode? I don’t have widgets enabled.
Thanks
]]>Hi, thanks for your plugin—I’m trying to set it to display the months in chronological order rather than reverse chronological order, however, this setting doesn’t stick. Please advise.
]]>is it possible to place triangle and year on the same line?
]]>Hello,
can you post some screenshots or link to a demo page so we can have a look of your plugin, please ?
https://wptavern.com/dear-wordpress-plugin-developer-please-add-screenshots