Aseenus
Member
Posted 1 month 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!
Aseenus
Member
Posted 1 month 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.
Aseenus
Member
Posted 1 month ago #
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!