Skip to content

WP Developing

Learning WP Development My Way

Tag: terms

Is there a limit to the number of terms one can have associated with a listing?

Currently term data is cached up to 1000 entries which may cause some terms not to appear. One can alter this limit manually in /lib/components/Entity/Helper/TaxonomyTermsHelper.php

Edit line 25:
->fetch(empty($num) ? 1000 : $num);

They plan to add a hook for this to allow configuration from the backend in the future.

Recent Posts

  • Things You Almost Certainly Will Never Need to Know: WDS-Shortcodes
  • DevKinsta: Initial Thoughts and Feedback
  • Migrating a WordPress Site to SpinupWP the Easy Way
  • When You Get an Invalid Default Value Error While Changing Your MySQL Engine on a Table from MyISAM to InnoDB
  • Headless WordPress

Recent Comments

  • Dave Mackey on Migrating a WordPress Site to SpinupWP the Easy Way
  • Archer Hood on Migrating a WordPress Site to SpinupWP the Easy Way
  • Kingsley Ibietela Felix on Migrating a WordPress Site to SpinupWP the Easy Way
  • Dave Mackey on Migrating a WordPress Site to SpinupWP the Easy Way
  • Kingsley Ibietela Felix on Migrating a WordPress Site to SpinupWP the Easy Way

Archives

  • May 2021
  • April 2021
  • November 2020
  • September 2020
  • May 2020
  • April 2020
  • September 2018

Categories

  • Database
  • Developer Knowledge
  • Developer Tooling
  • Directories Pro
  • Gatsby
  • Hosting
  • MySQL
  • Plugins
  • SQL
WP Developing Proudly powered by WordPress