Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormicheleCT
    • CommentTimeMay 7th 2007
     
    Thanks in advance for any assists ... I have searched this forum for info on how to remove the jump and search elements from my plogger page embedded in a website - I have tried the couple of suggestions that I found here, however they all seem to skew or eliminate MORE than just the jump and search elements -
    Is there an easy way to do this? If so, any help is greatly appreciated -

    I am putting together a page for a friend, and do not want to update to the beta 3 version of plogger until - from what I've seen once that is "officially released" it should allow more customization correct?

    Thanks again!
    • CommentAuthorjack
    • CommentTimeMay 8th 2007
     
    Just remove the appropriate lines in the header.php.

    What would remain is this:

    plogger_init();

    // Output highest level container division
    print '<div id="centering">
    <div id="wrapper">
    <div id="header">
    <div>'.generate_breadcrumb().'</div>
    <div>'.generate_header().'</div>
    </div>
    ';

    print '<div id="main_container">
    <div id="breadcrumbs">
    <div id="plog-pagination" style="display:none;">'.plogger_pagination_control().'</div>
    </div>';