Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author David Gwyer

    (@dgwyer)

    This changed in the recent upgrade to one-column to make way for supporting all Custom Post Types if present. You can still show the posts and pages in two cols if you wish by floating the div’s via CSS.

    Thread Starter peterdwdc

    (@peterdwdc)

    Thanks for your prompt response – much appreciated!

    I thought that may be the case, but as the screenshots etc., showed 2 columns, worth an ask in case I’d missed something on the settings! ??

    Thanks again.

    Plugin Author David Gwyer

    (@dgwyer)

    I know, they are left over from before the last update. They will be redone in the next version.

    put:

    div#ss_pages {width:50%;float:left;}
    div.clear {clear:both;}

    In style.css

    then add

    <div class="clear"></div>

    to line 534 of wp-content/plugins/simple-sitemap/simple-sitemap.php

    So it looks like so

    </div><!--ss_posts-->
    
    		<?php endif; ?>
    
    </div>
    <div class="clear"></div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sitemap in 2 columns?’ is closed to new replies.