WordPress searches only posts and not pages?
-
I have spent hours trying to figure this one out.
WordPress searches only posts and NOT pages. As an example, I have a ‘featured’ categorie created. WP will search only this and display search results.
Anyone know what would cause this?
Additionally..WP is not installed in the root, but a subfolder…my thinking is it could be a htaccess issue?
Just incase:
Options -Indexes
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Thanks in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WordPress searches only posts and not pages?’ is closed to new replies.