Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author gqevu6bsiz

    (@gqevu6bsiz)

    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

    Thread Starter yoramzara

    (@yoramzara)

    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

    Plugin Author gqevu6bsiz

    (@gqevu6bsiz)

    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

    Thread Starter yoramzara

    (@yoramzara)

    This seems to solve the issue. Are you going to release a new version of your plugin with the fix soon?

    Plugin Author gqevu6bsiz

    (@gqevu6bsiz)

    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

    Thread Starter yoramzara

    (@yoramzara)

    I will. Many thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin conflict’ is closed to new replies.