• I have followed the details found here –
    www.ads-software.com/support/topic/how-to-add-a-blog-template-for-customizr
    for creating a separate custom blog page, as designed by acub.

    As he (?) said, he did not allow for side bars.

    It would also appear that the means of generating the listing has changed since this article was written (was 3.0.12, now is 3.1.5).

    I have tested this by specifying left sidebar, right sidebar and both side bars.
    The post extract is full width and so the side bars are repositioned above and below the content.

    Can I have some help here adjusting the code so that it is correct and upto date?

Viewing 1 replies (of 1 total)
  • Thread Starter SimonGiddings

    (@simongiddings)

    It would appear that all is centred on line 20 :

    <?php query_posts(‘post_type=post&post_status=publish&posts_per_page=10&paged=’. get_query_var(‘paged’)); ?>

    There is nowhere else within the theme where query_posts is called.
    So I am unsure as to what to replace this with.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom blog page does not show side bars correctly’ is closed to new replies.