Forums

moving menu items in K2 reloaded (4 posts)

  1. timmy1
    Member
    Posted 5 years ago #

    I'm redoing my business website with K2 reloaded and WP 2.1.2.

    I'm not using the blog features, so I'd like to get rid of the blog link in the nav bar. I'd also like to move the site admin link to the footer.

    I'm new to php and wordpress, so if someone could give me a simple but descriptive answer (if possible) I'd really appreciate it.

    Thanks.

  2. StyledSheet
    Member
    Posted 5 years ago #

    open header.php and delete the code that reads:<?php bloginfo(url); ?> (or something similiar).

    open footer.php and insert: <?php wp_loginout(); ?>

    hope this helps! good luck!

  3. timmy1
    Member
    Posted 5 years ago #

    Thanks, StyledSheet. Worked perfectly.

  4. StyledSheet
    Member
    Posted 5 years ago #

    good to hear! good luck!

Topic Closed

This topic has been closed to new replies.

About this Topic