So here is what i did:
I've opened the admin page>design>theme editor>estorage+>main index template(index.php) and changed the following var: $count, from $count=0; to $count=1; Then i'ce changed this statement: if($count==1 ) to if($count % 2==0 ) and finally i have corrected the incrementation of the count var, from $count=$count+1; to $count++;
That's all. Posts are showing fine now. Good luck !




No Response to “Fix E-Storage+ (plus) theme for wordpress”
Leave a comment