When i had finally 5 posts on my blog, the third or the fith post on the main page was not showing in the left column. I mean, the preview posts on the main page did’t show correctly. I’ve dug into the template and noticed it didn’t put the clearing div after the second post starting with the second row.
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