Need help with wordpress template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fpforum
    Confirmed User
    • Dec 2006
    • 1045

    #1

    Need help with wordpress template

    Hey everyone. I am trying to add a banner to my wordpress theme but having much difficulties. I want to use a skyscraper add to appear in the space on the far right of my page where there is some open space...When looking in the sidebar.php I noticed there are two "div class="sidebar" sections..one includes categories & archives...and the other includes search & meta..I have tried adding something sort of like "<div align="right""..before/after/inbetween these other codes but cannot get the banner to display nicely..does anyone know where I would want to add this banner code and how I would want to add it so it will display nicely on the far right without disturbing the current colum on the right?? I hope this makes sense :\

    Email: strikedata |@| gmail.com Skype: mistercashman
  • fpforum
    Confirmed User
    • Dec 2006
    • 1045

    #2
    ohh..and to add..the site is http://www.amilf.net

    Email: strikedata |@| gmail.com Skype: mistercashman

    Comment

    • fpforum
      Confirmed User
      • Dec 2006
      • 1045

      #3
      Also adding..here is the current sidebar.php code

      <div class="sidebar">

      <ul>
      <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>

      <li><div class="sidebar_header"><?php _e('Categories'); ?></div>
      <ul>
      <?php wp_list_cats('sort_column=name&optioncount=1&hiera rchical=0'); ?>
      </ul>
      </li>

      <li><div class="sidebar_header"><?php _e('Archives'); ?></div>
      <ul>
      <?php wp_get_archives('type=monthly'); ?>
      </ul>
      </li>
      <div id="sidebar_blogroll">
      <?php wp_list_bookmarks('title_before=<div>&title_after= </div>'); ?>
      </div>
      <?php endif; ?>

      </ul>
      </div><!-- end first sidebar -->

      <div class="sidebar">

      <ul>

      <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>

      <li id="search"><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>

      <?php include( "/home/clubdrew/public_html/linkex/data/output/1001" ); ?>

      <li><div class="sidebar_header"><?php _e('Meta'); ?></div>
      <ul>
      <?php wp_register(); ?>
      <li><?php wp_loginout(); ?></li>
      <?php wp_meta(); ?>
      </ul>
      </li>

      <?php endif; ?>

      </ul>

      </div><!-- end second sidebar -->
      That is the whole sidebar.php without me trying to add in the code for the banner I want to add..

      Email: strikedata |@| gmail.com Skype: mistercashman

      Comment

      • rcides
        Confirmed User
        • May 2007
        • 108

        #4
        If i'm getting you correctly: Use a <br clear="all" /> before inserting your image.

        Oh, and if that doesnt work, add a style="float:left;" to the div ;).

        hope it helps!
        Your favorite Porn Search Engine!!

        Comment

        • MrLuvr
          Confirmed User
          • Nov 2004
          • 538

          #5
          Maybe try using a different template. Find one that that is easier to manipulate.

          Check the one in my sig. It is free and I can modify it quite easily..

          Or, I would try adding the banner code here and see what happens..

          <?php wp_meta(); ?>
          </ul>
          </li>

          "add <BR> here"
          "and then banner code"

          <?php endif; ?>

          Comment

          • rcides
            Confirmed User
            • May 2007
            • 108

            #6
            Check the theme in my footer or my website if you want some professional easy-costumizable themes.

            Or simply hit me up on icq: 131400915
            Your favorite Porn Search Engine!!

            Comment

            • fpforum
              Confirmed User
              • Dec 2006
              • 1045

              #7
              Originally posted by rcides
              If i'm getting you correctly: Use a <br clear="all" /> before inserting your image.

              Oh, and if that doesnt work, add a style="float:left;" to the div ;).

              hope it helps!
              That almost seamed to fix it..I added this code to the bottom of my sidebar.php
              <br clear="all" />
              <div style="float:right;">
              <script src="allbannerinfoheregoes heree...."></script>
              </div>
              and you will notice on my site it does appear on the far right...just not even with the sidebar..Any other idea's?

              Thanks for everyone's help i do appriciate it!

              Email: strikedata |@| gmail.com Skype: mistercashman

              Comment

              • pierrefitch
                Confirmed User
                • Dec 2005
                • 318

                #8
                i need help to get my theme in the code it's just cut up now

                Comment

                • rcides
                  Confirmed User
                  • May 2007
                  • 108

                  #9
                  How about adding some padding or margin to the div?

                  @pierrefitch: where do you need help?
                  Your favorite Porn Search Engine!!

                  Comment

                  • pierrefitch
                    Confirmed User
                    • Dec 2005
                    • 318

                    #10
                    I want a sign up form page like his for my blog mu wordpress
                    http://blogtur.com/signup.php can someone make a form page like this

                    54844331

                    Comment

                    Working...