what defines, which articles are displayed in the lower right screen "latest blog entries" and how can i adjust the number of articles displayed?
Amplify - lower right screen
4 posts from 2 voices-
Posted 5 months ago #
-
Search for following function/code in functions.php:
function recent_posts($heading = false)- this function is responsible for the "latest blog entries" on the homepage. If you want to change the number of articles replace following code:
$query = 'showposts='.$this->showposts;with eg:
$query = 'showposts=5';Obviously you can choose another value - i.e. 10 or 1, etc.
Posted 5 months ago # -
Hi,
thanks but how can i show articles from differrent kategories in the latest blog entries? i have 3 kategories but only 1 (Club Info) shows up?
Posted 5 months ago # -
ok, found it my self it seems.
had to change:
$query .= '&cat=-1';in
$query .= '&cat=-2';so 2 categories show up.
Posted 5 months ago #
Topic Closed
This topic has been closed to new replies.














