- This topic has 1 reply, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Grouping posts by year
Hi, I’d like to know if there is a way to group posts by year. Basically what I have is 2 columns, teh left column shows the results and the right column shows a list of years, when the user clicks on a year the posts matching that year appear on the left column. Is this possible?
Thanks
The date type field in S&F seems allow only a year drop down select form element. You can sort by date, but cannot group them in any way (it is not possible to add a header for each year for example). At least, you cannot do this easily. With the shortcode results method, you can have results.php file that you can edit. As long as the posts were already sorted by date, it WOULD be possible (not by us) to write PHP code to extract the year from the date and compare this to the previous post, and make a new heading if it had changed.
You COULD also have a list of years in a column where the links in them had the necessary code in to send the chosen year to the results. Again, not something we would do for you.