I’ve installed this plugin in a fresh 2.7 installation and it works fine except when i add a classified ad. I crested a category then tried to create an ad from the front end… i could put in all the data and when i click save i get the error… no posts found. ive triple checked my .htaccess file and everything there looks ok. I am using the permalinks structure /%POSTNAME%/ and that works well with the rest of the site. my .htaccess code looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
#RewriteRule !^(classified|odlinks)/ /index.php [L]
RewriteRule ^classified/([^/\(\)]*)/? /index.php?pagename=classified [QSA,L,R,NS]
</IfModule>
# END WordPress
any help would be greatlt appreciated. I tries the usual .htaccess code but it does not work either.
thanks in advance.
the url is:
https://www.purealtar.com/classifieds/