Word Press Question....

3 replies
I need to move a sidebar widget from the right side of my site to the top. You can see it here The Black Book Project. I want to move the language widget to the top, above "Default Test" but below "Internet Marketing Hub" (breadcrumb)

Do I edit the header.php script.... Can I add a "top bar" so the widget shows there....?

Any help is appreciated,

Mike
#press #question #script #widget #word #wordpress
  • Profile picture of the author theinternetguy
    Hi black book project. All i can say is that you can look in the wordpress plugin directory at (wordpress.org/extend/plugins/)

    they have thousands of plugins and you can probably find the plugin you need to do what you need to get done. Now one thing though. These plugin only work if you are hosting your own inhouse wordpress blog from wordpress.org. if you are using the free wordpress.com blog then tou cannot use these plugins.

    good luck
    {{ DiscussionBoard.errors[434448].message }}
    • Profile picture of the author Mike Adams
      Originally Posted by theinternetguy View Post

      Hi black book project. All i can say is that you can look in the wordpress plugin directory at (wordpress.org/extend/plugins/)

      they have thousands of plugins and you can probably find the plugin you need to do what you need to get done. Now one thing though. These plugin only work if you are hosting your own inhouse wordpress blog from wordpress.org. if you are using the free wordpress.com blog then tou cannot use these plugins.

      good luck

      Im just trying to move the widget from the site to the top. The actual widget itself works great.
      Signature
      P.S. If you found my post useful, please click the "Thanks" button below...
      {{ DiscussionBoard.errors[435175].message }}
  • Profile picture of the author Sagar Mehta
    Hi Mike,

    The only way to add that widget below the header is to 'widgetize' the header.

    I believe the language widget is just a text widget with some HTML code? If yes, you can take that HTML code and put it in your theme's Header.php file and OR your theme's index.php file.

    In your theme's index.php file, find the following:

    <div id="content">

    Then paste your HTML code for those language buttons right below it. That should do the trick. Try it out and see if it works

    Sagar
    Signature
    Need AWESOME Customer Support For Your Product / Service / Upcoming Launches? > Click Here <
    {{ DiscussionBoard.errors[434521].message }}

Trending Topics