The MU forums have moved to WordPress.org

missing sidebar (7 posts)

  1. hobsdv
    Member
    Posted 17 years ago #

    how do i get the sidebar to appear in the blog sign up page

    http://www.choiceblogging.com

  2. drmike
    Member
    Posted 17 years ago #

    Looks like you got it.

    Something's up though as the main body of the page is below the sidebar. Here's a Valildation of the page.

  3. hobsdv
    Member
    Posted 17 years ago #

    i take it i have to fix the errors it has listed

  4. drmike
    Member
    Posted 17 years ago #

    Look at this within your post.

    Custom template design using css<p><p></a></li>

    The two closing tags without opening ones is probably what's causing it. :)

  5. drmike
    Member
    Posted 17 years ago #

    Try this:

    <p>You are just minutes away from having your own Wordpress blog</p>
    Within minutes you can be in control of your very own weblog, powered by the
    highly-regarded WordPress system, which provides many features, all wrapped up
    in an easy-to-use interface.</p>
    <p><b>What you get:</b></p>
    <ul>
    <li>Free hosting</li>
    <li>Free Subdomain (http://example.choiceblogging.com)</li&gt;
    <li>Instant activation - Start blogging in seconds</li>
    <li>Custom template design using css</li>
    </ul>
    <a href="wp-newblog.php">Create a new blog</a><br />
    <a href="mailto:admin@choiceblogging.com">Contact Us</a>

  6. andrea_r
    Moderator
    Posted 17 years ago #

    Short version: the template you are using does not have the call for the sidebar in it. It's a slightly modified Kubrick, and most of the templates off the index just don't have the sidebar in 'em.

    Look at the main index template file. There should be a get_sidebar call in there somewhere. Copy that line. Find the wp-newblog file. Plunk that "get_sidebar line in it, with all the stuff inside the < >. (If I paste it here, the forum will eat it.)

    Also: in the wp-newblog file, change the div class=widecolumn to div class=narrow column. (it may be div id=, either way...)

  7. Dianellys Morato
    Member
    Posted 15 years ago #

    actually, what's going on is that the single.php does not call the sidebar function.
    Just open your index.php, copy the get sidebar line (at the bottom of the page), and paste it right above the get footer line in single.php

    Dianellys Morato

About this Topic

  • Started 17 years ago by hobsdv
  • Latest reply from Dianellys Morato