my host said this
“The problem is the permalinks for Pages, it’s not forming the link between
the rewrite and the actual page.”
I think this may help my problem but I am not real sure which file I am supposed to change to reflect
if ( $paged < 2 ) {
query_posts(“showposts=4&cat=-18”);
}
else {
query_posts(‘showposts=4&cat=-18&paged=’.$paged);
}
Any help would be appreciated