Help me edit this blogspot theme

Status
Not open for further replies.
2 comments
Open "Animag - Template.xml" in Notepad++ or something and you'll see a few JS variables starting at line # 924:

Code:
var numposts = 8;
var numposts2 = 0;
var numposts3 = 0;
var showpostthumbnails = true;
var showpostthumbnails2 = true;
var displaymore = true;
var displaymore2 = true;
var showcommentnum = true;
var showcommentnum2 = true;
var showpostdate = true;
var showpostdate2 = true;
var showpostsummary = true;
var numchars = 100;
var thumb_width = 350;
var thumb_height = 210;
var thumb_width2 = 110;
var thumb_height2 = 110;
// etc...

Change the first variable "numposts" to whatever number you want.
 
Open "Animag - Template.xml" in Notepad++ or something and you'll see a few JS variables starting at line # 924:

Code:
var numposts = 8;
var numposts2 = 0;
var numposts3 = 0;
var showpostthumbnails = true;
var showpostthumbnails2 = true;
var displaymore = true;
var displaymore2 = true;
var showcommentnum = true;
var showcommentnum2 = true;
var showpostdate = true;
var showpostdate2 = true;
var showpostsummary = true;
var numchars = 100;
var thumb_width = 350;
var thumb_height = 210;
var thumb_width2 = 110;
var thumb_height2 = 110;
// etc...

Change the first variable "numposts" to whatever number you want.
wow! thanks! i am done !
how to change red background ? i want change blue background
 
Status
Not open for further replies.
Back
Top