Small Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Loop Post Selector] Option to sort postsClosing this since we don’t plan on implementing a custom function and are instead waiting on WordPress core for an update!
Forum: Plugins
In reply to: [Query Loop Post Selector] Posts with same post title not selectableWe’ve made two changes to the plugins:
- Posts will now show an ID, so even if they have the same title you can differentiate them.
- You can search by ID, so hard-to-find posts can be surfaced much faster.
🎉
Forum: Plugins
In reply to: [Query Loop Post Selector] Option to sort posts-deleting duplicate comment-
- This reply was modified 1 year ago by Small Plugins.
Forum: Plugins
In reply to: [Query Loop Post Selector] Option to sort postsOh and good news: looks like there’s active discussion on making this possible directly through WordPress: https://github.com/WordPress/gutenberg/issues/64086
Forum: Plugins
In reply to: [Query Loop Post Selector] Option to sort postsOn a personal level, I totally agree, it would be nice to have that!
That said, our team don’t plan to add it at this time. We’re using a native WordPress component which doesn’t have this functionality, and in our effort to keep the plugin small, we don’t plan on adding extra code in order to support this.
Hopefully keeping the code straightforward and simple is good enough news to overcome this limitation.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Fix for duplicate comment form?Hiya! Can you be more specific? The Site Editor has the comment form block and then it has the comment template block. I thought your plugin replaced the comment form with yours. Is that not how it works?
Forum: Plugins
In reply to: [Query Loop Post Selector] Posts with same post title not selectableAh, we’ve seen a similar issue in another one our other plugins. We’ll look into this!
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post Types (again)Thanks for the troubleshooting and feedback! I confirmed that Custom Post Type UI’s export code also uses the
inithook; it wouldn’t be reasonable–in my opinion–to expect users to know to change that. So we’re discussing how we want to modify our plugin. I think your suggestion would work, or perhaps we’ll set a priority on ourinitcall. Either way, I expect we’ll release an update in the coming days!Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post Types (again)Let me check with my team and see what ideas we can come up with.
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post Types (again)And you’re definitely on the latest version–1.0.2–right? I know we fixed a similar backend issue previously. My tests are working, too. https://ocl.ink/v/vgcYpQ
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post Types (again)Hey, @takeok, what have you done to test this? I can confirm this plugin does work with CPT when on WP 6.7.1
Would you like help debugging your issue?
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post TypesThanks so much for the details @philbee! We are releasing an update today; we found an issue where the editor wouldn’t show the correct query for custom post types, but the front-end would. This was due to post types being registered later via CPT UI (or any other plugin).
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post TypesHey, philbee, can you confirm what version of WordPress and this plugin you’re running? We’ll investigate!
Forum: Plugins
In reply to: [Local Avatars by Nocksoft] How do I set a default avatar?Thanks for the reply Rafael!
Is it possible to set a custom default avatar?
(Sorry, my original question was missing this critical context.)
Forum: Plugins
In reply to: [Query Loop Post Selector] Performance issuesFixed!