I want to see if it is possible to limit the amount of backups that is shown for example, as I one of the websites has a backup every week, so I need to be able to limit it to 5 or 10 for example in the template.
I tried looking through all documentation but couldn’t find anything for it. Is this possible? I noticed there were some other posts that asked this but with no solution.
This works in the preview, but when I download the pdf, they are all hidden, instead of 5 showing. Any reason this is? Maybe the PDF exporter on MainWP doesn’t support nth-child?
Found the solution. The above didn’t work and it seems to be because it doesn’t like (-n+5) but if you decide to go the other way and hide all but first five with (n+6), it works fine.