Forums

How could I make a toolbar up the top? (5 posts)

  1. Aseenus
    Member
    Posted 2 years ago #

    ok for example on this website: http://www.sc2armory.com/

    There is a toolbar up the top with login/logout etc, I wanna impliment something like that however I dont know where to add the div? Where in the editor do I put the div to make a toolbar like that? I tried putting it on top of

    <?php
    /**
     * @package WordPress
     * @subpackage Default_Theme
     */
    
    get_header(); ?>

    But it didnt work? help please!

  2. Aseenus
    Member
    Posted 2 years ago #

    bumping for assisstance

  3. Zulfikar
    Member
    Posted 2 years ago #

    That is a pre-coded theme with toolbar.

    If you want to emulate it in your theme, you will need to code it in the style.css - presuming you know some css coding.

    From their source code it seems like a custom coding.

  4. Aseenus
    Member
    Posted 2 years ago #

    Did you even read what I wrote?

  5. Zulfikar
    Member
    Posted 2 years ago #

    Yes I read what you wrote and am trying to help you so don't be so rude. You can not implement the div in whatever position you are trying unless it is defined in the style.css

    And I even indicated to you that the code required is available via their source code. Unless you are using the same theme then you will need to figure out where to put the code.

    And FYI - nothing you put on top of

    <?php
    /**
    * @package WordPress
    * @subpackage Default_Theme
    */

    get_header(); ?>

    as you stated above will work.

    Anyways good luck!

Topic Closed

This topic has been closed to new replies.

About this Topic