Sunday, October 2, 2022
HomeWordPress Developmentwidgets - Improve variety of tags proven on EA Put up Grid

widgets – Improve variety of tags proven on EA Put up Grid


I am utilizing Important Addons Put up Grid widget, nevertheless it has a restrict on the variety of tags proven – displaying simply 3.

I’ve tried getting into the beneath code on code snippets to override the restrict, nevertheless it would not work:

‘add_filter( ‘.eael_post_terms, ‘tags’ );
perform post_tag_limit($args){ if ( isset($args[‘taxonomy’]) && $args[‘taxonomy’] == ‘tags’ ){
$args[‘number’] = 10;
} return $args; }’

I attempted asking EA however they mentioned they could not assist as, understandably, it is customisation.

I am not snug altering EA information instantly, so would like to make use of Code Snippets. Can anybody please assist with the code?

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments