Conversation
supportWhen both: “WP Hide Category” https://wordpress.org/plugins/wp-hide-category/ and “Archive Posts Sort Customize” are active, “Archive Posts Sort Customize” does not work. Can you fix this? https://wordpress.org/plugins/archive-posts-sort-customize/
Hello yoramzara, I’m sorry for the late reply and I checked to problems. Could you change the code of WP Hide Category? wp-hide-category.php line 74 – 81 function wp_hide_category() { foreach(get_option('wp_hide_category_hide_place') as $template_name){ if(call_user_func('is_'.$template_name)){ query_posts('cat=-'.get_option('wp_hide_category_id')); } } } add_action('template_redirect', 'wp_hide_category'); [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.] http://pastebin.com/XYkpzHw8 The change in this way this code. If you don’t mind, please try it. Thanks, gqevu6bsiz
m sorry, but I an a user, not a coder. I would gladly install an amended plugin, if you send it to me. Changing the code is a bit over my head
Hi, Thank you for your reply. Okay, If you don’t mind, please download this link to try. http://wp.me/a2X3Iw-nA If you have any questions, please free feel to ask. Thanks, gqevu6bsiz
This seems to solve the issue. Are you going to release a new version of your plugin with the fix soon?
Hi, I’m sorry, this issue of the WP Hide Category plugin. I think this cause is query override of the WP Hide Category. About the fix, Please you say the plugin author with this fix. Thanks, gqevu6bsiz
I will. Many thanks
Hello yoramzara, I’m sorry for the late reply and I checked to problems. Could you change the code of WP Hide Category? wp-hide-category.php line 74 – 81 function wp_hide_category() { foreach(get_option('wp_hide_category_hide_place') as $template_name){ if(call_user_func('is_'.$template_name)){ query_posts('cat=-'.get_option('wp_hide_category_id')); } } } add_action('template_redirect', 'wp_hide_category'); [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.] http://pastebin.com/XYkpzHw8 The change in this way this code. If you don’t mind, please try it. Thanks, gqevu6bsiz
m sorry, but I an a user, not a coder. I would gladly install an amended plugin, if you send it to me. Changing the code is a bit over my head
Hi, Thank you for your reply. Okay, If you don’t mind, please download this link to try. http://wp.me/a2X3Iw-nA If you have any questions, please free feel to ask. Thanks, gqevu6bsiz
This seems to solve the issue. Are you going to release a new version of your plugin with the fix soon?
Hi, I’m sorry, this issue of the WP Hide Category plugin. I think this cause is query override of the WP Hide Category. About the fix, Please you say the plugin author with this fix. Thanks, gqevu6bsiz
I will. Many thanks