• Resolved generalgumus

    (@generalgumus)


    A custom post in multiple categories causing issues. It only displays under some categories and not all.

    Can you please try to replicate this and let me know if it’s a plugin bug or not?

    plugin version 1.2.3
    wp 4.7.3
    php 5.4

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi generalgumus,

    I have a test website that shows posts in multiple categories just fine. (There is no implementation difference between PHP 5.4 and 7.0, so ruled that out.)

    Can you give me a step by step plan to reproduce this problem (starting from a basic WordPress installation with only my plugin installed)?

    Kind regards,
    Diana

    Thread Starter generalgumus

    (@generalgumus)

    It could even well be a server related issue. I have no idea. You need a custom post type registered either via code / plugin.

    1. Add custom post types.
    2. Create over 100 custom posts – some within multi-categories.

    Useful to mention I have over 100 menu items at least. Some research led me to max_input_vars but no luck there.

    Hi generalgumus,

    Could very well be that you are exceeding the limit:

    https://jonnyjordan.com/blog/how-to-increase-the-menu-items-limit-in-wordpress/

    Most servers will be set to ‘1000’ max_input_vars, this is roughly around 90 menu items.

    Maybe you can see if this value can be increased for you in the server’s PHP settings.

    There’s nothing elsd I can do here. Please note that I never wrote (nor tested) the plugin with such heavy use in mind….

    Kind regards,
    Diana

    Thread Starter generalgumus

    (@generalgumus)

    Hi Diana,

    Sorry, I ment that I already increased the max input vars but it didn’t help. I have converted the menu to a standard manual menu.

    So I’ve moved on but wanted to make you aware there is an issue.

    Regards,
    Devrim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post in multiple categories does not show’ is closed to new replies.