• Hi – I’m trying to construct the layout here:

    https://www.cybercan.co.uk/preview/screenshot.jpg

    The main area is fixed width but the vertical graduation extends to the edge of each page. All of the text is live apart from the logo at the top (his name and ‘Conductor’).

    Each different section has a different colour background graphic (including vertical fade) and the links top right change to show the sub sections with a ‘Home’ link above them.

    I’m really trying to come up with a strategy for creating this. Do I choose a single column site and position the navigation as a block with css? The text at the bottom will range right on every page and the footer links will stay the same.

    That’s really the main question – I don’t want to spend ages on one strategy to find out that doing it another way would have been better.

    Thanks,
    Richard

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like a one-column layout would be the right approach:

    HEADER

    MENU (either wp_nav_menu() or a widgeitzed “sidebar”)

    CONTENT (Loop)

    FOOTER

    Thread Starter rpain

    (@rpain)

    Thanks. The header logo and background are the same flat image (the logo changes colour on each page too) so should I just have

    MENU

    CONTENT

    FOOTER

    and use general CSS for the background which is different on each page?

    Is there any way I can add a setting to each page to tell the system which background to use or should I just put in a php condition?

    Cheers,
    Richard

    If you have a limited number of Pages, and a limited number of background images, then I would just control them via CSS, using an appropriate class output by the body_class() template tag added to the HTML <body> tag.

    Thread Starter rpain

    (@rpain)

    Sounds good to me – thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Template Strategy’ is closed to new replies.