An, Hyeong-woo
Forum Replies Created
-
As the developer seems to be busy, I’ve fixed the issue myself. The solution is to comment out line 48 (by adding
//
at the beginning) and modify line 51 in the filewp-content/plugins/anything-order-by-terms/modules/taxonomy/class.php
. Change line 51 to$orderby = 'ORDER BY COALESCE(CAST(ant_tm.meta_value AS UNSIGNED), ~0) ASC';
. This results in the following changes. Below are lines 48-51 after the modification:// $pieces['fields'] .= ', CAST(ant_tm.meta_value AS UNSIGNED) AS term_order_int'; $pieces['join'] .= " LEFT JOIN {$wpdb->termmeta} AS ant_tm ON (t.term_id = ant_tm.term_id AND ant_tm.meta_key = '_order_{$taxonomy}') "; $orderby = 'ORDER BY COALESCE(CAST(ant_tm.meta_value AS UNSIGNED), ~0) ASC';
With these changes, the plugin works without issues in WordPress 6.5. The download link below is for the patch file. You can apply it by running the command
patch -p1 < anything-order-by-terms-for-wp-6.4.patch
in the terminal.https://drive.google.com/file/d/1uGy0tL690RBu3mSrN08QpHR0cEgwwRie/view?usp=drive_link
Forum: Reviews
In reply to: [Mytory Markdown for Dropbox] Amazing plugin!!Thank you very much ??????
Forum: Reviews
In reply to: [Mytory Markdown] Lifesaver of a plugin!Thank you ??
Forum: Plugins
In reply to: [Mytory Markdown for Dropbox] Error – The File has not ModifiedThanks for your question.
The message appears when the file is not changed in the dropbox. This may be a problem with the dropbox rather than a problem with the plugin.
- This reply was modified 6 years, 3 months ago by An, Hyeong-woo.
Thank you for your suggestion.
I have a question. What is best choice? Filter by post type or by category or by template?
Easiness is by post type.
What is best for your need?
Thank you.
Forum: Reviews
In reply to: [Mytory Markdown for Dropbox] wonderful!????? ?? ?????
Forum: Plugins
In reply to: [Mytory Markdown] “WP Markdown Editor” SupportPlease let me know the plugin url. And please describe detail you want.
Thanks.
I made up Mytory Markdown for Dropbox. If you’ve used Dropbox Public link, install it. It supports migration.
Forum: Plugins
In reply to: [Mytory Markdown] Code Fencing IssuesResolved.
Forum: Plugins
In reply to: [Mytory Markdown] Code Fencing IssuesI’ve added markdown engine select feature in 1.6.1. Maybe, parsedown will resolve your issue.
Thanks.
Forum: Plugins
In reply to: [Mytory Markdown] Post Dialog brokenThank you for your review.
I fixed the issue.
Forum: Plugins
In reply to: [Mytory Markdown] Import images withe de markdown fileIn my opinion, markdown file should be independent itself. So I don’t like yaml header in jekyll, too.
If my plugin insert images automatically, it will dependent other feature by any way. Markdown file would not know image file path. It’s not good.
And, I have no will to add custom tag for my plugin. Markdown plugin should have only markdown syntax.
This is my opinion. But if you have other way that can avoid dependency, please let me know.
Thanks.
Forum: Plugins
In reply to: [Mytory Markdown] Code Fencing IssuesMaybe, I can fix it. Thanks.
Forum: Plugins
In reply to: [Mytory Markdown] Google Drive SupportThanks. That is interesting feature. I’ll review how to implement.
Forum: Plugins
In reply to: [Mytory Markdown] Doesn't seem to work anymore?