nuker669
Forum Replies Created
-
Great theme, got it working pretty good so far. Question I have is – how can it set it so the banner does not appear on post or pages?
i tried adding the above to style.css but the banner image still shows on pages.
Forum: Fixing WordPress
In reply to: /public_html/wp-includes/media.php on line 254 errori am having this exact problem too, and with hostgator as well.
i have other wp sites hosted on another hosting provider but do not get this error.
a solution would be nice.
Forum: Fixing WordPress
In reply to: Multi-word Search returns drafts, revisions, auto-saves…everything!@kurt-freshrr.com:
for this modification:
<?php
if(is_search()) {
$page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
$search = get_query_var(‘s’);
$terms = explode(‘ ‘,$search);
$s = $terms[0];
query_posts(“s=$s&paged=$page”);
}
?>what page do i modify ?
Forum: Fixing WordPress
In reply to: Multi-word Search returns drafts, revisions, auto-saves…everything!oh and the fix above does not work for me.
Forum: Fixing WordPress
In reply to: Multi-word Search returns drafts, revisions, auto-saves…everything!Does anyone know if this is being addressed? This happens for us too and I’ve narrowed it down to wp-filebase.
when i uninstall the plugin, search functionality is restored.
when it’s installed, it returns all the post/page revisions in multiple term searches.