NOTE: The blog is not the front page but is set as it’s own static page in Settings > Reading.
The following works for the ‘not pages’ part:
<?php if( !is_page(array(8211,4177,5019,11)) ) : ?> information here <?php endif; ?>
But when I try to add the ‘not blog’ part it doesn’t work. I’ve tried the following:
<?php if( !is_page(array(8211,4177,5019,11,'blog')))) : ?>
<?php if( !is_page(array(8211,4177,5019,11)) && !is_blog ()) : ?>
<?php if( !is_page(array(8211,4177,5019,11)) && !is_blog_installed ()) : ?>
What am I doing wrong?
Your help is greatly appreciated!
]]>What would I have to look for, when searching themes, that would look similar to index2014.html (I’m not familiar with some of the Feature Filter terms under Install Themes in the WordPress Dashboard)? And something that is “Responsive” that would work on any desktops, tablet and cell phone of any size? A theme that is meant for a website (not a blog) but one that would put a blog in the wwww.studiopatrice.com/on-fine-art/ directory only?
We would like to have our logo (The Chalice) and Banner side by side on the top as shown; a mini-menu under the banner and at the bottom of each page; a menu on the left side bar; and ads on the right side bar; center content will contain the artwork (with maybe the Top image on the main page rotating 3 to 5 images).
Any suggestions?
]]>I did manage to do it before, so I know it’s possible, but somehow I then lost the whole website.
]]>