Quote:
	
	
		| 
			
				 
					Originally Posted by trollis76
					
				 
				I think he means that he wants to have like to "boxes" at the index page... 
So that it says like: 
Box_1: 
*Text* 
Box_2: 
*Text* 
			
		 | 
	
	
 if so, then he needs to edit the actualy index.php file
with something like:
$article_title = "News";
$article_content = $article_content." News info here";<br><br>
Then repeat that for the amount of "boxes you want"
Just note you might not be able to edit them with the admin.php edit content option.