Quote:
Originally Posted by hyony
Are there any ways to display more articles under the important news , editor's choice & video news , and also under the breaking features.... The default would show only three under each one on the main page !!!!
Someone help me please
|
With a text editor (like notepad) open file: vbnews/includes/functions.php
For Breaking News:
At line 193: Change: LIMIT 1 to LIMIT 2 or LIMIT 3 depending on how many articles you want to show.
For Editors' Choice:
At line 261: On the same way as above change the number after LIMIT
For Video Articles:
At line 331: Same action as above
For Important News: Sorry you can't. It's a combination of code and template modifications.