wijnveen
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Assistant] MLA custom feed stops working every now and thenHi David, I was waiting a couple of weeks with my reply because the feed is used only 1 time every week. But yes, it has performed well and I saw that you have even released a new version already!
Thanks a lot for your support and dedication!Forum: Plugins
In reply to: [Media Library Assistant] MLA custom feed stops working every now and thenHi David, sorry for the delay on my side. I had to wait (again) for the upload limit of our site to be raised and was busy otherwise.
Now I’ve installed the development version 20210616 and the MLA Feed version 1.13.I will monitor the feed availability over the next weeks and let you know!
Forum: Plugins
In reply to: [Media Library Assistant] MLA custom feed stops working every now and thenHi David, thanks for the help! I had to wait for the hosting party to raise the upload file size threshold…
Now I’ve installed the development version, but the MLA Custom Feed Example plugin is still on version 1.2
I’ve uninstalled and reinstalled it, tried the “update” command, but there seems to be no 1.3 available…What should I do now?
cheers,
HansForum: Plugins
In reply to: [Media Library Assistant] MLA custom feed stops working every now and thenHi David, thank you for looking into this!
Your theory seems right; the steps give exactly the results as you describe them. There’s a plugin called “rewrite rules inspector”. Would that help?Forum: Plugins
In reply to: [Media Library Assistant] MLA custom feed stops working every now and thenThank you David for your reply!
These are the parameters I use:
attachment_category=Newsletter posts_per_page=1 post_parent=all post_mime_type=application/pdf orderby=date order=DESC date_query=”array(array(‘column’ => ‘post_date_gmt’, ‘after’ => ‘1 week ago’ ) )”
It may be a bit complex but it works like a charm! I use it with MailChimp, which checks every day at 5pm whether a new newsletter is posted on the site. If so, it automatically sends out a newsletter mail.
Now that I study these again it gets me thinking. Should I enclose the attachtment category in quotes? Like attachment_category=’Newsletter’ ?