The MU forums have moved to WordPress.org

Can I make 2 extra columns at the top only and only on the main blog? (3 posts)

  1. dutchy4c
    Member
    Posted 16 years ago #

    I am using a 4 column layout which I want to use for all sub-sites. However, at the top of the main blog I want to have 2 separate blocks with scripts, total width identical to the main content area. They should only be 300px in height, 290 width each. Below that should be the normal blog content.

    Again, this only on the main blog, not on any sub-blogs. Is this possible?

  2. Bloggproffs
    Member
    Posted 16 years ago #

    offcource, just edit the theme you are using for the main blog, and restrict it from the rest of the users, if u still want the rest of your users to be able to use it (unmodified), you can copy the theme and rename it, so that you can use the original theme for your users, and the new for yourself.

  3. peiqinglong
    Member
    Posted 16 years ago #

    This is what I do, I use php if statements such as:

    <?php global $blog_id; if ($blog_id==4) { ?>

    That way it is still only 1 theme, 1 set of files to manage.

About this Topic

  • Started 16 years ago by dutchy4c
  • Latest reply from peiqinglong