martnorth
Forum Replies Created
-
This is the same problem for me, I’m using this plugin on 25-30 sites and I did’t notice until InfiniteWP had updated them all.
I downgraded them all but it took for what seemed like forever.
Is this plugin going to be updated or do I have to look for an alternative solution? i.e. registering sidebars the “proper” way and creating multiple templates… Seems like a massive faf.
Forum: Reviews
In reply to: [Advanced Post List] Clunky and non-functionalAlso using the short code in widgets is not a problem with the plugin it’s a template issue older templates don’t have the functionality to execute the short code in a text widget… add
add_filter('widget_text', 'do_shortcode');to your functions.phpForum: Plugins
In reply to: [Advanced Post List] Select posts by date range?I am assuming that when you are referring to date range you are talking about the previous #days? so the last 7 days for instance.
Maybe I’m not picking up what you putting down?
If not is there a way of displaying only the last 7 days?
I looked into the PHP of it all to see if I could manipulate the shortcodes for the dates and realised that wouldn’t work anyway. But would this
date('Y-m-d', strtotime('-7 days'))kind of thing help?I use this plug-in on various sites and now only use this plugin to display any posts. It’s great!
Forum: Plugins
In reply to: [Plugin: Support Tickets] display the tickets on page?Hey, I’m trying to display the users tickets on a “tickets” page as I am using the User Access Manager plug-in that is only letting the specific user to see that specific page?