• Is there a limit on the number of shortcodes you can use in a Page? I can have 54 short codes, but as soon as I add any more, the entire the_content() won’t render. It doesn’t matter which 54 of my set that I chose, it always works with 54 and breaks with any more.

    Each shortcode basically calls a SELECT query based on one custom meta value and then outputs the results.

    That does mean 54 calls to the database though. Could that be the problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ClaytonL

    (@claytonl)

    I’ve tried stripping my shortcode function of everything but an echo statement, but the limit was still there.

    Thread Starter ClaytonL

    (@claytonl)

    Ok, so I can still add more shortcodes of other types, but not more than 54 of the same shortcode.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Limit on shortcodes?’ is closed to new replies.