jaschaephraim
Forum Replies Created
-
Forum: Plugins
In reply to: [Seamless Sticky Custom Post Types] returns no sticky postsGlad to hear it 🙂
Forum: Plugins
In reply to: [Seamless Sticky Custom Post Types] Incompatible with WPMLGlad you got it working!
After digging into the WPML code I found that the issue was on their end, and alerted them to it. If there are compatibility issues with current or future versions of WPML, please let them know.
Hey there. All this plugin does is add the native UI to mark custom posts as sticky, which means that their id’s will be stored and returned by the option
get_option( 'sticky_posts' ).Beyond that, how to handle those id’s is up to you. As I mentioned above, you can do a query of just those post id’s without interfering with the main loop, check their post type, and spit them out before your regular paginated posts.
There’s plenty online that will help you achieve this, but these details are beyond the scope of this plugin.
Good luck 🙂
The code in the article you linked queries some posts, then compares them to the list of sticky posts to put those at the top. So if you only query 4 posts per page, that 5th one will never be returned by the query and found to be a sticky post.
There are more than one ways to solve this. Off the top of my head, I think the most efficient would be to query all of the sticky posts with the right post type, stick them at the beginning of the list, and then exclude them from your paged query.
Forum: Plugins
In reply to: [Seamless Sticky Custom Post Types] Incompatible with WPMLI finally had a chance to go through all the steps to review this and figured out the problem. I was told by WPML that the underlying issue will be resolved in the upcoming version 3.2
Forum: Plugins
In reply to: [Seamless Sticky Custom Post Types] Incompatible with WPMLThanks for letting me know, this is on the todo list and I’ll update this thread once it’s addressed.
Forum: Plugins
In reply to: [Page Management Dropdown] Can I add dropdown in a page bodyHello, that’s certainly doable but not with this plugin.
This plugin just adds some entries to a data structure that already exists. It only has “dropdown” in the name because old WordPress didn’t have expandable menus so this plugin had to be used with others that created admin dropdown menus.
Good luck!
Excellent. Marking as resolved.
Thanks, that’s helpful. I tried using the Portuguese language pack to see if it was causing an issue, but unfortunately I still can’t reproduce the problem.
Please try opening up your browser’s console and let me know if you see any errors when going through the process you show in the gif.
Thanks for the report. I’m unable to duplicate this issue. Just to clarify:
Your custom post is saved as sticky, so that it says “- Sticky” next to the post name, but when you open the quick edit panel it automatically becomes unchecked?
Forum: Plugins
In reply to: [Page Management Dropdown] Did the changelog disappear?Check-in messages are viewable at the development log: http://plugins.trac.ww.wp.xz.cn/log/page-management-dropdown/
The latest update prevents a notice that pops up in more recent WP versions and updated the documentation.
Forum: Reviews
In reply to: [Seamless Sticky Custom Post Types] Did nothing…Hello, thanks for the feedback. If you give me more details about the issue you’re having I can resolve it. In particular, what is the query you are using that isn’t working as you expect?
The plugin has been updated for 3.0
Forum: Plugins
In reply to: Changing the SVN folder name for a PluginI’d also like to know what to do in this situation–