Comment on Talian 5 WordPress SEO Theme by SEO Dave.

AdSense WordPress Theme Options Code Fix for those using the original Talian WordPress theme and want the Language Translation images (top of left menu) to be within the green box (like other sections). The problem is a <ul> tag is missing, but if you add one it breaks the code validation.

Talian code fix below-

Edit left_sidebar.php

Find

<h3>Translators</h3>

Directly below add

<p>

Find the next </ul> and change to </p>

Save file.

Edit style.css

find-

.sidebar-box ul {

change to-

.sidebar-box ul, .sidebar-box p {

Save and upload both files.

Should now work like you see for my Talian with AdSense and SEO version of this great WordPress theme.

David