When I post a forum with Tags then It is show 25 Letters.
How to increase more?
Present show:
If I add tag:
With our new SAMIMI bundles pay less and enjoy more Roshan to Roshan
It is shown
https://forum.horje.com/?wpfin=tag&wpfs=With our new SAMIMI bundles
I want full tags to add.
Example:
https://forum.horje.com/?wpfin=tag&wpfs=With our new SAMIMI bundles pay less and enjoy more Roshan to Roshan
Please give me solution?
Hi @rakib2020,
I think you are using tags in incorrect way. Tags are not topic titles, they should contain one, two or maximum three words.
Whatever, you can increase the max number of chars in one tag putting this hook code in your active WordPress theme functions.php file:
add_filter('wpforo_tags_length', function($length){return 200;}, 10);
BTW, the 255 is the maximum value. Here is a good instruction how to insert a new code in your website or in the functions.php in case you cannot do that: How to Easily Add Custom Code in WordPress (without Breaking Your Site)
But another problem is,
In tag page
In title , full length of tag doesn't show?
and See <title>..............</title>
Please tell me how to increase