I’ve been loing for themes that I can have different image headers on different pages. Everything I look at has a main page image, slider, ect… but the subpages have no ability to have their own main image at the top of the page.
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Referred between 100 and 199 users
Look at our three theme
In our portfolio.
wavdav911 said
I’ve been loing for themes that I can have different image headers on different pages. Everything I look at has a main page image, slider, ect… but the subpages have no ability to have their own main image at the top of the page.
Hey, look at this – http://themeforest.net/item/scope-agency-business-wordpress-theme/952938?WT.ac=portfolio_thumb&WT.seg_1=portfolio_thumb&WT.z_author=OrmanClark
duotive said
Look at our three themeIn our portfolio.
Very nice…I’m looking for something more corporate. I’ll keep your template in mind for another project tho…
Pixelous said
wavdav911 saidHey, look at this – http://themeforest.net/item/scope-agency-business-wordpress-theme/952938?WT.ac=portfolio_thumb&WT.seg_1=portfolio_thumb&WT.z_author=OrmanClark
I’ve been loing for themes that I can have different image headers on different pages. Everything I look at has a main page image, slider, ect… but the subpages have no ability to have their own main image at the top of the page.
I see that the page backgrounds change, but I’m looking for page header images that are unique on each page.
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Referred between 100 and 199 users
wavdav911 said
duotive saidVery nice…I’m looking for something more corporate. I’ll keep your template in mind for another project tho…
Look at our three themeIn our portfolio.
Sure
Thanks
Have a look at the Ecobiz theme.
- Sold between 250 000 and 1 000 000 dollars
- Item was Featured
- Author had a Free File of the Month
- Author was Featured
- Exclusive Author
- Interviewed on the Envato Notes blog
- United States
- Microlancer Beta Tester
Check out our Momento theme for that functionality. Also, try checking out the photography category as there are a few themes with that feature.
If you find a theme you like its a very simple customization to add.
Pretty much all you need is to be able to set “featured images” on a per-page basis and have it echo out in the header. Which is pretty much just adding something like this to header.php (very simple example)
if(is_page()) {
global $post;
the_post_thumbnail();
}
Also, in my latest theme you can do it
You can set featured image and/or slider on per page/post basis.
