Support » Fixing WordPress » Help with my site

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try editing your theme’s sidebar template file(s) and removing:

    <img alt="About me" src="<?php echo get_stylesheet_directory_uri();?>/images/aboutme.gif">

    Thread Starter christina4733

    (@christina4733)

    Do I do this in the style.css or the sidebar …

    sidebar I guess. The code is html/php so it should be inside your php file

    Thread Starter christina4733

    (@christina4733)

    thank you, I did it !!! thank you !! Now I just wish that I could create tabs on the left, where the button “home” is, I want to put about me there too and my other pages. Just don’t know how..

    on your sidebar? Do you have widget areas? if you have space create a new custom menu. then just make a new menu item under appearance-menu and just create a new menu bar and then just add that menu to your newly created custom menu.

    Thread Starter christina4733

    (@christina4733)

    Ok I did it, but didn’t want it to be on the sidebar. If you go to my site you’ll see on the left side where it says “home” a button. I wanted to create other tabs, that link to other pages. Not sure if I can even do that with this theme…

    Oh allright . You can but you´ll have to code it yourself prob . Can you paste the code for the menu on the left side? If it’s only <?php get_sidebar(); ?> or something along those lines the code will be defined in functions

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Help with my site’ is closed to new replies.