WordPress 3.4.2 Arconix FAQ
-
Hello Arconix FAQ is working for me with a faq
s page made in wordpress with the shortcode [faq], but in admin the faqs Groups view page shows 404 and in FAQ view the same 404. When a search is done u can see the faq`s are in the search results but the like go to 404…Permalink settings are set to /sample-post/ but if I set this to default then it works just fine all links show the way the should but I can use this cause of bbpress and fs tickets they need the setting set as /sample-post/….htaccess file is like this below…
# 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 WordPressPlease help me I would like to get this working even if I have to make some theme file or code php in somewhere…
The topic ‘WordPress 3.4.2 Arconix FAQ’ is closed to new replies.