Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter A F

    (@gonidelux)

    this is the code on : js/columnize.js

    //jQuery.noConflict();
    jQuery(document).ready(function($){

    jQuery(‘.mcol’).makeacolumnlists({cols: 3, colWidth: 305, equalHeight: ‘ul’, startN: 1});
    jQuery(‘.mcol2’).makeacolumnlists({cols: 3, colWidth: 293, equalHeight: ‘ul’, startN: 1});

    });

    Thread Starter A F

    (@gonidelux)

    If anyone comes across this problem, the answer is pretty easy (and maybe obvious).
    It’s just in the general wordpress Settings > Reading > make sure the part that reads “Blog pages show at most” is changed to like 9999 or something. Mine was on the default of “10” making the homepage not show more than 10, duh.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘3rd colum problem !’ is closed to new replies.