Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gbwriter

    (@gbwriter)

    GOT IT!

    Sometimes it seems like after 4 hours of trying to figure out what is happening. The simplest thing pops up and you feel like an idiot.

    All good guys.

    Here’s what fixed it.
    When converting to two sidebars over one. I went with
    <?php get_sidebar(‘left’); ?> Then the content or whatever,then <?php get_sidebar(‘right’); ?>

    In Single.php however, I did THIS <?php get_sidebar(); ?> so it still pulled the sidebar data, just not the formatting from css.
    WOW I feel like an idiot.

    Thread Starter gbwriter

    (@gbwriter)

    I think I might have the right direction to go in on this one. (And my previous date question)

    I think the problem is that I started off with grabbing the header,footer, and sidebar from my html based them and created the php from that.

    But my mistake was that I grabbed an example loop and just stuck it in there forgoeing doing it dreamweaver first.

    SOLUTION:
    What I’m going to try is to just create it in html for the time being and then copy everything over. And just add pieces of the loop inside the div’s that I would have already created.

    What do you guys think?

    Thread Starter gbwriter

    (@gbwriter)

    If someone can give me some help I’d appreciate it.

    I’ve scoured the internet for a video guide or something so I could see the process.

    I think the key is to find out what div’s I can control with style.css but I can’t really flesh out which ones to edit and what to do to get the style that I want.

    Thread Starter gbwriter

    (@gbwriter)

    Great stuff! I’ll use these to start figuring out what I’m doing. Getting really frustrated with it right now so it might be a few days. I’ll let you know whats going on with it or what I end up with.

    Thread Starter gbwriter

    (@gbwriter)

    HERE is the relevant code in case someone wants to have a peek.

    <head>
    <div class="content">
         <div id="post-1" class="post-1 post type-post status-publish format-standard hentry category-uncategorized">
        <div class="post-header">
            <div class="date">Aug 13 12</div>
            <h2><a href="https://localhost:8888/?p=1" rel="bookmark" title="Permanent Link to Hello world!">Hello world!</a></h2>
            <div class="author">gbwriter</div>
        </div><!--end post header-->
        <div class="entry clear">
                    <p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
            <a class="post-edit-link" href="https://localhost:8888/wp-admin/post.php?post=1&action=edit" title="Edit Post">Edit This</a>            </div><!--end entry-->
        <div class="post-footer">
            <div class="comments"><a href="https://localhost:8888/?p=1#comments" title="Comment on Hello world!">1 Comment</a></div>
        </div><!--end post footer-->
      </div><!--end post-->
      <div class="navigation index">
        <div class="alignleft"></div>
        <div class="alignright"></div>
      </div><!--end navigation-->
        <!-- end .content --></div>
    </head>
Viewing 5 replies - 1 through 5 (of 5 total)