• ok for example on this website: https://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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter aseenus

    (@aseenus)

    bumping for assisstance

    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.

    Thread Starter aseenus

    (@aseenus)

    Did you even read what I wrote?

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How could I make a toolbar up the top?’ is closed to new replies.