How would I change the amount of articles showing from 2 to say 5 on the homepage?
Thank
How would I change the amount of articles showing from 2 to say 5 on the homepage? Thank |
Run this using phpMyAdmin:::
UPDATE .`GlParams` SET `kateg` = '1' WHERE CONVERT( `GlParams`.`Name` USING utf8 ) = 'number_articles' LIMIT 1 ;
Then open Admin Advanced settings... change the number for number of articles shown.
D. |
Thanks! Would the same apply for # of Blogs shown on the homepage?
such as:
UPDATE .`GlParams` SET `kateg` = '1' WHERE CONVERT( `GlParams`.`Name` USING utf8 ) = 'max_blogs_on_home' LIMIT 1 ;
?
|
That I havent looked into yet - will get back to you on that one.. cant work all your bugs out in one day.. what we do with the rest of the week... ;)
D |
If you want me to keep you busy, just ask. Between my questions/problems and your solutions we'll get Dolphin working perfectly. |
You can change the number of blogs showing on the homepage in the admin panel Settings/Blog Settings. |