Extend Discuz tags number in a post
Default tagnum of each post in Discuz system is 5. How could we extend this value to get higher SEO score.Very easy to make this change. Just follow these steps.
1. Edit this file: /source/class/class_tag.php
2. Find this:
if($tagcount > 4)
3. Replace by:
if($tagcount > 50)
// 50 you can customize this
Save and upload to your site.
Trang:
[1]