• Resolved doulos70

    (@doulos70)


    Newbie question.How can I remove the frontpage posting box?
    I would like to have the sidebar and add a menu on the top.
    Thanks for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    link to website and theme please?

    Thread Starter doulos70

    (@doulos70)

    Thanks.Theme is P2
    Here is the my website
    I removed the frontpage posting box and it removed the sidebar also.
    I want to add catergories as menu.

    Moderator keesiemeijer

    (@keesiemeijer)

    With “posting box” you mean the form from where you post when you are logged in.
    remove these lines in index.php:

    <?php if ( p2_user_can_post() && !is_archive() ) : ?>
    <?php locate_template( array( 'post-form.php' ), true ) ?>
    <?php endif; ?>

    In the dashboard under “Appearance” > “Widgets” you can add a categories menu to the sidebar.

    Thread Starter doulos70

    (@doulos70)

    Thanks posting box was removed but the sidebar is not there and how to remove the gravatar box
    I appreciate your time

    Moderator keesiemeijer

    (@keesiemeijer)

    To remove avatars go to “Settings” > “Discussion” and select “Don’t show Avatars”. And save your chacnges. Maybe you hide the sidebar in the theme’s options. go to “Appearance” > “Theme options” and be sure the option “Hide the Sidebar” is not selected

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove front page posting bar’ is closed to new replies.