Hi,
on a Voice Report demo page, there is a section on a front page titled “Past Stories”.
I have recreated this layout but now I need to link each button from this section to the corresponding archive page – so for example – when I click on a “Last Week” button it should bring me to the archive page displaying posts from the last week.
Analogously when it comes to the posts from yesterday, last month and last year.
Is there an option to sort posts like this on a given page that I’m missing or would it be required to modify themes code?
Thank you,
Paul
Hello,
The element you mention is a simple image box element. it is an image with a custom link set to it. You can change that link to whatever url you prefer from the tagiv composer block settings. It will no detect posts or have sorting options. for that you will need another block element. The image box is just an image and url.
Thank you!
Hi Bogdan, sorry for such a late response. Yes, I’m aware that “Past Stories” section is just a static image box and I have already recreated how it looks.
And I know that in a Voice Report demo page those buttons aren’t linked anywhere – however, on my website, I’d like to have them linked to the proper pages containing posts archives for a given date range (Yesterday, Last Week, Last Month, Last Year) – and this is what is the main problem here.
For example, I would create a new page to display posts created during last month or page that would only display posts from yesterday and then I would just link to those newly-created pages from “Past Stories” section but I can’t find any way to apply such date range filters – so I assume that it would require some custom modifications to the theme code right?
Or is there some built-in way to filter posts by date range that I’m missing?
Thanks!
Hello behoofdesign,
Unfortunately, please notice that our theme does not have any such a range filters, sorry! All the available sortings can be found here -> https://www.screencast.com/t/1JE9uyNMVw If you want to have more sort order options, you should create it yourself through the code because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Ok, thank you for this clarification Catalin,
I just wanted to be sure that I’m not missing any built-in filtering options which could be used here before I move to coding.