Forums

[resolved] moving around html (3 posts)

  1. Micah.Hoffmann
    Member
    Posted 5 months ago #

    Hello can someone please explain to me how to move around html within wordpress?

    [URL=http://imageshack.us/photo/my-images/815/wordpressd.png/][IMG]http://img815.imageshack.us/img815/3047/wordpressd.png[/IMG][/URL]

    as you can see in the picture there are two divs that exist within the header, how do I move them so I can either, pu tthe fritz hoffmann below the header, or put the fritz hoffmann text withing the menu div.

    I just looking for the correct file to manipulate, I don't know the wordpress structure quite yet.

  2. jennifinch
    Member
    Posted 5 months ago #

    HI There,

    Not sure how your server is set-up, but there should be a folder somewhere called: WP-CONTENT. Within that folder is a folder called THEMES. In that folder will be your theme.

    If your theme is like most, you will fine a file called header.php.

    Now the next question is, since you only supplied images and not a link to your working site, I can only guess how your html and css is structured, so I can not help on how to actually make the changes.

    I hope that got you started.

  3. Micah.Hoffmann
    Member
    Posted 5 months ago #

    hey thank you,

    here is the code...

    I understand everything you mentions, this is where I get confused -- how to edit this themes hoooks

    <!-- BeginHeader -->
    <div id="header" class="grid_12 clearfix">
    <div id="masthead">
    <?php gpp_base_header_hook(); ?>
    </div><!-- #masthead -->
    <?php gpp_base_header_image(); ?>
    <?php gpp_base_nav_hook(); ?>
    </div><!-- #header -->
    <!-- EndHeader -->

Reply

You must log in to post.

About this Topic