• Hi guys, so I was just wondering which is the best way to approach this. It’s a very simple site, it’s a portfolio for a copywriter, with only four main pages:

    1. Home page – displays header, banner, 5 most recent blog posts
    2. Portfolio – displays posts with category ‘work’, and will have a furthr option to select category of work, such as print, design etc, but does not have a sidebar
    3. About – a simple page, just some info
    3. Blog – I want the full blog to be visible (except posts with portfolio as the category), including a sidebar if possible.

    Is this possible? What’s the simplest way?

    Thanks

Viewing 1 replies (of 1 total)
  • The answer would depend on “how skilled are you?”

    If I was using a ‘twenty ten’ child theme it would not be to hard.

    Home = template page, from index.php with added banner div and custom file loop-home.php (edited loop.php) with posts per page = 5

    Portfolio = template page, custom navigation, custom loop loop-portfolio.php filtered on single category.

    About = page

    Blog = index.php with custom loop ‘loop-index’ add filter to exclude ‘portfolio’

    If that seems to much then look for a framework the will layout the different pages, I do not use them but I am sure someone will know of one.

    HTH

    David

Viewing 1 replies (of 1 total)

The topic ‘Tips for website structure’ is closed to new replies.