In Velocity theme, is there a way do display >5 category in header
-
-
@AshJi , you can easily set the limit from changing the value from this file https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Repositories/ContentRepository.php#L143 in your project
-
Thanks I was able to make the change. It would be nice to expose it in the UI as a setting in Velocity > Header Content page. Hard coding a value in code should be avoided.
-
@AshJi Sure, thanks for the suggestion, we will implement this.