Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    if the front page template is calling loop.php, check if the code is still there:
    should be near the start and close to the end of the file.

    or simply copy the code from loop.php of twenty ten and add it to your template.

    Thread Starter portermonkey

    (@portermonkey)

    The code is still there. If you move your mouse over the area it will highlight and work/is clickable. I suppose it is burried in the margins or something of the post or container or something?? I just can’t figure out what.

    <edit>
    you need to just start clicking around the bottom left area and you will hit it. And it shows in firebug

    Michael

    (@alchymyth)

    found it, and i too have no idea why it would be so reduced;

    in the style.css of the child theme:

    #container {
        float: left;
        margin: 0 -280px -50px 0;
        width: 100%;
    }

    the negative bottom margin is hiding the nav;

    -30px seems to work.

    Thread Starter portermonkey

    (@portermonkey)

    RIGHT – ON !

    Thank you alchy !

    Another WP mystery solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No link to "older-posts" shown?’ is closed to new replies.