• Hi there,
    I am having a problem with some final customizations on the default theme. I got my homepage basically how i want it to appear but the other pages and categories don’t layout the same way. Where can I adjust those settings in the stylesheet? Any help is appreciated…

    http://training.ustactical.com

    Thanks,
    Rich

Viewing 5 replies - 1 through 5 (of 5 total)
  • I am adding onto Rich’s question. I too have modified the Default theme the way I desire. When you click on a specific post though you lose the widget bar on the right. What I want is to keep the look like the homepage and only the post change.

    http://www.blog.ylakeland.com

    Thanks!

    You both either learn how to tweak that theme (and it is not easy!) or you pick another theme.

    Thread Starter reach100

    (@reach100)

    So far I was able to apply the changes that i made to index.php to page.php as well. This solved the problem of layout on “pages. ”

    cmcarter: Go into the sidebar.php file and get rid of the conditional tags. Probably something like this:

    <?php if (is_home()){ ?>
    ...
    <?php } ?>

    Incidentally, this is rather a different question than Rich’s–next time, may want to start a new thread instead.

    Moshu: I just got stumped after trying to tweak the theme, hence asking the ?. I guess try try again works though and basically I went into page.php and changed the class to narrowcolumn. Problem solved.

    Thanks for the help.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Default Theme Layout’ is closed to new replies.